diff --git a/code/application/source/cardv/Makefile b/code/application/source/cardv/Makefile index f4b6269f3..69160cf75 100755 --- a/code/application/source/cardv/Makefile +++ b/code/application/source/cardv/Makefile @@ -302,8 +302,7 @@ SRC += \ ./SrcCode/lv_drivers/display/fbindex.c \ ./SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPassword.c \ ./SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPasswordEventCallback.c \ - # ./SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPasswordFuncs.c \ - # ./SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPasswordParams.c \ + ./SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowCommon/UIFlowCommon.c \ endif diff --git a/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S550/DxInput_Key.c b/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S550/DxInput_Key.c index 472896247..ced18d402 100755 --- a/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S550/DxInput_Key.c +++ b/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S550/DxInput_Key.c @@ -151,11 +151,11 @@ void DrvKey_Init(void) static UINT32 KeyTestPressCnt = 0; static UINT32 SendKeyCnt = 0; -static UINT32 LeftKeyPressCnt = 0; -static UINT32 LeftSendKeyCnt = 0; +// static UINT32 LeftKeyPressCnt = 0; +// static UINT32 LeftSendKeyCnt = 0; -static UINT32 RightKeyPressCnt = 0; -static UINT32 RightSendKeyCnt = 0; +// static UINT32 RightKeyPressCnt = 0; +// static UINT32 RightSendKeyCnt = 0; //static BOOL KeyPress_Long = FALSE; @@ -179,17 +179,17 @@ UINT32 DrvKey_DetNormalKey(void) static UINT32 cmdflag = 0; static UINT32 time = 0; - static UINT32 LeftCmdflag = 0; - static VOS_TICK LeftTtick=0; - static UINT32 LeftFlag = 0; + // static UINT32 LeftCmdflag = 0; + // static VOS_TICK LeftTtick=0; + // static UINT32 LeftFlag = 0; static UINT32 LeftPressFlag = 0; - static UINT32 LeftTime = 0; + // static UINT32 LeftTime = 0; - static UINT32 RightCmdflag = 0; - static VOS_TICK RightTtick=0; - static UINT32 RightFlag = 0; - //static UINT32 RightPressFlag = 0; - static UINT32 RightTime = 0; + // static UINT32 RightCmdflag = 0; + // static VOS_TICK RightTtick=0; + // static UINT32 RightFlag = 0; + // static UINT32 RightPressFlag = 0; + // static UINT32 RightTime = 0; //static UINT32 retset_cmdflag = 0; #if (ADC_KEY == ENABLE) UINT32 uiKey1Lvl = VolDet_GetKey1Level(); @@ -282,93 +282,99 @@ UINT32 DrvKey_DetNormalKey(void) if (gpio_getPin(GPIO_KEY_DOWN)) { uiKeyCode |= FLGKEY_DOWN; } - - if(gpio_getPin(GPIO_KEY_RIGHT)) - { - if(0 == RightFlag){ - vos_perf_mark(&RightTtick); - RightFlag = 1; - } - RightKeyPressCnt++; - vos_perf_mark(&tticktmp); - RightTime = ((tticktmp/1000) - (RightTtick/1000)); - if((!RightCmdflag) && (RightTime >= 5000)) - { - RightCmdflag = 1; - sf_save_camera_info(); - vos_perf_mark(&ttick); - } - - }else { - - if(RightKeyPressCnt && (0 == sf_get_fw_update())){ - - if((++RightSendKeyCnt < SendKey_LessCnt) && (!RightCmdflag)){//shot key - printf("[%s:%d] RightSendKeyCnt:%d RightKeyPressCnt:%d RightTime: %dms\n", __FUNCTION__, __LINE__, RightSendKeyCnt, RightKeyPressCnt, RightTime); - uiKeyCode |= FLGKEY_RIGHT; - }else { - printf("[%s:%d] RightSendKeyCnt:%d RightKeyPressCnt:%d RightTime: %dms\n", __FUNCTION__, __LINE__, RightSendKeyCnt, RightKeyPressCnt, RightTime); - - RightSendKeyCnt = 0; - RightKeyPressCnt = 0; - RightFlag = 0; - RightTtick = 0; - RightCmdflag = 0; - } - - }else{ - RightSendKeyCnt = 0; - RightKeyPressCnt = 0; - RightFlag = 0; - RightTtick = 0; - RightCmdflag = 0; - } - - + if (gpio_getPin(GPIO_KEY_RIGHT)) { + uiKeyCode |= FLGKEY_RIGHT; + } + if (!gpio_getPin(GPIO_KEY_LEFT)) { + uiKeyCode |= FLGKEY_LEFT; } - if(!(gpio_getPin(GPIO_KEY_LEFT))) - { - if(0 == LeftFlag){ - vos_perf_mark(&LeftTtick); - LeftFlag = 1; - } - LeftKeyPressCnt++; - vos_perf_mark(&tticktmp); - LeftTime = ((tticktmp/1000) - (LeftTtick/1000)); - if((!LeftCmdflag) && (LeftTime >= 3000)) - { - LeftCmdflag = 1; - printf("[%s:%d] LeftSendKeyCnt:%d LeftKeyPressCnt:%d LeftTime: %dms\n", __FUNCTION__, __LINE__, LeftSendKeyCnt, LeftKeyPressCnt, LeftTime); - Ux_PostEvent(NVTEVT_SYSTEM_SHUTDOWN, 1, APP_POWER_OFF_APO); - } - }else { + // if(gpio_getPin(GPIO_KEY_RIGHT)) + // { + // if(0 == RightFlag){ + // vos_perf_mark(&RightTtick); + // RightFlag = 1; + // } + // RightKeyPressCnt++; + // vos_perf_mark(&tticktmp); + // RightTime = ((tticktmp/1000) - (RightTtick/1000)); + // if((!RightCmdflag) && (RightTime >= 5000)) + // { + // RightCmdflag = 1; + // sf_save_camera_info(); + // vos_perf_mark(&ttick); + // } - if(LeftKeyPressCnt && (0 == sf_get_fw_update())){ + // }else { + + // if(RightKeyPressCnt && (0 == sf_get_fw_update())){ - if((++LeftSendKeyCnt < SendKey_LessCnt) && (!LeftCmdflag)){//shot key - printf("[%s:%d] LeftSendKeyCnt:%d LeftKeyPressCnt:%d LeftTime: %dms\n", __FUNCTION__, __LINE__, LeftSendKeyCnt, LeftKeyPressCnt, LeftTime); - uiKeyCode |= FLGKEY_LEFT; - }else { - printf("[%s:%d] LeftSendKeyCnt:%d LeftKeyPressCnt:%d LeftTime: %dms\n", __FUNCTION__, __LINE__, LeftSendKeyCnt, LeftKeyPressCnt, LeftTime); + // if((++RightSendKeyCnt < SendKey_LessCnt) && (!RightCmdflag)){//shot key + // printf("[%s:%d] RightSendKeyCnt:%d RightKeyPressCnt:%d RightTime: %dms\n", __FUNCTION__, __LINE__, RightSendKeyCnt, RightKeyPressCnt, RightTime); + // uiKeyCode |= FLGKEY_RIGHT; + // }else { + // printf("[%s:%d] RightSendKeyCnt:%d RightKeyPressCnt:%d RightTime: %dms\n", __FUNCTION__, __LINE__, RightSendKeyCnt, RightKeyPressCnt, RightTime); - LeftSendKeyCnt = 0; - LeftKeyPressCnt = 0; - LeftFlag = 0; - LeftTtick = 0; - LeftCmdflag = 0; - } + // RightSendKeyCnt = 0; + // RightKeyPressCnt = 0; + // RightFlag = 0; + // RightTtick = 0; + // RightCmdflag = 0; + // } - }else{ - LeftSendKeyCnt = 0; - LeftKeyPressCnt = 0; - LeftFlag = 0; - LeftTtick = 0; - LeftCmdflag = 0; - } + // }else{ + // RightSendKeyCnt = 0; + // RightKeyPressCnt = 0; + // RightFlag = 0; + // RightTtick = 0; + // RightCmdflag = 0; + // } - } + // } + + // if(!(gpio_getPin(GPIO_KEY_LEFT))) + // { + // if(0 == LeftFlag){ + // vos_perf_mark(&LeftTtick); + // LeftFlag = 1; + // } + // LeftKeyPressCnt++; + // vos_perf_mark(&tticktmp); + // LeftTime = ((tticktmp/1000) - (LeftTtick/1000)); + // if((!LeftCmdflag) && (LeftTime >= 3000)) + // { + // LeftCmdflag = 1; + // printf("[%s:%d] LeftSendKeyCnt:%d LeftKeyPressCnt:%d LeftTime: %dms\n", __FUNCTION__, __LINE__, LeftSendKeyCnt, LeftKeyPressCnt, LeftTime); + // Ux_PostEvent(NVTEVT_SYSTEM_SHUTDOWN, 1, APP_POWER_OFF_APO); + // } + // }else { + + // if(LeftKeyPressCnt && (0 == sf_get_fw_update())){ + + // if((++LeftSendKeyCnt < SendKey_LessCnt) && (!LeftCmdflag)){//shot key + // printf("[%s:%d] LeftSendKeyCnt:%d LeftKeyPressCnt:%d LeftTime: %dms\n", __FUNCTION__, __LINE__, LeftSendKeyCnt, LeftKeyPressCnt, LeftTime); + // uiKeyCode |= FLGKEY_LEFT; + // }else { + // printf("[%s:%d] LeftSendKeyCnt:%d LeftKeyPressCnt:%d LeftTime: %dms\n", __FUNCTION__, __LINE__, LeftSendKeyCnt, LeftKeyPressCnt, LeftTime); + + // LeftSendKeyCnt = 0; + // LeftKeyPressCnt = 0; + // LeftFlag = 0; + // LeftTtick = 0; + // LeftCmdflag = 0; + // } + + // }else{ + // LeftSendKeyCnt = 0; + // LeftKeyPressCnt = 0; + // LeftFlag = 0; + // LeftTtick = 0; + // LeftCmdflag = 0; + // } + + + // } if (gpio_getPin(GPIO_KEY_DATAREADY)) { uiKeyCode |= FLGKEY_DATAREADY; } diff --git a/code/application/source/cardv/SrcCode/Gx/GxInput/Key/GxKey.c b/code/application/source/cardv/SrcCode/Gx/GxInput/Key/GxKey.c index d895055e2..eb05333f0 100755 --- a/code/application/source/cardv/SrcCode/Gx/GxInput/Key/GxKey.c +++ b/code/application/source/cardv/SrcCode/Gx/GxInput/Key/GxKey.c @@ -57,7 +57,7 @@ static UINT32 g_uiKeyScanTimerCnt = 0; #endif #define KEY_TIMER_CNT 10//10x20=200ms -#define KEY_CONTINUE_DEBOUNCE 30//30x20=600ms +#define KEY_CONTINUE_DEBOUNCE 25// 25 x 20=500ms static GX_CALLBACK_PTR g_fpKeyCB = NULL; static UINT32 g_uiRepeatCnt = KEY_TIMER_CNT; @@ -158,19 +158,19 @@ void GxKey_DetNormalKey(void) //#NT#2010/08/02#Ben Wang -end /* - ¨Ï¥Î¤è¦¡ : + �ϥΤ覡 : - ¿ýKey: - 1. ­×§ï #define KEYINLOG_FUNCTION ENABLE - 2. Update F/W «á, ±N Log ¦s¤U¨Ó (Ex:KeyLog.log) - 3. °õ¦æ KlTxtToHex KeyLog.log ²£¥Í TransLog.hex - 4. ±Hµ¹¤ÀªR¤H­û + ��Key: + 1. �ק� #define KEYINLOG_FUNCTION ENABLE + 2. Update F/W ��, �N Log �s�U�� (Ex:KeyLog.log) + 3. ���� KlTxtToHex KeyLog.log ���� TransLog.hex + 4. �H�����R�H�� - ¼½Key: - 1. ­×§ï #define KEYINLOG_FUNCTION ENABLE - 2. ¸Ñ°£¦b KeyScanTsk.c ¤¤ªº //Keylog_EnableRuningKeyLog(); ªºµù¸Ñ - 3. Copy TransLog.hex ¨ì SD Card ªº®Ú¥Ø¿ý - 4. ¶}¾÷ + ��Key: + 1. �ק� #define KEYINLOG_FUNCTION ENABLE + 2. �Ѱ��b KeyScanTsk.c ���� //Keylog_EnableRuningKeyLog(); ������ + 3. Copy TransLog.hex �� SD Card ���ڥؿ� + 4. �}�� */ #if(KEYINLOG_FUNCTION == ENABLE) diff --git a/code/application/source/cardv/SrcCode/PrjCfg_HUNTING_S550.h b/code/application/source/cardv/SrcCode/PrjCfg_HUNTING_S550.h index 2618bdd26..cfc8c2c09 100755 --- a/code/application/source/cardv/SrcCode/PrjCfg_HUNTING_S550.h +++ b/code/application/source/cardv/SrcCode/PrjCfg_HUNTING_S550.h @@ -16,8 +16,6 @@ #define UPDFW_MODE ENABLE #define VOICE_MODE DISABLE -#define MOVIE_EIS DISABLE - #define IPCAM_FUNC DISABLE #define STAMP_FUNC DISABLE #define UI_FUNC ENABLE @@ -996,9 +994,16 @@ /******************************************************************************************* * OSD res is determined by lvgl library (LV_HOR_RES_MAX / LV_VER_RES_MAX in the lv_conf.h) ******************************************************************************************/ -#define DISPLAY_OSD_W LV_HOR_RES_MAX -#define DISPLAY_OSD_H LV_VER_RES_MAX +#define DISPLAY_OSD_W_PADDING 0 +#define DISPLAY_OSD_H_PADDING 0 +#define DISPLAY_OSD_W_OFFSET (DISPLAY_OSD_W_PADDING / 2) +#define DISPLAY_OSD_H_OFFSET (DISPLAY_OSD_H_PADDING / 2) +#define DISPLAY_OSD_W (LV_HOR_RES_MAX + DISPLAY_OSD_W_PADDING) +#define DISPLAY_OSD_H (LV_VER_RES_MAX + DISPLAY_OSD_H_PADDING) +#if (DISPLAY_OSD_W_OFFSET > DISPLAY_OSD_W_PADDING) || (DISPLAY_OSD_H_OFFSET > DISPLAY_OSD_H_PADDING) +#error "DISPLAY_OSD_OFFSET must be smaller than DISPLAY_OSD_PADDING !" +#endif /******************************************************************************************* * OSD format is determined by lvgl library (LV_COLOR_DEPTH in the lv_conf.h) @@ -1057,7 +1062,10 @@ #define LV_USER_CFG_USE_ROTATE_BUFFER 0 #endif -#define LV_USER_CFG_USE_TWO_BUFFER 0 +//#NT#2023/10/25#Eric - begin +//#NT#Support IVOT_N12144_CO-145 +#define LV_USER_CFG_USE_TWO_BUFFER 1 +//#NT#2023/10/25#Eric - end #endif diff --git a/code/application/source/cardv/SrcCode/System/SysInput_Exe.c b/code/application/source/cardv/SrcCode/System/SysInput_Exe.c index ae6bd6165..dbb696c58 100755 --- a/code/application/source/cardv/SrcCode/System/SysInput_Exe.c +++ b/code/application/source/cardv/SrcCode/System/SysInput_Exe.c @@ -304,7 +304,7 @@ void Input_ResetMask(void) // Set key mask as default SysMan_SetKeyMask(KEY_PRESS, FLGKEY_KEY_MASK_DEFAULT); SysMan_SetKeyMask(KEY_RELEASE, FLGKEY_KEY_MASK_DEFAULT); - SysMan_SetKeyMask(KEY_CONTINUE, FLGKEY_KEY_MASK_NULL); + SysMan_SetKeyMask(KEY_CONTINUE, FLGKEY_KEY_MASK_DEFAULT); #if defined(_TOUCH_ON_) || defined(_UI_STYLE_LVGL_) SysMan_SetTouchMask(TOUCH_MASK_DEFAULT); #endif diff --git a/code/application/source/cardv/SrcCode/System/SysMain.c b/code/application/source/cardv/SrcCode/System/SysMain.c index 13ddf1da9..8332a0bd0 100644 --- a/code/application/source/cardv/SrcCode/System/SysMain.c +++ b/code/application/source/cardv/SrcCode/System/SysMain.c @@ -613,14 +613,40 @@ void UserMainProc(void) uint32_t nvt_user_key = lv_user_keymap_find(evt); if(nvt_user_key != LV_USER_KEY_UNKNOWN){ - _lv_user_task_handler_lock(); - lv_event_send(lv_plugin_scr_act(), LV_USER_EVENT_KEY_RELEASE, &nvt_user_key); - _lv_user_task_handler_unlock(); + if(indev_keypad && indev_keypad->group){ + _lv_user_task_handler_lock(); + + lv_obj_t* focused = lv_group_get_focused(indev_keypad->group); + if(focused) + lv_event_send(focused, LV_USER_EVENT_KEY_RELEASE, &nvt_user_key); + + _lv_user_task_handler_unlock(); + } } else{ DBG_WRN("evt = %lx\r\n", evt); } } + if(paramArray[0] == NVTEVT_KEY_CONTINUE){ + uint32_t nvt_user_key = lv_user_keymap_find(evt); + + if(nvt_user_key != LV_USER_KEY_UNKNOWN){ + if(indev_keypad && indev_keypad->group){ + _lv_user_task_handler_lock(); + + lv_obj_t* focused = lv_group_get_focused(indev_keypad->group); + if(focused) + lv_event_send(focused, LV_USER_EVENT_KEY_LONG_PRESS, &nvt_user_key); + + _lv_user_task_handler_unlock(); + } + } + else{ + DBG_WRN("evt = %lx\r\n", evt); + } + + } + } } diff --git a/code/application/source/cardv/SrcCode/UIApp/Background/UIBackgroundObj.c b/code/application/source/cardv/SrcCode/UIApp/Background/UIBackgroundObj.c index 828eaf1c3..0ca05ef7f 100755 --- a/code/application/source/cardv/SrcCode/UIApp/Background/UIBackgroundObj.c +++ b/code/application/source/cardv/SrcCode/UIApp/Background/UIBackgroundObj.c @@ -1,4 +1,5 @@ #include "PrjInc.h" +#include "sf_param_common.h" #include "sys_mempool.h" #include "Dx.h" #include "FileDB.h" @@ -94,6 +95,9 @@ static UINT32 BackgroundEthCamCheckPortReady(void); static UINT32 BackgroundEthCamUpdateUIInfo(void); static UINT32 BackgroundEthCamIperfTest(void); #endif +static UINT32 BackgroundCameraFWUpgrade(void); +static UINT32 BackgroundModuleFWUpgrade(void); +static UINT32 BackgroundReset(void); static UINT32 g_uiDpofOPMode = PLAYDPOF_SETONE; static UINT32 g_uiDpofPrtNum = 0; @@ -187,6 +191,9 @@ BKG_JOB_ENTRY gBackgroundExtFuncTable[] = { #endif + {NVTEVT_BKW_CAMERA_FW_UPGRADE, BackgroundCameraFWUpgrade}, + {NVTEVT_BKW_MODULE_FW_UPGRADE, BackgroundModuleFWUpgrade}, + {NVTEVT_BKW_RESET, BackgroundReset}, {0, 0}, }; @@ -1896,6 +1903,26 @@ static UINT32 BackgroundEthCamIperfTest(void) #endif +UINT32 BackgroundCameraFWUpgrade(void) +{ + sf_do_upgrade_thread(); + return TRUE; +} + +UINT32 BackgroundModuleFWUpgrade(void) +{ + sf_set_module_update(1); + return TRUE; +} + +UINT32 BackgroundReset(void) +{ + Reset_MenuInfo(); + sf_sleep_ms(500); + Ux_PostEvent(NVTEVT_SYSTEM_SHUTDOWN, 1, APP_POWER_OFF_NORMAL); + return TRUE; +} + void AppBKW_SetData(BKW_DATA_SET attribute, UINT32 value) { switch (attribute) { diff --git a/code/application/source/cardv/SrcCode/UIApp/Background/UIBackgroundObj.h b/code/application/source/cardv/SrcCode/UIApp/Background/UIBackgroundObj.h index 1354b8a9e..638689149 100755 --- a/code/application/source/cardv/SrcCode/UIApp/Background/UIBackgroundObj.h +++ b/code/application/source/cardv/SrcCode/UIApp/Background/UIBackgroundObj.h @@ -47,6 +47,10 @@ typedef enum { NVTEVT_BKW_ETHCAM_UPDATE_UI, NVTEVT_BKW_ETHCAM_IPERF_TEST, + NVTEVT_BKW_CAMERA_FW_UPGRADE, + NVTEVT_BKW_MODULE_FW_UPGRADE, + NVTEVT_BKW_RESET, + NVTEVT_BKW_END, } NVT_BKW_CMD; #define PLAYDPOF_SETONE 0x00000002 diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_106_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_106_1bpp.c index db6a05e75..1e0d21c3b 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_106_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_106_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 106 px * Bpp: 1 - * Opts: --format lvgl --size 106 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_106_1bpp.c --no-compress + * Opts: --format lvgl --size 106 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/arialuni_106_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_16_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_16_1bpp.c index 1787b7f8e..e0295caeb 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_16_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_16_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 16 px * Bpp: 1 - * Opts: --format lvgl --size 16 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_16_1bpp.c --no-compress + * Opts: --format lvgl --size 16 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/arialuni_16_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_18_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_18_1bpp.c index 0eca4a71a..0cf319ed7 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_18_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_18_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 18 px * Bpp: 1 - * Opts: --format lvgl --size 18 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_18_1bpp.c --no-compress + * Opts: --format lvgl --size 18 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/arialuni_18_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_32_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_32_1bpp.c index 2d28f4a4b..908d4fc60 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_32_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_32_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 32 px * Bpp: 1 - * Opts: --format lvgl --size 32 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_32_1bpp.c --no-compress + * Opts: --format lvgl --size 32 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/arialuni_32_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_48_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_48_1bpp.c index ab73b87b1..bc8776cc2 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_48_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_48_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 48 px * Bpp: 1 - * Opts: --format lvgl --size 48 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_48_1bpp.c --no-compress + * Opts: --format lvgl --size 48 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/arialuni_48_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_60_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_60_1bpp.c index a14b85c24..dea7b9671 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_60_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_60_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 60 px * Bpp: 1 - * Opts: --format lvgl --size 60 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_60_1bpp.c --no-compress + * Opts: --format lvgl --size 60 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/arialuni_60_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_74_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_74_1bpp.c index fb7ad9e74..f5ddd675a 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_74_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_74_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 74 px * Bpp: 1 - * Opts: --format lvgl --size 74 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_74_1bpp.c --no-compress + * Opts: --format lvgl --size 74 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/arialuni_74_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_86_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_86_1bpp.c index ffacb8c1e..5941a40ad 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_86_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_86_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 86 px * Bpp: 1 - * Opts: --format lvgl --size 86 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/arialuni_86_1bpp.c --no-compress + * Opts: --format lvgl --size 86 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/ARIALUNI.TTF -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/arialuni_86_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/notosans_black_8_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/notosans_black_8_1bpp.c index be2397359..720de5d96 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/notosans_black_8_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/notosans_black_8_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 8 px * Bpp: 1 - * Opts: --format lvgl --size 8 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/NotoSans-Black.ttf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/notosans_black_8_1bpp.c --no-compress + * Opts: --format lvgl --size 8 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/NotoSans-Black.ttf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/notosans_black_8_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/notosanscjksc_black_16_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/notosanscjksc_black_16_1bpp.c index cbfa8f120..83ed59d92 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/notosanscjksc_black_16_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/notosanscjksc_black_16_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 16 px * Bpp: 1 - * Opts: --format lvgl --size 16 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/NotoSansCJKsc-Black.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/notosanscjksc_black_16_1bpp.c --no-compress + * Opts: --format lvgl --size 16 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/NotoSansCJKsc-Black.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/notosanscjksc_black_16_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_1bpp.c index 682250e15..84a8327a8 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 20 px * Bpp: 1 - * Opts: --format lvgl --size 20 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/SF-UI-Text-Bold.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_1bpp.c --no-compress + * Opts: --format lvgl --size 20 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/SF-UI-Text-Bold.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_8bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_8bpp.c index 98ba1debc..f162ff27d 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_8bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_8bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 20 px * Bpp: 8 - * Opts: --format lvgl --size 20 --bpp 8 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/SF-UI-Text-Bold.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_8bpp.c --no-compress + * Opts: --format lvgl --size 20 --bpp 8 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/SF-UI-Text-Bold.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_bold_20_8bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_1bpp.c index 8f10e2289..17744a658 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 16 px * Bpp: 1 - * Opts: --format lvgl --size 16 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/SF-UI-Text-Medium.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_1bpp.c --no-compress + * Opts: --format lvgl --size 16 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/SF-UI-Text-Medium.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_8bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_8bpp.c index 1daeca043..4d2abed6f 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_8bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_8bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 16 px * Bpp: 8 - * Opts: --format lvgl --size 16 --bpp 8 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/SF-UI-Text-Medium.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_8bpp.c --no-compress + * Opts: --format lvgl --size 16 --bpp 8 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/SF-UI-Text-Medium.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_16_8bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_1bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_1bpp.c index 4c8cd5f3b..db0985e03 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_1bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_1bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 18 px * Bpp: 1 - * Opts: --format lvgl --size 18 --bpp 1 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/SF-UI-Text-Medium.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_1bpp.c --no-compress + * Opts: --format lvgl --size 18 --bpp 1 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/SF-UI-Text-Medium.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_1bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_8bpp.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_8bpp.c index 9470ef7df..0d01910d3 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_8bpp.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_8bpp.c @@ -1,7 +1,7 @@ /******************************************************************************* * Size: 18 px * Bpp: 8 - * Opts: --format lvgl --size 18 --bpp 8 --font D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/fonts/SF-UI-Text-Medium.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/WOKR/git/s550_fast/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_8bpp.c --no-compress + * Opts: --format lvgl --size 18 --bpp 8 --font D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/fonts/SF-UI-Text-Medium.otf -r 0x20-0x3b,0x3d,0x3f-0x5f,0x61-0x7e,0xb0,0xba,0xc1,0xc3-0xc4,0xc9,0xce,0xd3,0xd6,0xdc,0xdf-0xe4,0xe7-0xea,0xec-0xed,0xf1-0xf3,0xf5-0xf6,0xfa,0xfc,0x105,0x118,0x410-0x414,0x417-0x418,0x41a,0x41c-0x424,0x426-0x428,0x42b,0x42d,0x42f-0x44f,0x2026,0x3001,0x3005,0x3042,0x3044,0x3046,0x3048,0x304a-0x304f,0x3051,0x3053,0x3055,0x3057,0x3059,0x305b,0x305f-0x3061,0x3063,0x3066-0x306b,0x306d-0x3070,0x3079,0x307b,0x307e-0x3082,0x3088-0x308d,0x3092-0x3093,0x30a1-0x30a4,0x30a6-0x30ab,0x30ad,0x30af-0x30b0,0x30b3-0x30b5,0x30b7-0x30bd,0x30bf-0x30c1,0x30c3-0x30c4,0x30c6-0x30c9,0x30cb,0x30cd-0x30d1,0x30d3-0x30d7,0x30d9-0x30db,0x30dd-0x30e3,0x30e5,0x30e7,0x30e9-0x30ed,0x30ef,0x30f3,0x30fc,0x4e00,0x4e09-0x4e0b,0x4e0d,0x4e1d,0x4e25,0x4e2d,0x4e86,0x4eae,0x4eba,0x4ecb,0x4ece,0x4ed8,0x4ef6,0x4f11,0x4f18,0x4f20,0x4f48,0x4f4d-0x4f4e,0x4f53,0x4f5c,0x4f73,0x4f7f,0x4fa6,0x4fdd,0x4fe1,0x4fee,0x5019,0x503c,0x505c,0x5075,0x507f,0x50a8,0x50b3,0x50cf,0x511f,0x5132,0x5145,0x5149,0x5165,0x5167-0x5168,0x5173,0x5185,0x518d,0x5199,0x51c6,0x51cf,0x51e6,0x51fa,0x5206-0x5207,0x5217,0x521d,0x5220,0x5229-0x522b,0x5230,0x5236-0x5237,0x523b,0x524a,0x524d,0x526a,0x52a0,0x52a8,0x52d5,0x5305,0x5316,0x5355,0x5358,0x5361,0x5370,0x5377,0x5382,0x53bb,0x53d6,0x53d8,0x53e4,0x53ef,0x53f7,0x5408,0x540b,0x540d,0x5426,0x542b,0x547d,0x548c,0x54c1,0x5546,0x55ae,0x5668,0x56b4,0x56de,0x56fa,0x56fe,0x5716,0x5727-0x5728,0x573a,0x5747,0x578b,0x5834-0x5835,0x585e,0x58a8,0x58d3,0x58f0,0x5904,0x5907,0x5909,0x590d,0x591c,0x5927,0x5929,0x592e,0x5934,0x5939,0x593e,0x59cb,0x5a92,0x5b50,0x5b57-0x5b58,0x5b8c,0x5b9a,0x5bf8,0x5c01,0x5c06-0x5c07,0x5c0f,0x5c11,0x5c3a,0x5c3d,0x5c40,0x5de5,0x5df2,0x5e27,0x5e38,0x5e45,0x5e73,0x5e7b,0x5ea6,0x5ee0,0x5efa,0x5f00,0x5f0f,0x5f15,0x5f20,0x5f35,0x5f37,0x5f39-0x5f3a,0x5f48,0x5f52-0x5f53,0x5f55,0x5f69,0x5f71,0x5f85,0x5f8c,0x5f9e,0x5fa9-0x5faa,0x5fc6,0x5fd9,0x5feb,0x603b,0x6062,0x606f,0x61b6,0x6210,0x623b,0x6240,0x624b,0x6253,0x627e,0x629e,0x62a4,0x62bc,0x62c5,0x62cd,0x62d4,0x62e9,0x62ec,0x62f7,0x6301,0x6309,0x633f,0x636e,0x6372,0x63a5,0x63d0,0x63d2,0x6444,0x64ad-0x64ae,0x64c7,0x651d,0x652f,0x6539,0x653e,0x6548,0x6570,0x6574,0x6578,0x6587,0x6599,0x65ad,0x65b0,0x65b9,0x65cb,0x65e0,0x65e5,0x65f6,0x660e,0x662f,0x6642,0x666e-0x666f,0x6674,0x667a,0x66ab,0x66c7,0x66dd,0x66f4,0x6700,0x6709,0x671f,0x672a,0x672c,0x673a,0x675f,0x676f,0x6790,0x679a,0x679c,0x67d4,0x6807,0x683c,0x6848,0x6863,0x68c0,0x68d5,0x691c,0x69cb,0x6a19,0x6a21,0x6a5f,0x6a94,0x6aa2,0x6b21,0x6b62-0x6b64,0x6c34,0x6c92,0x6ca1,0x6cd5,0x6ce1,0x6d4b,0x6d4e,0x6d88,0x6e1b,0x6e2c,0x6e90,0x6e96,0x6ec5,0x6ee1,0x6eff,0x6fdf,0x706f,0x70b9,0x70c8,0x7121,0x7126,0x7167,0x71c8,0x7247-0x7248,0x7269,0x7387,0x73af,0x73fe,0x7406,0x74b0,0x751f,0x7528,0x7535,0x753b,0x7565,0x756b,0x767d,0x7684,0x76d2,0x76d6,0x76e1,0x76ee,0x76f8,0x771f,0x773c,0x77e5,0x7801,0x786c,0x786e,0x788c,0x789f,0x78ba,0x78bc,0x78c1,0x793a,0x79d2,0x79f0,0x79fb,0x7a0d,0x7a7a,0x7b11,0x7b49,0x7b52,0x7b7e,0x7b80,0x7b97,0x7c7b,0x7c89,0x7cfb,0x7d05,0x7d19,0x7d22,0x7d42,0x7d50,0x7d61,0x7d93,0x7d9a,0x7db2,0x7dda,0x7de0,0x7de8,0x7e2e,0x7e3d,0x7e41,0x7e7c,0x7e8c,0x7eb8,0x7ecf,0x7ed3,0x7edc,0x7ee7,0x7eed,0x7f16,0x7f29,0x7f6e,0x8017,0x8054,0x806f,0x8072,0x80cc,0x80fd,0x8138,0x81c9,0x81ea,0x81f4,0x8207,0x822c,0x8272,0x8282,0x82b1,0x82f1,0x8367,0x83dc,0x84cb,0x8655,0x865f,0x86cd,0x8861,0x8865,0x8868,0x88c1,0x88c5,0x88dc-0x88dd,0x88fd,0x8907,0x8910,0x8981,0x898b,0x898f,0x8996,0x89c1,0x89c4,0x89c6,0x89c8,0x89e3,0x8a00,0x8a08,0x8a0a,0x8a18,0x8a2d,0x8a70,0x8a8d,0x8a9e,0x8aa4,0x8abf,0x8acb,0x8b77,0x8b8a,0x8ba1,0x8ba4,0x8bb0,0x8bbe,0x8bc6,0x8bed,0x8bef,0x8bf7,0x8c03,0x8c61,0x8cc7,0x8cea,0x8d1d,0x8d28,0x8d44,0x8d77,0x8db3,0x8def,0x8ee2,0x8efd,0x8f03,0x8f09,0x8f1d,0x8f38,0x8f49,0x8f6c,0x8f7d,0x8f93,0x8fa8,0x8fd0,0x8fd4,0x8fde,0x9000-0x9001,0x9009,0x901a,0x901f,0x9023,0x904b,0x9069,0x9078,0x90e8,0x91c7,0x91cd,0x91cf,0x92b3,0x9304,0x932f,0x9332,0x9375,0x9396,0x93e1,0x9418,0x949f,0x94a8,0x9501,0x9510,0x9519,0x952e,0x955c,0x9580,0x9583,0x9589,0x958b,0x9593,0x95dc,0x95e8,0x95ea,0x95ed,0x95f4,0x9632,0x9634,0x9664,0x9670,0x9694,0x96d9,0x96f6,0x96fb,0x9707,0x9732,0x9759,0x9762,0x97f3,0x9801,0x9805,0x9810,0x982d,0x983b,0x9854,0x985e,0x9875,0x9884,0x9891,0x98a8,0x98ce,0x9971,0x9ad4,0x9ad8,0x9ed1,0x9ed8,0x9ede,0x20-0x7e -o D:/document/S550/tmpcode/lvglproject/LVGL_SPORTCAM/Resource/Fonts/sf_ui_text_medium_18_8bpp.c --no-compress ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Images/images.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Images/images.c index 1fc8320e6..0c11931fb 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Images/images.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Images/images.c @@ -91157,39 +91157,39 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNCONNECTED uint8_t s 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -91198,39 +91198,39 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNCONNECTED uint8_t s 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, @@ -91239,39 +91239,39 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNCONNECTED uint8_t s 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, @@ -91280,39 +91280,39 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_BLUETOOTH_UNCONNECTED uint8_t s 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, @@ -98827,10 +98827,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -98838,6 +98834,14 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -98845,10 +98849,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -98868,10 +98868,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, @@ -98879,6 +98875,14 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, @@ -98886,10 +98890,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, @@ -98909,10 +98909,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, @@ -98920,6 +98916,14 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, @@ -98927,10 +98931,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, @@ -98950,10 +98950,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, @@ -98961,6 +98957,14 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, @@ -98968,10 +98972,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT1 uint8_t sf_next1_map[] = 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, @@ -99010,178 +99010,178 @@ const lv_img_dsc_t sf_next1 = { const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_NEXT2 uint8_t sf_next2_map[] = { /*Pixel format: Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ #if LV_COLOR_DEPTH == 8 - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, #elif LV_COLOR_DEPTH == 16 - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, #elif LV_COLOR_DEPTH == 24 - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, #elif LV_COLOR_DEPTH == 32 - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, #endif }; const lv_img_dsc_t sf_next2 = { .header.always_zero = 0, - .header.w = 32, + .header.w = 27, .header.h = 40, - .data_size = 1280 * LV_COLOR_SIZE / 8, + .data_size = 1080 * LV_COLOR_SIZE / 8, #if ((LV_COLOR_DEPTH == 32) || (LV_COLOR_DEPTH == 24)) .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, #else @@ -99404,26 +99404,26 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_ON uint8_t sf_on_map[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x02,0x02,0x02,0x02,0x8b,0x8b,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x02,0x02,0x02,0x02,0xc7,0xc7,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -99445,26 +99445,26 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_ON uint8_t sf_on_map[] = { 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0x65,0x45,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, @@ -99486,26 +99486,26 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_ON uint8_t sf_on_map[] = { 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0x65,0x45,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, @@ -99527,26 +99527,26 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_ON uint8_t sf_on_map[] = { 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x29,0xaf,0x42,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, @@ -100343,6 +100343,390 @@ const lv_img_dsc_t sf_play = { }; +#ifndef LV_ATTRIBUTE_MEM_ALIGN +#define LV_ATTRIBUTE_MEM_ALIGN +#endif + +#ifndef LV_ATTRIBUTE_IMG_SF_PWD_DOWN_UP +#define LV_ATTRIBUTE_IMG_SF_PWD_DOWN_UP +#endif + +const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_PWD_DOWN_UP uint8_t sf_pwd_down_up_map[] = { + /*Pixel format: Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ +#if LV_COLOR_DEPTH == 8 + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +#elif LV_COLOR_DEPTH == 16 + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, +#elif LV_COLOR_DEPTH == 24 + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, +#elif LV_COLOR_DEPTH == 32 + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, +#endif + +}; + +const lv_img_dsc_t sf_pwd_down_up = { + .header.always_zero = 0, + .header.w = 32, + .header.h = 88, + .data_size = 2816 * LV_COLOR_SIZE / 8, +#if ((LV_COLOR_DEPTH == 32) || (LV_COLOR_DEPTH == 24)) + .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, +#else + .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, +#endif + .data = sf_pwd_down_up_map +}; + + #ifndef LV_ATTRIBUTE_MEM_ALIGN #define LV_ATTRIBUTE_MEM_ALIGN #endif @@ -101515,31 +101899,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL0 uint8_t sf_signal0_map[ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -101556,31 +101940,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL0 uint8_t sf_signal0_map[ 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, @@ -101597,31 +101981,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL0 uint8_t sf_signal0_map[ 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, @@ -101638,31 +102022,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL0 uint8_t sf_signal0_map[ 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, @@ -101707,31 +102091,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL1 uint8_t sf_signal1_map[ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -101748,31 +102132,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL1 uint8_t sf_signal1_map[ 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, @@ -101789,31 +102173,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL1 uint8_t sf_signal1_map[ 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, @@ -101830,31 +102214,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL1 uint8_t sf_signal1_map[ 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, @@ -101899,31 +102283,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL2 uint8_t sf_signal2_map[ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -101940,31 +102324,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL2 uint8_t sf_signal2_map[ 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, @@ -101981,31 +102365,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL2 uint8_t sf_signal2_map[ 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, @@ -102022,31 +102406,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL2 uint8_t sf_signal2_map[ 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, @@ -102091,31 +102475,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL3 uint8_t sf_signal3_map[ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -102132,31 +102516,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL3 uint8_t sf_signal3_map[ 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, @@ -102173,31 +102557,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL3 uint8_t sf_signal3_map[ 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, @@ -102214,31 +102598,31 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_SIGNAL3 uint8_t sf_signal3_map[ 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, @@ -104651,29 +105035,29 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_WIFI_UNCONNECTED uint8_t sf_wif 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0xd5,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xd5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -104692,29 +105076,29 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_WIFI_UNCONNECTED uint8_t sf_wif 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0x18,0xc6,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0x18,0xc6,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xaa,0x52,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, + 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xaa,0x52,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, @@ -104733,29 +105117,29 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_WIFI_UNCONNECTED uint8_t sf_wif 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0x18,0xc6,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, + 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xaa,0x52,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, @@ -104774,29 +105158,29 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SF_WIFI_UNCONNECTED uint8_t sf_wif 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0xc0,0xc0,0xc0,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, + 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x57,0x57,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, @@ -105591,838 +105975,6 @@ const lv_img_dsc_t sy_bg_msg2 = { }; -#ifndef LV_ATTRIBUTE_MEM_ALIGN -#define LV_ATTRIBUTE_MEM_ALIGN -#endif - -#ifndef LV_ATTRIBUTE_IMG_SY_BG_TC1 -#define LV_ATTRIBUTE_IMG_SY_BG_TC1 -#endif - -const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SY_BG_TC1 uint8_t sy_bg_tc1_map[] = { - /*Pixel format: Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ -#if LV_COLOR_DEPTH == 8 - 0x00,0x00,0x00,0x00,0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00,0x00,0x00, - 0x00,0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00,0x00, - 0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00, - 0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00, - 0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00, - 0x00,0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00,0x00, - 0x00,0x00,0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00,0x00,0x00,0x00,0x00, -#elif LV_COLOR_DEPTH == 16 - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50,0xea,0x50, - 0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50, - 0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50, - 0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50, - 0xea,0x50,0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50,0xea,0x50,0xea,0x50, - 0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50,0xea,0x50, -#elif LV_COLOR_DEPTH == 24 - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff,0xea,0x50,0xff, -#elif LV_COLOR_DEPTH == 32 - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, -#endif - -}; - -const lv_img_dsc_t sy_bg_tc1 = { - .header.always_zero = 0, - .header.w = 210, - .header.h = 136, - .data_size = 28560 * LV_COLOR_SIZE / 8, -#if ((LV_COLOR_DEPTH == 32) || (LV_COLOR_DEPTH == 24)) - .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, -#else - .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, -#endif - .data = sy_bg_tc1_map -}; - - -#ifndef LV_ATTRIBUTE_MEM_ALIGN -#define LV_ATTRIBUTE_MEM_ALIGN -#endif - -#ifndef LV_ATTRIBUTE_IMG_SY_BG_TC2 -#define LV_ATTRIBUTE_IMG_SY_BG_TC2 -#endif - -const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SY_BG_TC2 uint8_t sy_bg_tc2_map[] = { - /*Pixel format: Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ -#if LV_COLOR_DEPTH == 8 - 0x00,0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00,0x00, - 0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda, - 0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00, - 0x00,0x00,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0x00,0x00, -#elif LV_COLOR_DEPTH == 16 - 0xea,0x50,0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50,0xea,0x50, - 0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c, - 0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50, - 0xea,0x50,0xea,0x50,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xf3,0x9c,0xea,0x50,0xea,0x50, -#elif LV_COLOR_DEPTH == 24 - 0xea,0x50,0xff,0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff, - 0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xf3,0x9c,0xff,0xea,0x50,0xff,0xea,0x50,0xff, -#elif LV_COLOR_DEPTH == 32 - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff, - 0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x9f,0x9f,0x9f,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, -#endif - -}; - -const lv_img_dsc_t sy_bg_tc2 = { - .header.always_zero = 0, - .header.w = 64, - .header.h = 24, - .data_size = 1536 * LV_COLOR_SIZE / 8, -#if ((LV_COLOR_DEPTH == 32) || (LV_COLOR_DEPTH == 24)) - .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, -#else - .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, -#endif - .data = sy_bg_tc2_map -}; - - -#ifndef LV_ATTRIBUTE_MEM_ALIGN -#define LV_ATTRIBUTE_MEM_ALIGN -#endif - -#ifndef LV_ATTRIBUTE_IMG_SY_BG_TC3 -#define LV_ATTRIBUTE_IMG_SY_BG_TC3 -#endif - -const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_SY_BG_TC3 uint8_t sy_bg_tc3_map[] = { - /*Pixel format: Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ -#if LV_COLOR_DEPTH == 8 - 0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x00,0x00, - 0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x00, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b, - 0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x00, - 0x00,0x00,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x00,0x00, -#elif LV_COLOR_DEPTH == 16 - 0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50, - 0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63, - 0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50, - 0xea,0x50,0xea,0x50,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0x2c,0x63,0xea,0x50,0xea,0x50, -#elif LV_COLOR_DEPTH == 24 - 0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff, - 0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff, - 0xea,0x50,0xff,0xea,0x50,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0x2c,0x63,0xff,0xea,0x50,0xff,0xea,0x50,0xff, -#elif LV_COLOR_DEPTH == 32 - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff, - 0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff, - 0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x66,0x66,0x66,0xff,0x57,0x1f,0x55,0xff,0x57,0x1f,0x55,0xff, -#endif - -}; - -const lv_img_dsc_t sy_bg_tc3 = { - .header.always_zero = 0, - .header.w = 64, - .header.h = 24, - .data_size = 1536 * LV_COLOR_SIZE / 8, -#if ((LV_COLOR_DEPTH == 32) || (LV_COLOR_DEPTH == 24)) - .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, -#else - .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, -#endif - .data = sy_bg_tc3_map -}; - - #ifndef LV_ATTRIBUTE_MEM_ALIGN #define LV_ATTRIBUTE_MEM_ALIGN #endif diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_DE.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_DE.c index fd0ec8e13..9da2b57f5 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_DE.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_DE.c @@ -639,6 +639,41 @@ lv_plugin_string_t lv_plugin_DE_string_table[] = { { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMATING */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_COMPLETED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_NOSD */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_RESTART */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SEARCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_SWITCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_BUSY */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_PROFILE_ENABLED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_CHECKSIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SIM_READ_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NOT_ESIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NONE */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_1 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_2 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_3 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_4 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_5 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_6 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_7 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_8 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_9 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_10 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_11 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_12 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_13 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_14 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_15 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_16 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_17 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_18 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_19 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_20 */ }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_EN.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_EN.c index 1ac40c6c9..521a8c24c 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_EN.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_EN.c @@ -639,6 +639,41 @@ lv_plugin_string_t lv_plugin_EN_string_table[] = { { "Format...", 9 }, /* LV_PLUGIN_STRING_ID_STRING_FORMATING */ { "Format Fail!", 12 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR */ { "Completed!", 10 }, /* LV_PLUGIN_STRING_ID_STRING_COMPLETED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_NOSD */ + { "Please make sure the power is greater than 40% or DC power supply!", 66 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR */ + { "Upgrading…", 12 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADING */ + { "Camera will automatically restart after upgrade complete", 56 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING */ + { "Low Battery!", 12 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT */ + { "Reset the Camera?", 17 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_WARNING */ + { "Camera will restart after reset is complete", 43 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_RESTART */ + { "Searching...", 12 }, /* LV_PLUGIN_STRING_ID_STRING_SEARCHING */ + { "Network Switching...", 20 }, /* LV_PLUGIN_STRING_ID_STRING_NET_SWITCHING */ + { "Currently network is busy, Please try it later", 46 }, /* LV_PLUGIN_STRING_ID_STRING_NET_BUSY */ + { "Profile is enabled", 18 }, /* LV_PLUGIN_STRING_ID_STRING_PROFILE_ENABLED */ + { "Check SIM", 9 }, /* LV_PLUGIN_STRING_ID_STRING_CHECKSIM */ + { "SIM read failed, please restart the camera", 42 }, /* LV_PLUGIN_STRING_ID_STRING_SIM_READ_ERR */ + { "Network selection is only available with SIM cards that have multiple networks.", 79 }, /* LV_PLUGIN_STRING_ID_STRING_NOT_ESIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NONE */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_1 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_2 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_3 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_4 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_5 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_6 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_7 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_8 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_9 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_10 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_11 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_12 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_13 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_14 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_15 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_16 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_17 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_18 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_19 */ + { "Error in Process", 16 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_20 */ }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_ES.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_ES.c index 8a9735bcc..097065e7c 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_ES.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_ES.c @@ -639,6 +639,41 @@ lv_plugin_string_t lv_plugin_ES_string_table[] = { { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMATING */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_COMPLETED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_NOSD */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_RESTART */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SEARCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_SWITCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_BUSY */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_PROFILE_ENABLED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_CHECKSIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SIM_READ_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NOT_ESIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NONE */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_1 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_2 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_3 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_4 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_5 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_6 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_7 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_8 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_9 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_10 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_11 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_12 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_13 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_14 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_15 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_16 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_17 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_18 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_19 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_20 */ }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_FR.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_FR.c index a456fae8f..6bec62bd9 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_FR.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_FR.c @@ -639,6 +639,41 @@ lv_plugin_string_t lv_plugin_FR_string_table[] = { { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMATING */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_COMPLETED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_NOSD */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_RESTART */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SEARCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_SWITCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_BUSY */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_PROFILE_ENABLED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_CHECKSIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SIM_READ_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NOT_ESIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NONE */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_1 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_2 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_3 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_4 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_5 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_6 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_7 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_8 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_9 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_10 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_11 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_12 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_13 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_14 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_15 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_16 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_17 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_18 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_19 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_20 */ }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_IT.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_IT.c index c1592aa0c..de7b9e5e8 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_IT.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_IT.c @@ -639,6 +639,41 @@ lv_plugin_string_t lv_plugin_IT_string_table[] = { { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMATING */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_COMPLETED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_NOSD */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_RESTART */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SEARCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_SWITCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_BUSY */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_PROFILE_ENABLED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_CHECKSIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SIM_READ_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NOT_ESIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NONE */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_1 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_2 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_3 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_4 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_5 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_6 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_7 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_8 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_9 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_10 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_11 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_12 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_13 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_14 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_15 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_16 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_17 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_18 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_19 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_20 */ }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_JP.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_JP.c index 7fc8de31b..d268a6362 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_JP.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_JP.c @@ -639,6 +639,41 @@ lv_plugin_string_t lv_plugin_JP_string_table[] = { { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMATING */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_COMPLETED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_NOSD */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_RESTART */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SEARCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_SWITCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_BUSY */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_PROFILE_ENABLED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_CHECKSIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SIM_READ_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NOT_ESIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NONE */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_1 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_2 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_3 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_4 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_5 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_6 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_7 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_8 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_9 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_10 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_11 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_12 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_13 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_14 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_15 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_16 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_17 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_18 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_19 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_20 */ }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_PO.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_PO.c index 0bea2726a..7c3860eb7 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_PO.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_PO.c @@ -639,6 +639,41 @@ lv_plugin_string_t lv_plugin_PO_string_table[] = { { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMATING */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_COMPLETED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_NOSD */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_RESTART */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SEARCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_SWITCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_BUSY */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_PROFILE_ENABLED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_CHECKSIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SIM_READ_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NOT_ESIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NONE */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_1 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_2 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_3 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_4 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_5 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_6 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_7 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_8 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_9 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_10 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_11 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_12 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_13 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_14 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_15 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_16 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_17 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_18 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_19 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_20 */ }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_RU.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_RU.c index 4dbc7c5a6..da2de1dbe 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_RU.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_RU.c @@ -639,6 +639,41 @@ lv_plugin_string_t lv_plugin_RU_string_table[] = { { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMATING */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_COMPLETED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_NOSD */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_RESTART */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SEARCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_SWITCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_BUSY */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_PROFILE_ENABLED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_CHECKSIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SIM_READ_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NOT_ESIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NONE */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_1 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_2 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_3 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_4 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_5 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_6 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_7 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_8 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_9 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_10 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_11 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_12 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_13 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_14 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_15 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_16 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_17 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_18 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_19 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_20 */ }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_SC.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_SC.c index 85aff5e41..306258d21 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_SC.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_SC.c @@ -639,6 +639,41 @@ lv_plugin_string_t lv_plugin_SC_string_table[] = { { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMATING */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_COMPLETED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_NOSD */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_RESTART */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SEARCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_SWITCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_BUSY */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_PROFILE_ENABLED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_CHECKSIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SIM_READ_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NOT_ESIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NONE */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_1 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_2 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_3 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_4 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_5 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_6 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_7 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_8 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_9 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_10 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_11 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_12 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_13 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_14 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_15 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_16 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_17 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_18 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_19 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_20 */ }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_TC.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_TC.c index 6cc8c5552..177a67b34 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_TC.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/Resource/Languages/Language_TC.c @@ -639,6 +639,41 @@ lv_plugin_string_t lv_plugin_TC_string_table[] = { { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMATING */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR */ { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_COMPLETED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_FORMAT_NOSD */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_WARNING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_RESET_RESTART */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SEARCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_SWITCHING */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NET_BUSY */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_PROFILE_ENABLED */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_CHECKSIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_SIM_READ_ERR */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NOT_ESIM */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NONE */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_1 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_2 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_3 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_4 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_5 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_6 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_7 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_8 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_9 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_10 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_11 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_12 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_13 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_14 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_15 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_16 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_17 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_18 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_19 */ + { "", 0 }, /* LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_20 */ }; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonConfirm.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonConfirm.lvglscr index af6aea20c..d01330a76 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonConfirm.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonConfirm.lvglscr @@ -56,10 +56,16 @@ "Background": { "bg_color": "0x0262b6" }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 1 }, { + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 2 }, @@ -67,6 +73,9 @@ "Background": { "bg_color": "0x0262b6" }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 3 }, @@ -74,10 +83,16 @@ "Background": { "bg_color": "0x0262b6" }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 4 }, { + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 5 }, @@ -85,6 +100,9 @@ "Background": { "bg_color": "0x0262b6" }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 6 }, @@ -145,6 +163,9 @@ "Border": { "border_width": 6 }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 65, "state": 1 }, @@ -152,6 +173,9 @@ "Outline": { "outline_width": 2 }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 65, "state": 2 }, @@ -159,6 +183,9 @@ "Border": { "border_width": 6 }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 65, "state": 3 }, @@ -166,6 +193,9 @@ "Border": { "border_width": 6 }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 65, "state": 4 }, @@ -176,6 +206,9 @@ "Outline": { "outline_width": 2 }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 65, "state": 5 }, @@ -183,6 +216,9 @@ "Border": { "border_width": 6 }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 65, "state": 6 } @@ -215,7 +251,7 @@ { "Text": { "text_color": "0x3c3c3c", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -276,7 +312,7 @@ { "Text": { "text_color": "0x3c3c3c", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -388,7 +424,7 @@ { "Text": { "text_color": "0x3c3c3c", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonItem.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonItem.lvglscr index 357fc6fce..5ee77c120 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonItem.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonItem.lvglscr @@ -20,13 +20,13 @@ "font type": "Font_Type1", "geometry": { "height": 22, - "width": 200, + "width": 119, "x": 52, "y": 9 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_item1", "recolor": false, "string id": "None", @@ -34,7 +34,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "SF-UI-Text-Medium 18 8bpp", + "text_font": "SF-UI-Text-Medium 18 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -202,14 +202,14 @@ "event callback": "", "font type": "Font_Type1", "geometry": { - "height": 24, - "width": 200, + "height": 22, + "width": 94, "x": 52, "y": 9 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_item2", "recolor": false, "string id": "None", @@ -217,7 +217,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "SF-UI-Text-Medium 18 8bpp", + "text_font": "SF-UI-Text-Medium 18 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -382,14 +382,14 @@ "event callback": "", "font type": "Font_Type1", "geometry": { - "height": 24, - "width": 200, + "height": 22, + "width": 91, "x": 52, "y": 9 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_item3", "recolor": false, "string id": "None", @@ -397,7 +397,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "SF-UI-Text-Medium 18 8bpp", + "text_font": "SF-UI-Text-Medium 18 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -562,14 +562,14 @@ "event callback": "", "font type": "Font_Type1", "geometry": { - "height": 24, - "width": 200, + "height": 22, + "width": 103, "x": 52, "y": 9 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_item4", "recolor": false, "string id": "None", @@ -577,7 +577,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "SF-UI-Text-Medium 18 8bpp", + "text_font": "SF-UI-Text-Medium 18 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -742,14 +742,14 @@ "event callback": "", "font type": "Font_Type1", "geometry": { - "height": 24, - "width": 200, + "height": 22, + "width": 105, "x": 52, "y": 9 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_item5", "recolor": false, "string id": "None", @@ -757,7 +757,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "SF-UI-Text-Medium 18 8bpp", + "text_font": "SF-UI-Text-Medium 18 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -913,6 +913,61 @@ }, { "children": [ + { + "auto size": true, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 40, + "width": 27, + "x": 102, + "y": 0 + }, + "hidden": false, + "locked": false, + "name": "image_option_1", + "offset": { + "X": 28, + "Y": 1 + }, + "source": "sf_next1", + "styles": [ + { + "Image": { + "image_recolor": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" + }, { "align": "Right", "class": "lv_label", @@ -921,8 +976,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 20, - "width": 76, + "height": 24, + "width": 100, "x": 0, "y": 11 }, @@ -936,7 +991,7 @@ { "Text": { "text_color": "0x6c6c6c", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -970,61 +1025,6 @@ ], "text": "Text", "widget": "Label" - }, - { - "auto size": true, - "class": "lv_img", - "click": false, - "drag": false, - "event callback": "", - "geometry": { - "height": 40, - "width": 27, - "x": 78, - "y": 0 - }, - "hidden": false, - "locked": false, - "name": "image_option_1", - "offset": { - "X": 0, - "Y": 0 - }, - "source": "sf_next1", - "styles": [ - { - "Image": { - "image_recolor": "0x3b3e42" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "widget": "Image" } ], "class": "lv_cont", @@ -1033,8 +1033,8 @@ "event callback": "", "geometry": { "height": 40, - "width": 110, - "x": 210, + "width": 134, + "x": 186, "y": 0 }, "hidden": false, @@ -1047,6 +1047,7 @@ "bg_opa": 0 }, "Border": { + "border_color": "0xdddddd", "border_opa": 0 }, "Mix": { @@ -1084,64 +1085,6 @@ }, { "children": [ - { - "align": "Right", - "class": "lv_label", - "click": false, - "drag": false, - "event callback": "", - "font type": "Font_Type0", - "geometry": { - "height": 20, - "width": 76, - "x": 0, - "y": 11 - }, - "hidden": false, - "locked": false, - "long mode": "Crop", - "name": "label_option_2", - "recolor": false, - "string id": "None", - "styles": [ - { - "Text": { - "text_color": "0x6c6c6c", - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x00b495", - "text_sel_color": "0x3c3c3c" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "text": "Text", - "widget": "Label" - }, { "auto size": true, "class": "lv_img", @@ -1151,7 +1094,7 @@ "geometry": { "height": 40, "width": 27, - "x": 78, + "x": 102, "y": 0 }, "hidden": false, @@ -1165,7 +1108,7 @@ "styles": [ { "Image": { - "image_recolor": "0x3b3e42" + "image_recolor": "0x3c3c3c" }, "part": 0, "state": 0 @@ -1196,6 +1139,64 @@ } ], "widget": "Image" + }, + { + "align": "Right", + "class": "lv_label", + "click": false, + "drag": false, + "event callback": "", + "font type": "Font_Type0", + "geometry": { + "height": 24, + "width": 100, + "x": 0, + "y": 11 + }, + "hidden": false, + "locked": false, + "long mode": "Crop", + "name": "label_option_2", + "recolor": false, + "string id": "None", + "styles": [ + { + "Text": { + "text_color": "0x6c6c6c", + "text_font": "SF-UI-Text-Medium 16 1bpp", + "text_sel_bg_color": "0x00b495", + "text_sel_color": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "text": "Text", + "widget": "Label" } ], "class": "lv_cont", @@ -1204,8 +1205,8 @@ "event callback": "", "geometry": { "height": 40, - "width": 110, - "x": 210, + "width": 134, + "x": 186, "y": 40 }, "hidden": false, @@ -1218,6 +1219,7 @@ "bg_opa": 0 }, "Border": { + "border_color": "0xdddddd", "border_opa": 0 }, "Mix": { @@ -1255,64 +1257,6 @@ }, { "children": [ - { - "align": "Right", - "class": "lv_label", - "click": false, - "drag": false, - "event callback": "", - "font type": "Font_Type0", - "geometry": { - "height": 20, - "width": 76, - "x": 0, - "y": 11 - }, - "hidden": false, - "locked": false, - "long mode": "Crop", - "name": "label_option_3", - "recolor": false, - "string id": "None", - "styles": [ - { - "Text": { - "text_color": "0x6c6c6c", - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x00b495", - "text_sel_color": "0x3c3c3c" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "text": "Text", - "widget": "Label" - }, { "auto size": true, "class": "lv_img", @@ -1322,7 +1266,7 @@ "geometry": { "height": 40, "width": 27, - "x": 78, + "x": 102, "y": 0 }, "hidden": false, @@ -1336,7 +1280,7 @@ "styles": [ { "Image": { - "image_recolor": "0x3b3e42" + "image_recolor": "0x3c3c3c" }, "part": 0, "state": 0 @@ -1367,6 +1311,64 @@ } ], "widget": "Image" + }, + { + "align": "Right", + "class": "lv_label", + "click": false, + "drag": false, + "event callback": "", + "font type": "Font_Type0", + "geometry": { + "height": 24, + "width": 100, + "x": 0, + "y": 11 + }, + "hidden": false, + "locked": false, + "long mode": "Crop", + "name": "label_option_3", + "recolor": false, + "string id": "None", + "styles": [ + { + "Text": { + "text_color": "0x6c6c6c", + "text_font": "SF-UI-Text-Medium 16 1bpp", + "text_sel_bg_color": "0x00b495", + "text_sel_color": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "text": "Text", + "widget": "Label" } ], "class": "lv_cont", @@ -1375,8 +1377,8 @@ "event callback": "", "geometry": { "height": 40, - "width": 110, - "x": 210, + "width": 134, + "x": 186, "y": 80 }, "hidden": false, @@ -1389,6 +1391,7 @@ "bg_opa": 0 }, "Border": { + "border_color": "0xdddddd", "border_opa": 0 }, "Mix": { @@ -1426,64 +1429,6 @@ }, { "children": [ - { - "align": "Right", - "class": "lv_label", - "click": false, - "drag": false, - "event callback": "", - "font type": "Font_Type0", - "geometry": { - "height": 20, - "width": 76, - "x": 0, - "y": 11 - }, - "hidden": false, - "locked": false, - "long mode": "Crop", - "name": "label_option_4", - "recolor": false, - "string id": "None", - "styles": [ - { - "Text": { - "text_color": "0x6c6c6c", - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x00b495", - "text_sel_color": "0x3c3c3c" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "text": "Text", - "widget": "Label" - }, { "auto size": true, "class": "lv_img", @@ -1493,7 +1438,7 @@ "geometry": { "height": 40, "width": 27, - "x": 78, + "x": 102, "y": 0 }, "hidden": false, @@ -1507,7 +1452,7 @@ "styles": [ { "Image": { - "image_recolor": "0x3b3e42" + "image_recolor": "0x3c3c3c" }, "part": 0, "state": 0 @@ -1538,6 +1483,64 @@ } ], "widget": "Image" + }, + { + "align": "Right", + "class": "lv_label", + "click": false, + "drag": false, + "event callback": "", + "font type": "Font_Type0", + "geometry": { + "height": 24, + "width": 100, + "x": 0, + "y": 11 + }, + "hidden": false, + "locked": false, + "long mode": "Crop", + "name": "label_option_4", + "recolor": false, + "string id": "None", + "styles": [ + { + "Text": { + "text_color": "0x6c6c6c", + "text_font": "SF-UI-Text-Medium 16 1bpp", + "text_sel_bg_color": "0x00b495", + "text_sel_color": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "text": "Text", + "widget": "Label" } ], "class": "lv_cont", @@ -1546,8 +1549,8 @@ "event callback": "", "geometry": { "height": 40, - "width": 110, - "x": 210, + "width": 134, + "x": 186, "y": 120 }, "hidden": false, @@ -1560,6 +1563,7 @@ "bg_opa": 0 }, "Border": { + "border_color": "0xdddddd", "border_opa": 0 }, "Mix": { @@ -1597,6 +1601,61 @@ }, { "children": [ + { + "auto size": true, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 40, + "width": 27, + "x": 102, + "y": 0 + }, + "hidden": false, + "locked": false, + "name": "image_option_5", + "offset": { + "X": 0, + "Y": 0 + }, + "source": "sf_next1", + "styles": [ + { + "Image": { + "image_recolor": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" + }, { "align": "Right", "class": "lv_label", @@ -1605,8 +1664,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 20, - "width": 76, + "height": 24, + "width": 100, "x": 0, "y": 11 }, @@ -1620,7 +1679,7 @@ { "Text": { "text_color": "0x6c6c6c", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1654,61 +1713,6 @@ ], "text": "Text", "widget": "Label" - }, - { - "auto size": true, - "class": "lv_img", - "click": false, - "drag": false, - "event callback": "", - "geometry": { - "height": 40, - "width": 27, - "x": 78, - "y": 0 - }, - "hidden": false, - "locked": false, - "name": "image_option_5", - "offset": { - "X": 0, - "Y": 0 - }, - "source": "sf_next1", - "styles": [ - { - "Image": { - "image_recolor": "0x3b3e42" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "widget": "Image" } ], "class": "lv_cont", @@ -1717,8 +1721,8 @@ "event callback": "", "geometry": { "height": 40, - "width": 110, - "x": 210, + "width": 134, + "x": 186, "y": 160 }, "hidden": false, @@ -1776,8 +1780,8 @@ "geometry": { "height": 40, "width": 48, - "x": 272, - "y": 0 + "x": 269, + "y": -2 }, "hidden": true, "locked": false, @@ -1786,7 +1790,7 @@ "X": 0, "Y": 0 }, - "source": "sf_on", + "source": "sf_off", "styles": [ { "Image": { @@ -1841,11 +1845,11 @@ "X": 0, "Y": 0 }, - "source": "sf_on", + "source": "sf_off", "styles": [ { "Image": { - "image_recolor": "0x3b3e42" + "image_recolor": "0x3c3c3c" }, "part": 0, "state": 0 @@ -1896,11 +1900,11 @@ "X": 0, "Y": 0 }, - "source": "sf_on", + "source": "sf_off", "styles": [ { "Image": { - "image_recolor": "0x3b3e42" + "image_recolor": "0x3c3c3c" }, "part": 0, "state": 0 @@ -1951,11 +1955,11 @@ "X": 0, "Y": 0 }, - "source": "sf_on", + "source": "sf_off", "styles": [ { "Image": { - "image_recolor": "0x3b3e42" + "image_recolor": "0x3c3c3c" }, "part": 0, "state": 0 @@ -2006,11 +2010,11 @@ "X": 0, "Y": 0 }, - "source": "sf_on", + "source": "sf_off", "styles": [ { "Image": { - "image_recolor": "0x3b3e42" + "image_recolor": "0x3c3c3c" }, "part": 0, "state": 0 @@ -2157,7 +2161,7 @@ }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_tab_1", "recolor": false, "string id": "None", @@ -2165,7 +2169,7 @@ { "Text": { "text_color": "0xcbcbcb", - "text_font": "SF-UI-Text-Bold 20 8bpp", + "text_font": "SF-UI-Text-Bold 20 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -2274,14 +2278,14 @@ "event callback": "", "font type": "Font_Type2", "geometry": { - "height": 26, - "width": 85, + "height": 48, + "width": 79, "x": 2, "y": 8 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_tab_2", "recolor": false, "string id": "None", @@ -2289,7 +2293,7 @@ { "Text": { "text_color": "0xcbcbcb", - "text_font": "SF-UI-Text-Bold 20 8bpp", + "text_font": "SF-UI-Text-Bold 20 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -2398,14 +2402,14 @@ "event callback": "", "font type": "Font_Type2", "geometry": { - "height": 24, - "width": 51, + "height": 48, + "width": 52, "x": 15, "y": 8 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_tab_3", "recolor": false, "string id": "None", @@ -2413,7 +2417,7 @@ { "Text": { "text_color": "0xcbcbcb", - "text_font": "SF-UI-Text-Bold 20 8bpp", + "text_font": "SF-UI-Text-Bold 20 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -2515,21 +2519,21 @@ "checkable": false, "children": [ { - "align": "Left", + "align": "Center", "class": "lv_label", "click": false, "drag": false, "event callback": "", "font type": "Font_Type2", "geometry": { - "height": 24, + "height": 48, "width": 51, "x": 15, "y": 8 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_tab_4", "recolor": false, "string id": "None", @@ -2537,7 +2541,7 @@ { "Text": { "text_color": "0xcbcbcb", - "text_font": "SF-UI-Text-Bold 20 8bpp", + "text_font": "SF-UI-Text-Bold 20 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonOption.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonOption.lvglscr index 102e7b669..8a5f7b726 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonOption.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMenuCommonOption.lvglscr @@ -20,13 +20,13 @@ "font type": "Font_Type1", "geometry": { "height": 22, - "width": 200, + "width": 81, "x": 10, "y": 10 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_option1", "recolor": false, "string id": "None", @@ -34,7 +34,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "SF-UI-Text-Medium 18 8bpp", + "text_font": "SF-UI-Text-Medium 18 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -199,13 +199,13 @@ "font type": "Font_Type1", "geometry": { "height": 22, - "width": 200, + "width": 81, "x": 10, "y": 10 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_option2", "recolor": false, "string id": "None", @@ -213,7 +213,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "SF-UI-Text-Medium 18 8bpp", + "text_font": "SF-UI-Text-Medium 18 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -375,13 +375,13 @@ "font type": "Font_Type1", "geometry": { "height": 22, - "width": 200, + "width": 81, "x": 10, "y": 10 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_option3", "recolor": false, "string id": "None", @@ -389,7 +389,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "SF-UI-Text-Medium 18 8bpp", + "text_font": "SF-UI-Text-Medium 18 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -551,13 +551,13 @@ "font type": "Font_Type1", "geometry": { "height": 22, - "width": 200, + "width": 81, "x": 10, "y": 10 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_option4", "recolor": false, "string id": "None", @@ -565,7 +565,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "SF-UI-Text-Medium 18 8bpp", + "text_font": "SF-UI-Text-Medium 18 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -727,13 +727,13 @@ "font type": "Font_Type1", "geometry": { "height": 22, - "width": 200, + "width": 81, "x": 10, "y": 10 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_option5", "recolor": false, "string id": "None", @@ -741,7 +741,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "SF-UI-Text-Medium 18 8bpp", + "text_font": "SF-UI-Text-Medium 18 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -996,14 +996,14 @@ "event callback": "", "font type": "Font_Type2", "geometry": { - "height": 19, - "width": 200, + "height": 24, + "width": 139, "x": 56, "y": 10 }, "hidden": false, "locked": false, - "long mode": "Crop", + "long mode": "Expand", "name": "label_menu_item", "recolor": false, "string id": "None", @@ -1011,7 +1011,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "SF-UI-Text-Bold 20 8bpp", + "text_font": "SF-UI-Text-Bold 20 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1162,6 +1162,484 @@ } ], "widget": "Container" + }, + { + "children": [ + { + "align": "Center", + "class": "lv_label", + "click": false, + "drag": false, + "event callback": "", + "font type": "Font_Type0", + "geometry": { + "height": 20, + "width": 320, + "x": 0, + "y": 124 + }, + "hidden": false, + "locked": false, + "long mode": "Roll", + "name": "label_1", + "recolor": false, + "string id": "None", + "styles": [ + { + "Background": { + "bg_color": "0x000000" + }, + "Text": { + "text_color": "0xffffff", + "text_font": "SF-UI-Text-Medium 16 1bpp", + "text_sel_bg_color": "0x00b495", + "text_sel_color": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "text": "HH : MM", + "widget": "Label" + }, + { + "align": "Center", + "class": "lv_label", + "click": false, + "drag": false, + "event callback": "", + "font type": "Font_Type0", + "geometry": { + "height": 20, + "width": 320, + "x": 0, + "y": 20 + }, + "hidden": false, + "locked": false, + "long mode": "Roll", + "name": "label_2", + "recolor": false, + "string id": "None", + "styles": [ + { + "Background": { + "bg_color": "0x000000" + }, + "Text": { + "text_color": "0xffffff", + "text_font": "SF-UI-Text-Medium 16 1bpp", + "text_sel_bg_color": "0x00b495", + "text_sel_color": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "text": "Send Time", + "widget": "Label" + } + ], + "class": "lv_cont", + "click": true, + "drag": false, + "event callback": "", + "geometry": { + "height": 200, + "width": 320, + "x": 0, + "y": 40 + }, + "hidden": true, + "layout": "Off", + "locked": false, + "name": "container_send_time_0", + "styles": [ + { + "Background": { + "bg_color": "0x000000" + }, + "Border": { + "border_color": "0xdddddd", + "border_width": 0 + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Container" + }, + { + "children": [ + { + "align": "Center", + "class": "lv_label", + "click": false, + "drag": false, + "event callback": "", + "font type": "Font_Type0", + "geometry": { + "height": 20, + "width": 160, + "x": 0, + "y": 20 + }, + "hidden": false, + "locked": false, + "long mode": "Roll", + "name": "label_time_1", + "recolor": false, + "string id": "None", + "styles": [ + { + "Background": { + "bg_color": "0x000000" + }, + "Text": { + "text_color": "0xffffff", + "text_font": "SF-UI-Text-Medium 16 1bpp", + "text_sel_bg_color": "0x00b495", + "text_sel_color": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "text": "Send Time 1", + "widget": "Label" + }, + { + "align": "Center", + "class": "lv_label", + "click": false, + "drag": false, + "event callback": "", + "font type": "Font_Type0", + "geometry": { + "height": 20, + "width": 160, + "x": 160, + "y": 20 + }, + "hidden": false, + "locked": false, + "long mode": "Roll", + "name": "label_time_2", + "recolor": false, + "string id": "None", + "styles": [ + { + "Background": { + "bg_color": "0x000000" + }, + "Text": { + "text_color": "0xffffff", + "text_font": "SF-UI-Text-Medium 16 1bpp", + "text_sel_bg_color": "0x00b495", + "text_sel_color": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "text": "Send Time 2", + "widget": "Label" + }, + { + "align": "Center", + "class": "lv_label", + "click": false, + "drag": false, + "event callback": "", + "font type": "Font_Type0", + "geometry": { + "height": 20, + "width": 160, + "x": 0, + "y": 124 + }, + "hidden": false, + "locked": false, + "long mode": "Roll", + "name": "label_5", + "recolor": false, + "string id": "None", + "styles": [ + { + "Background": { + "bg_color": "0x000000" + }, + "Text": { + "text_color": "0xffffff", + "text_font": "SF-UI-Text-Medium 16 1bpp", + "text_sel_bg_color": "0x00b495", + "text_sel_color": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "text": "HH : MM", + "widget": "Label" + }, + { + "align": "Center", + "class": "lv_label", + "click": false, + "drag": false, + "event callback": "", + "font type": "Font_Type0", + "geometry": { + "height": 20, + "width": 160, + "x": 160, + "y": 124 + }, + "hidden": false, + "locked": false, + "long mode": "Roll", + "name": "label_6", + "recolor": false, + "string id": "None", + "styles": [ + { + "Background": { + "bg_color": "0x000000" + }, + "Text": { + "text_color": "0xffffff", + "text_font": "SF-UI-Text-Medium 16 1bpp", + "text_sel_bg_color": "0x00b495", + "text_sel_color": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "text": "HH : MM", + "widget": "Label" + } + ], + "class": "lv_cont", + "click": true, + "drag": false, + "event callback": "", + "geometry": { + "height": 200, + "width": 320, + "x": 0, + "y": 40 + }, + "hidden": true, + "layout": "Off", + "locked": false, + "name": "container_send_time_1", + "styles": [ + { + "Background": { + "bg_color": "0x000000" + }, + "Border": { + "border_color": "0xdddddd", + "border_width": 0 + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Container" } ], "class": "lv_img", diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMovie.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMovie.lvglscr index 768d156d9..850278f22 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMovie.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowMovie.lvglscr @@ -182,7 +182,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -240,7 +240,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -350,7 +350,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495" }, "part": 0, @@ -511,7 +511,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -776,7 +776,7 @@ "styles": [ { "Text": { - "text_font": "montserrat 16 4bpp" + "text_font": "SF-UI-Text-Medium 16 1bpp" }, "part": 0, "state": 0 @@ -832,7 +832,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -945,7 +945,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1057,7 +1057,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1169,7 +1169,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1330,7 +1330,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1436,7 +1436,7 @@ "X": 0, "Y": 0 }, - "source": "sf_wifi_unconnected", + "source": "sf_wifi_connected", "styles": [ { "part": 0, @@ -1780,6 +1780,58 @@ } ], "widget": "Image" + }, + { + "auto size": true, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 40, + "width": 48, + "x": 216, + "y": 0 + }, + "hidden": true, + "locked": false, + "name": "image_4g", + "offset": { + "X": 0, + "Y": 0 + }, + "source": "sf_net4g", + "styles": [ + { + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" } ] } diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPassword.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPassword.lvglscr index 6cd3173b5..921b9bf96 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPassword.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPassword.lvglscr @@ -29,7 +29,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "ARIALUNI 16 1bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -77,9 +77,9 @@ "focus": 0, "geometry": { "height": 80, - "width": 174, - "x": 74, - "y": 159 + "width": 199, + "x": 60, + "y": 102 }, "hidden": false, "locked": false, @@ -181,6 +181,116 @@ "text align": "Center", "text recolor": false, "widget": "Button Matrix" + }, + { + "align": "Center", + "class": "lv_label", + "click": false, + "drag": false, + "event callback": "", + "font type": "Font_Type0", + "geometry": { + "height": 24, + "width": 14, + "x": 72, + "y": 139 + }, + "hidden": false, + "locked": false, + "long mode": "Roll", + "name": "label_select", + "recolor": false, + "string id": "None", + "styles": [ + { + "Text": { + "text_color": "0xffffff", + "text_font": "SF-UI-Text-Medium 16 1bpp", + "text_sel_bg_color": "0x00b495", + "text_sel_color": "0x3c3c3c" + }, + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "text": "_", + "widget": "Label" + }, + { + "auto size": false, + "class": "lv_img", + "click": false, + "drag": false, + "event callback": "", + "geometry": { + "height": 53, + "width": 139, + "x": 10, + "y": 12 + }, + "hidden": false, + "locked": false, + "name": "image_2", + "offset": { + "X": 0, + "Y": 0 + }, + "source": "ICON_FACE_ON", + "styles": [ + { + "part": 0, + "state": 0 + }, + { + "part": 0, + "state": 1 + }, + { + "part": 0, + "state": 2 + }, + { + "part": 0, + "state": 3 + }, + { + "part": 0, + "state": 4 + }, + { + "part": 0, + "state": 5 + }, + { + "part": 0, + "state": 6 + } + ], + "widget": "Image" } ], "class": "lv_img", @@ -241,123 +351,7 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 24, - "width": 14, - "x": 74, - "y": 139 - }, - "hidden": false, - "locked": false, - "long mode": "Roll", - "name": "label_select", - "recolor": false, - "string id": "None", - "styles": [ - { - "Text": { - "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x00b495", - "text_sel_color": "0x3c3c3c" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "text": "_", - "widget": "Label" - }, - { - "align": "Center", - "class": "lv_label", - "click": false, - "drag": false, - "event callback": "", - "font type": "Font_Type0", - "geometry": { - "height": 24, - "width": 14, - "x": 74, - "y": 129 - }, - "hidden": false, - "locked": false, - "long mode": "Roll", - "name": "label_password_1", - "recolor": false, - "string id": "None", - "styles": [ - { - "Text": { - "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x00b495", - "text_sel_color": "0x3c3c3c" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "text": "0", - "widget": "Label" - }, - { - "align": "Center", - "class": "lv_label", - "click": false, - "drag": false, - "event callback": "", - "font type": "Font_Type0", - "geometry": { - "height": 21, + "height": 20, "width": 237, "x": 42, "y": 71 @@ -372,7 +366,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "ARIALUNI 18 1bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -406,296 +400,6 @@ ], "text": "Enter password", "widget": "Label" - }, - { - "align": "Center", - "class": "lv_label", - "click": false, - "drag": false, - "event callback": "", - "font type": "Font_Type0", - "geometry": { - "height": 24, - "width": 14, - "x": 106, - "y": 129 - }, - "hidden": false, - "locked": false, - "long mode": "Roll", - "name": "label_password_2", - "recolor": false, - "string id": "None", - "styles": [ - { - "Text": { - "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x00b495", - "text_sel_color": "0x3c3c3c" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "text": "0", - "widget": "Label" - }, - { - "align": "Center", - "class": "lv_label", - "click": false, - "drag": false, - "event callback": "", - "font type": "Font_Type0", - "geometry": { - "height": 24, - "width": 14, - "x": 138, - "y": 129 - }, - "hidden": false, - "locked": false, - "long mode": "Roll", - "name": "label_password_3", - "recolor": false, - "string id": "None", - "styles": [ - { - "Text": { - "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x00b495", - "text_sel_color": "0x3c3c3c" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "text": "0", - "widget": "Label" - }, - { - "align": "Center", - "class": "lv_label", - "click": false, - "drag": false, - "event callback": "", - "font type": "Font_Type0", - "geometry": { - "height": 24, - "width": 14, - "x": 170, - "y": 129 - }, - "hidden": false, - "locked": false, - "long mode": "Roll", - "name": "label_password_4", - "recolor": false, - "string id": "None", - "styles": [ - { - "Text": { - "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x00b495", - "text_sel_color": "0x3c3c3c" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "text": "0", - "widget": "Label" - }, - { - "align": "Center", - "class": "lv_label", - "click": false, - "drag": false, - "event callback": "", - "font type": "Font_Type0", - "geometry": { - "height": 24, - "width": 14, - "x": 202, - "y": 129 - }, - "hidden": false, - "locked": false, - "long mode": "Roll", - "name": "label_password_5", - "recolor": false, - "string id": "None", - "styles": [ - { - "Text": { - "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x00b495", - "text_sel_color": "0x3c3c3c" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "text": "0", - "widget": "Label" - }, - { - "align": "Center", - "class": "lv_label", - "click": false, - "drag": false, - "event callback": "", - "font type": "Font_Type0", - "geometry": { - "height": 24, - "width": 14, - "x": 232, - "y": 129 - }, - "hidden": false, - "locked": false, - "long mode": "Roll", - "name": "label_password_6", - "recolor": false, - "string id": "None", - "styles": [ - { - "Text": { - "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x00b495", - "text_sel_color": "0x3c3c3c" - }, - "part": 0, - "state": 0 - }, - { - "part": 0, - "state": 1 - }, - { - "part": 0, - "state": 2 - }, - { - "part": 0, - "state": 3 - }, - { - "part": 0, - "state": 4 - }, - { - "part": 0, - "state": 5 - }, - { - "part": 0, - "state": 6 - } - ], - "text": "0", - "widget": "Label" } ] } diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPhoto.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPhoto.lvglscr index ea71ba7fd..d46202bee 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPhoto.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPhoto.lvglscr @@ -390,7 +390,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -500,7 +500,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -647,8 +647,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 9, + "height": 20, + "width": 10, "x": 68, "y": -40 }, @@ -662,7 +662,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -825,7 +825,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -888,51 +888,38 @@ "opa_scale": 120 }, "Text": { - "text_color": "0x31404f" + "text_color": "0x31404f", + "text_font": "SF-UI-Text-Medium 16 1bpp" }, "part": 0, "state": 0 }, { "Text": { - "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp" + "text_color": "0xffffff" }, "part": 0, "state": 1 }, { - "Text": { - "text_font": "montserrat 16 4bpp" - }, "part": 0, "state": 2 }, { - "Text": { - "text_font": "montserrat 16 4bpp" - }, "part": 0, "state": 3 }, { - "Text": { - "text_font": "montserrat 16 4bpp" - }, "part": 0, "state": 4 }, { - "Text": { - "text_font": "montserrat 16 4bpp" - }, "part": 0, "state": 5 }, { "Text": { - "text_color": "0x888888", - "text_font": "montserrat 16 4bpp" + "text_color": "0x888888" }, "part": 0, "state": 6 @@ -1026,7 +1013,8 @@ "opa_scale": 120 }, "Text": { - "text_color": "0x31404f" + "text_color": "0x31404f", + "text_font": "SF-UI-Text-Medium 16 1bpp" }, "part": 0, "state": 0 @@ -1043,9 +1031,6 @@ "state": 2 }, { - "Text": { - "text_font": "montserrat 16 4bpp" - }, "part": 0, "state": 3 }, @@ -1059,8 +1044,7 @@ }, { "Text": { - "text_color": "0x888888", - "text_font": "montserrat 16 4bpp" + "text_color": "0x888888" }, "part": 0, "state": 6 @@ -1092,9 +1076,6 @@ "Mix": { "opa_scale": 120 }, - "Outline": { - "outline_color": "0x00b495" - }, "Value": { "value_color": "0x3c3c3c", "value_font": "montserrat 16 4bpp" @@ -1158,54 +1139,37 @@ }, "Text": { "text_color": "0x31404f", - "text_sel_bg_color": "0x00b495" + "text_font": "SF-UI-Text-Medium 16 1bpp" }, "part": 0, "state": 0 }, { "Text": { - "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x01a2b1" + "text_color": "0xffffff" }, "part": 0, "state": 1 }, { - "Text": { - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x01a2b1" - }, "part": 0, "state": 2 }, { - "Text": { - "text_font": "montserrat 16 4bpp", - "text_sel_bg_color": "0x01a2b1" - }, "part": 0, "state": 3 }, { - "Text": { - "text_sel_bg_color": "0x01a2b1" - }, "part": 0, "state": 4 }, { - "Text": { - "text_sel_bg_color": "0x01a2b1" - }, "part": 0, "state": 5 }, { "Text": { - "text_color": "0x888888", - "text_sel_bg_color": "0x01a2b1" + "text_color": "0x888888" }, "part": 0, "state": 6 @@ -1235,7 +1199,6 @@ "styles": [ { "Border": { - "border_color": "0x00b495", "border_width": 0 }, "Mix": { @@ -1405,7 +1368,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1719,7 +1682,7 @@ "X": 0, "Y": 0 }, - "source": "sf_wifi_unconnected", + "source": "sf_wifi_connected", "styles": [ { "part": 0, @@ -1823,7 +1786,7 @@ "X": 0, "Y": 0 }, - "source": "sf_wifi_unconnected", + "source": "sf_wifi_connected", "styles": [ { "part": 0, @@ -1875,7 +1838,7 @@ "X": 0, "Y": 0 }, - "source": "sf_bluetooth_unconnected", + "source": "sf_bluetooth_connected", "styles": [ { "part": 0, @@ -1934,7 +1897,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -2046,7 +2009,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -2158,7 +2121,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPlay.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPlay.lvglscr index b365cf717..23d6dddb4 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPlay.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPlay.lvglscr @@ -130,7 +130,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -344,7 +344,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1293,7 +1293,7 @@ { "Text": { "text_color": "0xf4d32e", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1369,7 +1369,7 @@ { "Text": { "text_color": "0xf4d32e", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1601,7 +1601,7 @@ { "Text": { "text_color": "0xf4d32e", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1815,7 +1815,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1873,7 +1873,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1931,7 +1931,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -2163,7 +2163,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPlayThumb.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPlayThumb.lvglscr index 79489db3c..0f89219e1 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPlayThumb.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowPlayThumb.lvglscr @@ -1907,7 +1907,7 @@ { "Text": { "text_color": "0xd9d9d9", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -1983,7 +1983,7 @@ { "Text": { "text_color": "0xd9d9d9", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495" }, "part": 0, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowUSB.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowUSB.lvglscr index ef5102ae3..72afa4622 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowUSB.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowUSB.lvglscr @@ -13,9 +13,9 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 108, - "x": 99, + "height": 20, + "width": 105, + "x": 101, "y": 14 }, "hidden": false, @@ -28,7 +28,7 @@ { "Text": { "text_color": "0xfdfdfd", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x0000ff", "text_sel_color": "0x009e84" }, @@ -73,7 +73,7 @@ "height": 28, "width": 28, "x": 139, - "y": 44 + "y": 46 }, "hidden": false, "locked": false, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowUSBMenu.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowUSBMenu.lvglscr index 86fc5c793..5981baf9b 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowUSBMenu.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowUSBMenu.lvglscr @@ -16,10 +16,10 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 35, + "height": 20, + "width": 33, "x": 33, - "y": 13 + "y": 12 }, "hidden": false, "locked": false, @@ -31,7 +31,7 @@ { "Text": { "text_color": "0xffa800", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -75,7 +75,7 @@ "geometry": { "height": 28, "width": 28, - "x": 84, + "x": 82, "y": 8 }, "hidden": false, @@ -199,8 +199,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 108, + "height": 20, + "width": 105, "x": 33, "y": 12 }, @@ -214,7 +214,7 @@ { "Text": { "text_color": "0xeaeaea", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -267,7 +267,7 @@ "geometry": { "height": 28, "width": 28, - "x": 157, + "x": 154, "y": 12 }, "hidden": false, @@ -403,8 +403,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 92, + "height": 20, + "width": 85, "x": 33, "y": 12 }, @@ -418,7 +418,7 @@ { "Text": { "text_color": "0xeaeaea", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -471,7 +471,7 @@ "geometry": { "height": 28, "width": 28, - "x": 141, + "x": 134, "y": 12 }, "hidden": false, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWaitMoment.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWaitMoment.lvglscr index 9dbfcae28..e9b3d33b2 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWaitMoment.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWaitMoment.lvglscr @@ -28,7 +28,7 @@ { "Text": { "text_color": "0xffffff", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWifiLink.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWifiLink.lvglscr index 5a125cd43..117afd7b1 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWifiLink.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWifiLink.lvglscr @@ -16,10 +16,10 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 64, - "x": 31, - "y": 8 + "height": 20, + "width": 60, + "x": 33, + "y": 7 }, "hidden": false, "locked": false, @@ -31,7 +31,7 @@ { "Text": { "text_color": "0xeaeaea", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -161,10 +161,10 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 77, - "x": 24, - "y": 8 + "height": 20, + "width": 70, + "x": 27, + "y": 7 }, "hidden": false, "locked": false, @@ -176,7 +176,7 @@ { "Text": { "text_color": "0xeaeaea", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -368,8 +368,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 38, + "height": 20, + "width": 37, "x": 23, "y": 90 }, @@ -383,7 +383,7 @@ { "Text": { "text_color": "0xffa800", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -426,8 +426,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 29, + "height": 20, + "width": 26, "x": 23, "y": 127 }, @@ -441,7 +441,7 @@ { "Text": { "text_color": "0xffa800", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -484,8 +484,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 25, + "height": 20, + "width": 23, "x": 101, "y": 90 }, @@ -499,7 +499,7 @@ { "Text": { "text_color": "0xfdfdfd", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -542,8 +542,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 25, + "height": 20, + "width": 23, "x": 103, "y": 128 }, @@ -557,7 +557,7 @@ { "Text": { "text_color": "0xfdfdfd", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -600,8 +600,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 46, + "height": 20, + "width": 43, "x": 23, "y": 50 }, @@ -618,7 +618,7 @@ }, "Text": { "text_color": "0xffa800", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -661,8 +661,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 76, + "height": 20, + "width": 68, "x": 101, "y": 50 }, @@ -676,7 +676,7 @@ { "Text": { "text_color": "0xfdfdfd", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWifiLinkOK.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWifiLinkOK.lvglscr index 3c11ad32d..02234c917 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWifiLinkOK.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWifiLinkOK.lvglscr @@ -14,10 +14,10 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 213, - "x": 29, - "y": 8 + "height": 20, + "width": 206, + "x": 32, + "y": 7 }, "hidden": false, "locked": false, @@ -29,7 +29,7 @@ { "Text": { "text_color": "0xfdfdfd", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -154,8 +154,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 39, + "height": 20, + "width": 37, "x": 15, "y": 18 }, @@ -169,7 +169,7 @@ { "Text": { "text_color": "0xffa800", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -212,8 +212,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 156, + "height": 20, + "width": 149, "x": 92, "y": 18 }, @@ -227,7 +227,7 @@ { "Text": { "text_color": "0xfdfdfd", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -270,8 +270,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 120, + "height": 20, + "width": 113, "x": 92, "y": 65 }, @@ -285,7 +285,7 @@ { "Text": { "text_color": "0xfdfdfd", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, @@ -328,8 +328,8 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 18, - "width": 53, + "height": 20, + "width": 50, "x": 15, "y": 65 }, @@ -343,7 +343,7 @@ { "Text": { "text_color": "0xffa800", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWrnMsg.lvglscr b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWrnMsg.lvglscr index 86cc5faa8..47573d9df 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWrnMsg.lvglscr +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.UIFlowWrnMsg.lvglscr @@ -17,7 +17,7 @@ "font type(btn)": "Font_Type0", "font type(btn_bg)": "Font_Type0", "geometry": { - "height": 134, + "height": 136, "width": 210, "x": 55, "y": 52 @@ -53,6 +53,9 @@ "state": 0 }, { + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 1 }, @@ -60,6 +63,9 @@ "Border": { "border_color": "0x01a2b1" }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 2 }, @@ -67,14 +73,23 @@ "Border": { "border_color": "0x44d1b6" }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 3 }, { + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 4 }, { + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 5 }, @@ -82,6 +97,9 @@ "Background": { "bg_color": "0x0262b6" }, + "Text": { + "text_font": "SF-UI-Text-Medium 16 1bpp" + }, "part": 0, "state": 6 } @@ -99,7 +117,7 @@ "event callback": "", "font type": "Font_Type0", "geometry": { - "height": 54, + "height": 60, "width": 184, "x": 13, "y": 12 @@ -114,7 +132,7 @@ { "Text": { "text_color": "0x3c3c3c", - "text_font": "montserrat 16 4bpp", + "text_font": "SF-UI-Text-Medium 16 1bpp", "text_sel_bg_color": "0x00b495", "text_sel_color": "0x3c3c3c" }, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvgllang b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvgllang index bf9181c48..b8faf0eca 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvgllang +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvgllang @@ -195,46 +195,46 @@ ], "font names": [ [ - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp" + "SF-UI-Text-Medium 16 1bpp", + "SF-UI-Text-Medium 18 1bpp", + "SF-UI-Text-Bold 20 1bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp" ], [ - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp" + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp" ], [ - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp" + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp" ], [ - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp" + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp" ], [ - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp" + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp" ], [ - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp" + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp" ], [ "NotoSansCJKsc-Black 16 1bpp", @@ -244,25 +244,25 @@ "NotoSansCJKsc-Black 16 1bpp" ], [ - "NotoSansCJKjp-Black 16 1bpp", - "NotoSansCJKjp-Black 16 1bpp", - "NotoSansCJKjp-Black 16 1bpp", - "NotoSansCJKjp-Black 16 1bpp", - "NotoSansCJKjp-Black 16 1bpp" + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp" ], [ - "NotoSansCJKtc-Black 16 1bpp", - "NotoSansCJKtc-Black 16 1bpp", - "NotoSansCJKtc-Black 16 1bpp", - "NotoSansCJKtc-Black 16 1bpp", - "NotoSansCJKtc-Black 16 1bpp" + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp" ], [ - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp", - "NotoSans-Black 16 1bpp" + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp", + "montserrat 16 4bpp" ] ], "languages": [ @@ -905,7 +905,42 @@ "SD Card Error", "Format...", "Format Fail!", - "Completed!" + "Completed!", + "", + "Please make sure the power is greater than 40% or DC power supply!", + "Upgrading…", + "Camera will automatically restart after upgrade complete", + "Low Battery!", + "Reset the Camera?", + "Camera will restart after reset is complete", + "Searching...", + "Network Switching...", + "Currently network is busy, Please try it later", + "Profile is enabled", + "Check SIM", + "SIM read failed, please restart the camera", + "Network selection is only available with SIM cards that have multiple networks.", + "", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process", + "Error in Process" ] }, { @@ -1547,6 +1582,41 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ] }, @@ -2189,6 +2259,41 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ] }, @@ -2831,6 +2936,41 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ] }, @@ -3473,6 +3613,41 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ] }, @@ -4115,6 +4290,41 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ] }, @@ -4757,6 +4967,41 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ] }, @@ -5399,6 +5644,41 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ] }, @@ -6041,6 +6321,41 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ] }, @@ -6683,6 +6998,41 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ] } @@ -7325,6 +7675,41 @@ "STRING_SD_ERR", "STRING_FORMATING", "STRING_FORMAT_ERR", - "STRING_COMPLETED" + "STRING_COMPLETED", + "STRING_FORMAT_NOSD", + "STRING_UPGRADE_ERR", + "STRING_UPGRADING", + "STRING_UPGRADE_WARNING", + "STRING_UPGRADE_LOWBAT", + "STRING_RESET_WARNING", + "STRING_RESET_RESTART", + "STRING_SEARCHING", + "STRING_NET_SWITCHING", + "STRING_NET_BUSY", + "STRING_PROFILE_ENABLED", + "STRING_CHECKSIM", + "STRING_SIM_READ_ERR", + "STRING_NOT_ESIM", + "STRING_NONE", + "STRING_Network_Selection_1", + "STRING_Network_Selection_2", + "STRING_Network_Selection_3", + "STRING_Network_Selection_4", + "STRING_Network_Selection_5", + "STRING_Network_Selection_6", + "STRING_Network_Selection_7", + "STRING_Network_Selection_8", + "STRING_Network_Selection_9", + "STRING_Network_Selection_10", + "STRING_Network_Selection_11", + "STRING_Network_Selection_12", + "STRING_Network_Selection_13", + "STRING_Network_Selection_14", + "STRING_Network_Selection_15", + "STRING_Network_Selection_16", + "STRING_Network_Selection_17", + "STRING_Network_Selection_18", + "STRING_Network_Selection_19", + "STRING_Network_Selection_20" ] } diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvglp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvglp index d030e47b9..24024ef10 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvglp +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL.lvglp @@ -2313,18 +2313,6 @@ } }, "fonts": [ - { - "bpp": 1, - "compressed": false, - "custom code range": "", - "file path": "fonts/NotoSansCJKjp-Black.otf", - "include language table": true, - "name": "NotoSansCJKjp-Black", - "size": 16, - "unicode range names": [ - "Ascii" - ] - }, { "bpp": 1, "compressed": false, @@ -2337,18 +2325,6 @@ "Ascii" ] }, - { - "bpp": 1, - "compressed": false, - "custom code range": "", - "file path": "fonts/NotoSansCJKtc-Black.otf", - "include language table": true, - "name": "NotoSansCJKtc-Black", - "size": 16, - "unicode range names": [ - "Ascii" - ] - }, { "bpp": 1, "compressed": false, @@ -2481,18 +2457,6 @@ "Ascii" ] }, - { - "bpp": 1, - "compressed": false, - "custom code range": "", - "file path": "fonts/NotoSans-Black.ttf", - "include language table": true, - "name": "NotoSans-Black", - "size": 8, - "unicode range names": [ - "Ascii" - ] - }, { "bpp": 1, "compressed": false, @@ -2528,6 +2492,18 @@ "unicode range names": [ "Ascii" ] + }, + { + "bpp": 1, + "compressed": false, + "custom code range": "", + "file path": "fonts/NotoSans-Black.ttf", + "include language table": true, + "name": "NotoSans-Black", + "size": 8, + "unicode range names": [ + "Ascii" + ] } ], "images": [ @@ -4791,6 +4767,11 @@ "filename": "icons/sf_play.bmp", "name": "sf_play" }, + { + "colorFormat": "Indexed 256 in RGB332", + "filename": "icons/sf_pwd_down-up.bmp", + "name": "sf_pwd_down-up" + }, { "colorFormat": "Indexed 256 in RGB332", "filename": "icons/sf_qr.bmp", @@ -4926,21 +4907,6 @@ "filename": "icons/sy_bg_msg2.bmp", "name": "sy_bg_msg2" }, - { - "colorFormat": "Indexed 256 in RGB332", - "filename": "icons/sy_bg_tc1.bmp", - "name": "sy_bg_tc1" - }, - { - "colorFormat": "Indexed 256 in RGB332", - "filename": "icons/sy_bg_tc2.bmp", - "name": "sy_bg_tc2" - }, - { - "colorFormat": "Indexed 256 in RGB332", - "filename": "icons/sy_bg_tc3.bmp", - "name": "sy_bg_tc3" - }, { "colorFormat": "Indexed 256 in RGB332", "filename": "icons/sy_luzhi.bmp", diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowCommon/UIFlowCommon.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowCommon/UIFlowCommon.c new file mode 100644 index 000000000..36e4c539d --- /dev/null +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowCommon/UIFlowCommon.c @@ -0,0 +1,39 @@ +#include "UIFlowCommon.h" +#include +static unsigned short sf_4g_net_level_get(unsigned short simSignal) +{ + if(simSignal <= 105) + { + return 4; + } + else if(simSignal <= 115) + { + return 3; + } + else + { + return 2; + } +} + +static unsigned short sf_3g_net_level_get(unsigned short simSignal) +{ + if (simSignal < 8) + return 2; + else if (simSignal < 14) + return 3; + else + return 4; +} +int network_signal_level_get(short net,short signal,unsigned short* value) +{ + if (NULL == value) + { + return -1; + } + if(net == 4) + *value = sf_4g_net_level_get(signal); + else + *value = sf_3g_net_level_get(signal); + return 0; +} \ No newline at end of file diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowCommon/UIFlowCommon.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowCommon/UIFlowCommon.h new file mode 100644 index 000000000..f61cfbae5 --- /dev/null +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowCommon/UIFlowCommon.h @@ -0,0 +1,10 @@ +#ifndef UIFLOW_COMMON_H +#define UIFLOW_COMMON_H +#ifdef __cplusplus +extern "C" { +#endif +int network_signal_level_get(short net, short signal, unsigned short *value); +#ifdef __cplusplus +} +#endif +#endif // !UIFLOW_COMMON_H \ No newline at end of file diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.c index ba9d0b40a..b062af1ad 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.c @@ -490,6 +490,7 @@ lv_plugin_img_t lv_plugin_UIFlowLVGL_img_table[] = { &sf_password }, { &sf_picture_upon_daily_report }, { &sf_play }, + { &sf_pwd_down_up }, { &sf_qr }, { &sf_reset }, { &sf_right }, @@ -517,9 +518,6 @@ lv_plugin_img_t lv_plugin_UIFlowLVGL_img_table[] = { &sy_bg_32x28 }, { &sy_bg_msg }, { &sy_bg_msg2 }, - { &sy_bg_tc1 }, - { &sy_bg_tc2 }, - { &sy_bg_tc3 }, { &sy_luzhi }, { &sy_redline }, { &sy_redline2 }, @@ -530,9 +528,7 @@ lv_plugin_font_t lv_plugin_UIFlowLVGL_font_table[] = { { NULL }, { &lv_font_montserrat_16 }, - { ¬osanscjkjp_black_16_1bpp }, { ¬osanscjksc_black_16_1bpp }, - { ¬osanscjktc_black_16_1bpp }, { &arialuni_16_1bpp }, { &arialuni_18_1bpp }, { &arialuni_32_1bpp }, @@ -544,10 +540,10 @@ lv_plugin_font_t lv_plugin_UIFlowLVGL_font_table[] = { &sf_ui_text_medium_18_8bpp }, { &arialuni_74_1bpp }, { &sf_ui_text_medium_16_8bpp }, - { ¬osans_black_8_1bpp }, { &sf_ui_text_bold_20_1bpp }, { &sf_ui_text_medium_18_1bpp }, { &sf_ui_text_medium_16_1bpp }, + { ¬osans_black_8_1bpp }, }; lv_plugin_string_t* lv_plugin_language_table[] = { @@ -565,9 +561,9 @@ lv_plugin_string_t* lv_plugin_language_table[] = { }; lv_plugin_res_id lv_plugin_language_font_table_EN[] = { - LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, - LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, - LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, + LV_PLUGIN_FONT_ID_SF_UI_TEXT_MEDIUM_16_1BPP, + LV_PLUGIN_FONT_ID_SF_UI_TEXT_MEDIUM_18_1BPP, + LV_PLUGIN_FONT_ID_SF_UI_TEXT_BOLD_20_1BPP, LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, }; @@ -621,19 +617,19 @@ lv_plugin_res_id lv_plugin_language_font_table_SC[] = { }; lv_plugin_res_id lv_plugin_language_font_table_JP[] = { - LV_PLUGIN_FONT_ID_NOTOSANSCJKJP_BLACK_16_1BPP, - LV_PLUGIN_FONT_ID_NOTOSANSCJKJP_BLACK_16_1BPP, - LV_PLUGIN_FONT_ID_NOTOSANSCJKJP_BLACK_16_1BPP, - LV_PLUGIN_FONT_ID_NOTOSANSCJKJP_BLACK_16_1BPP, - LV_PLUGIN_FONT_ID_NOTOSANSCJKJP_BLACK_16_1BPP, + LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, + LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, + LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, + LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, + LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, }; lv_plugin_res_id lv_plugin_language_font_table_TC[] = { - LV_PLUGIN_FONT_ID_NOTOSANSCJKTC_BLACK_16_1BPP, - LV_PLUGIN_FONT_ID_NOTOSANSCJKTC_BLACK_16_1BPP, - LV_PLUGIN_FONT_ID_NOTOSANSCJKTC_BLACK_16_1BPP, - LV_PLUGIN_FONT_ID_NOTOSANSCJKTC_BLACK_16_1BPP, - LV_PLUGIN_FONT_ID_NOTOSANSCJKTC_BLACK_16_1BPP, + LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, + LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, + LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, + LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, + LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16, }; lv_plugin_res_id lv_plugin_language_font_table_RU[] = { @@ -1298,6 +1294,41 @@ lv_plugin_res_id lv_plugin_fixed_language_string_id_table[] = { LV_PLUGIN_RES_ID_NONE, /* 636*/ LV_PLUGIN_RES_ID_NONE, /* 637*/ LV_PLUGIN_RES_ID_NONE, /* 638*/ + LV_PLUGIN_RES_ID_NONE, /* 639*/ + LV_PLUGIN_RES_ID_NONE, /* 640*/ + LV_PLUGIN_RES_ID_NONE, /* 641*/ + LV_PLUGIN_RES_ID_NONE, /* 642*/ + LV_PLUGIN_RES_ID_NONE, /* 643*/ + LV_PLUGIN_RES_ID_NONE, /* 644*/ + LV_PLUGIN_RES_ID_NONE, /* 645*/ + LV_PLUGIN_RES_ID_NONE, /* 646*/ + LV_PLUGIN_RES_ID_NONE, /* 647*/ + LV_PLUGIN_RES_ID_NONE, /* 648*/ + LV_PLUGIN_RES_ID_NONE, /* 649*/ + LV_PLUGIN_RES_ID_NONE, /* 650*/ + LV_PLUGIN_RES_ID_NONE, /* 651*/ + LV_PLUGIN_RES_ID_NONE, /* 652*/ + LV_PLUGIN_RES_ID_NONE, /* 653*/ + LV_PLUGIN_RES_ID_NONE, /* 654*/ + LV_PLUGIN_RES_ID_NONE, /* 655*/ + LV_PLUGIN_RES_ID_NONE, /* 656*/ + LV_PLUGIN_RES_ID_NONE, /* 657*/ + LV_PLUGIN_RES_ID_NONE, /* 658*/ + LV_PLUGIN_RES_ID_NONE, /* 659*/ + LV_PLUGIN_RES_ID_NONE, /* 660*/ + LV_PLUGIN_RES_ID_NONE, /* 661*/ + LV_PLUGIN_RES_ID_NONE, /* 662*/ + LV_PLUGIN_RES_ID_NONE, /* 663*/ + LV_PLUGIN_RES_ID_NONE, /* 664*/ + LV_PLUGIN_RES_ID_NONE, /* 665*/ + LV_PLUGIN_RES_ID_NONE, /* 666*/ + LV_PLUGIN_RES_ID_NONE, /* 667*/ + LV_PLUGIN_RES_ID_NONE, /* 668*/ + LV_PLUGIN_RES_ID_NONE, /* 669*/ + LV_PLUGIN_RES_ID_NONE, /* 670*/ + LV_PLUGIN_RES_ID_NONE, /* 671*/ + LV_PLUGIN_RES_ID_NONE, /* 672*/ + LV_PLUGIN_RES_ID_NONE, /* 673*/ }; lv_plugin_res_t lv_plugin_UIFlowLVGL_res = diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.h index c62d142cd..350256a88 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowLVGL.h @@ -53,9 +53,7 @@ extern lv_obj_t *UIFlowWifiLinkOK; extern lv_obj_t *UIFlowWifiWait; extern lv_obj_t *UIFlowPassword; -LV_FONT_DECLARE(notosanscjkjp_black_16_1bpp); LV_FONT_DECLARE(notosanscjksc_black_16_1bpp); -LV_FONT_DECLARE(notosanscjktc_black_16_1bpp); LV_FONT_DECLARE(arialuni_16_1bpp); LV_FONT_DECLARE(arialuni_18_1bpp); LV_FONT_DECLARE(arialuni_32_1bpp); @@ -67,10 +65,10 @@ LV_FONT_DECLARE(sf_ui_text_bold_20_8bpp); LV_FONT_DECLARE(sf_ui_text_medium_18_8bpp); LV_FONT_DECLARE(arialuni_74_1bpp); LV_FONT_DECLARE(sf_ui_text_medium_16_8bpp); -LV_FONT_DECLARE(notosans_black_8_1bpp); LV_FONT_DECLARE(sf_ui_text_bold_20_1bpp); LV_FONT_DECLARE(sf_ui_text_medium_18_1bpp); LV_FONT_DECLARE(sf_ui_text_medium_16_1bpp); +LV_FONT_DECLARE(notosans_black_8_1bpp); void message_box_wrnmsg_event_callback(lv_obj_t* obj, lv_event_t event); void button_del_event_callback(lv_obj_t* obj, lv_event_t event); @@ -537,6 +535,7 @@ LV_IMG_DECLARE(sf_operating_time); LV_IMG_DECLARE(sf_password); LV_IMG_DECLARE(sf_picture_upon_daily_report); LV_IMG_DECLARE(sf_play); +LV_IMG_DECLARE(sf_pwd_down_up); LV_IMG_DECLARE(sf_qr); LV_IMG_DECLARE(sf_reset); LV_IMG_DECLARE(sf_right); @@ -564,9 +563,6 @@ LV_IMG_DECLARE(sy_bg_102x28); LV_IMG_DECLARE(sy_bg_32x28); LV_IMG_DECLARE(sy_bg_msg); LV_IMG_DECLARE(sy_bg_msg2); -LV_IMG_DECLARE(sy_bg_tc1); -LV_IMG_DECLARE(sy_bg_tc2); -LV_IMG_DECLARE(sy_bg_tc3); LV_IMG_DECLARE(sy_luzhi); LV_IMG_DECLARE(sy_redline); LV_IMG_DECLARE(sy_redline2); @@ -1024,62 +1020,58 @@ LV_IMG_DECLARE(work_mode); #define LV_PLUGIN_IMG_ID_SF_PASSWORD 450 #define LV_PLUGIN_IMG_ID_SF_PICTURE_UPON_DAILY_REPORT 451 #define LV_PLUGIN_IMG_ID_SF_PLAY 452 -#define LV_PLUGIN_IMG_ID_SF_QR 453 -#define LV_PLUGIN_IMG_ID_SF_RESET 454 -#define LV_PLUGIN_IMG_ID_SF_RIGHT 455 -#define LV_PLUGIN_IMG_ID_SF_SEND_TYPE 456 -#define LV_PLUGIN_IMG_ID_SF_SENSITVITY 457 -#define LV_PLUGIN_IMG_ID_SF_SHOOT_1 458 -#define LV_PLUGIN_IMG_ID_SF_SIGNAL0 459 -#define LV_PLUGIN_IMG_ID_SF_SIGNAL1 460 -#define LV_PLUGIN_IMG_ID_SF_SIGNAL2 461 -#define LV_PLUGIN_IMG_ID_SF_SIGNAL3 462 -#define LV_PLUGIN_IMG_ID_SF_SIGNAL4 463 -#define LV_PLUGIN_IMG_ID_SF_SMS_CTRL 464 -#define LV_PLUGIN_IMG_ID_SF_STOP 465 -#define LV_PLUGIN_IMG_ID_SF_TAB_RELEASE 466 -#define LV_PLUGIN_IMG_ID_SF_TAB_SELECT 467 -#define LV_PLUGIN_IMG_ID_SF_VIDEO_LENGTH 468 -#define LV_PLUGIN_IMG_ID_SF_VIDEO_SIZE 469 -#define LV_PLUGIN_IMG_ID_SF_WARNING_BG 470 -#define LV_PLUGIN_IMG_ID_SF_WARNING_NOT_SELECT 471 -#define LV_PLUGIN_IMG_ID_SF_WARNING_SELECTED 472 -#define LV_PLUGIN_IMG_ID_SF_WIFI_CONNECTED 473 -#define LV_PLUGIN_IMG_ID_SF_WIFI_UNCONNECTED 474 -#define LV_PLUGIN_IMG_ID_SF_WIFI_UNSUPPORT 475 -#define LV_PLUGIN_IMG_ID_SY_BG_102X28 476 -#define LV_PLUGIN_IMG_ID_SY_BG_32X28 477 -#define LV_PLUGIN_IMG_ID_SY_BG_MSG 478 -#define LV_PLUGIN_IMG_ID_SY_BG_MSG2 479 -#define LV_PLUGIN_IMG_ID_SY_BG_TC1 480 -#define LV_PLUGIN_IMG_ID_SY_BG_TC2 481 -#define LV_PLUGIN_IMG_ID_SY_BG_TC3 482 -#define LV_PLUGIN_IMG_ID_SY_LUZHI 483 -#define LV_PLUGIN_IMG_ID_SY_REDLINE 484 -#define LV_PLUGIN_IMG_ID_SY_REDLINE2 485 -#define LV_PLUGIN_IMG_ID_WORK_MODE 486 -#define LV_PLUGIN_IMG_TABLE_SIZE 487 +#define LV_PLUGIN_IMG_ID_SF_PWD_DOWN_UP 453 +#define LV_PLUGIN_IMG_ID_SF_QR 454 +#define LV_PLUGIN_IMG_ID_SF_RESET 455 +#define LV_PLUGIN_IMG_ID_SF_RIGHT 456 +#define LV_PLUGIN_IMG_ID_SF_SEND_TYPE 457 +#define LV_PLUGIN_IMG_ID_SF_SENSITVITY 458 +#define LV_PLUGIN_IMG_ID_SF_SHOOT_1 459 +#define LV_PLUGIN_IMG_ID_SF_SIGNAL0 460 +#define LV_PLUGIN_IMG_ID_SF_SIGNAL1 461 +#define LV_PLUGIN_IMG_ID_SF_SIGNAL2 462 +#define LV_PLUGIN_IMG_ID_SF_SIGNAL3 463 +#define LV_PLUGIN_IMG_ID_SF_SIGNAL4 464 +#define LV_PLUGIN_IMG_ID_SF_SMS_CTRL 465 +#define LV_PLUGIN_IMG_ID_SF_STOP 466 +#define LV_PLUGIN_IMG_ID_SF_TAB_RELEASE 467 +#define LV_PLUGIN_IMG_ID_SF_TAB_SELECT 468 +#define LV_PLUGIN_IMG_ID_SF_VIDEO_LENGTH 469 +#define LV_PLUGIN_IMG_ID_SF_VIDEO_SIZE 470 +#define LV_PLUGIN_IMG_ID_SF_WARNING_BG 471 +#define LV_PLUGIN_IMG_ID_SF_WARNING_NOT_SELECT 472 +#define LV_PLUGIN_IMG_ID_SF_WARNING_SELECTED 473 +#define LV_PLUGIN_IMG_ID_SF_WIFI_CONNECTED 474 +#define LV_PLUGIN_IMG_ID_SF_WIFI_UNCONNECTED 475 +#define LV_PLUGIN_IMG_ID_SF_WIFI_UNSUPPORT 476 +#define LV_PLUGIN_IMG_ID_SY_BG_102X28 477 +#define LV_PLUGIN_IMG_ID_SY_BG_32X28 478 +#define LV_PLUGIN_IMG_ID_SY_BG_MSG 479 +#define LV_PLUGIN_IMG_ID_SY_BG_MSG2 480 +#define LV_PLUGIN_IMG_ID_SY_LUZHI 481 +#define LV_PLUGIN_IMG_ID_SY_REDLINE 482 +#define LV_PLUGIN_IMG_ID_SY_REDLINE2 483 +#define LV_PLUGIN_IMG_ID_WORK_MODE 484 +#define LV_PLUGIN_IMG_TABLE_SIZE 485 #define LV_PLUGIN_FONT_ID_LV_FONT_MONTSERRAT_16 1 -#define LV_PLUGIN_FONT_ID_NOTOSANSCJKJP_BLACK_16_1BPP 2 -#define LV_PLUGIN_FONT_ID_NOTOSANSCJKSC_BLACK_16_1BPP 3 -#define LV_PLUGIN_FONT_ID_NOTOSANSCJKTC_BLACK_16_1BPP 4 -#define LV_PLUGIN_FONT_ID_ARIALUNI_16_1BPP 5 -#define LV_PLUGIN_FONT_ID_ARIALUNI_18_1BPP 6 -#define LV_PLUGIN_FONT_ID_ARIALUNI_32_1BPP 7 -#define LV_PLUGIN_FONT_ID_ARIALUNI_48_1BPP 8 -#define LV_PLUGIN_FONT_ID_ARIALUNI_60_1BPP 9 -#define LV_PLUGIN_FONT_ID_ARIALUNI_86_1BPP 10 -#define LV_PLUGIN_FONT_ID_ARIALUNI_106_1BPP 11 -#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_BOLD_20_8BPP 12 -#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_MEDIUM_18_8BPP 13 -#define LV_PLUGIN_FONT_ID_ARIALUNI_74_1BPP 14 -#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_MEDIUM_16_8BPP 15 -#define LV_PLUGIN_FONT_ID_NOTOSANS_BLACK_8_1BPP 16 -#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_BOLD_20_1BPP 17 -#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_MEDIUM_18_1BPP 18 -#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_MEDIUM_16_1BPP 19 -#define LV_PLUGIN_FONT_TABLE_SIZE 20 +#define LV_PLUGIN_FONT_ID_NOTOSANSCJKSC_BLACK_16_1BPP 2 +#define LV_PLUGIN_FONT_ID_ARIALUNI_16_1BPP 3 +#define LV_PLUGIN_FONT_ID_ARIALUNI_18_1BPP 4 +#define LV_PLUGIN_FONT_ID_ARIALUNI_32_1BPP 5 +#define LV_PLUGIN_FONT_ID_ARIALUNI_48_1BPP 6 +#define LV_PLUGIN_FONT_ID_ARIALUNI_60_1BPP 7 +#define LV_PLUGIN_FONT_ID_ARIALUNI_86_1BPP 8 +#define LV_PLUGIN_FONT_ID_ARIALUNI_106_1BPP 9 +#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_BOLD_20_8BPP 10 +#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_MEDIUM_18_8BPP 11 +#define LV_PLUGIN_FONT_ID_ARIALUNI_74_1BPP 12 +#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_MEDIUM_16_8BPP 13 +#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_BOLD_20_1BPP 14 +#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_MEDIUM_18_1BPP 15 +#define LV_PLUGIN_FONT_ID_SF_UI_TEXT_MEDIUM_16_1BPP 16 +#define LV_PLUGIN_FONT_ID_NOTOSANS_BLACK_8_1BPP 17 +#define LV_PLUGIN_FONT_TABLE_SIZE 18 #define LV_PLUGIN_STRING_ID_STRID_NULL_ 1 #define LV_PLUGIN_STRING_ID_STRID_MODE 2 @@ -1719,7 +1711,42 @@ LV_IMG_DECLARE(work_mode); #define LV_PLUGIN_STRING_ID_STRING_FORMATING 636 #define LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR 637 #define LV_PLUGIN_STRING_ID_STRING_COMPLETED 638 -#define LV_PLUGIN_STRING_TABLE_SIZE 639 +#define LV_PLUGIN_STRING_ID_STRING_FORMAT_NOSD 639 +#define LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR 640 +#define LV_PLUGIN_STRING_ID_STRING_UPGRADING 641 +#define LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING 642 +#define LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT 643 +#define LV_PLUGIN_STRING_ID_STRING_RESET_WARNING 644 +#define LV_PLUGIN_STRING_ID_STRING_RESET_RESTART 645 +#define LV_PLUGIN_STRING_ID_STRING_SEARCHING 646 +#define LV_PLUGIN_STRING_ID_STRING_NET_SWITCHING 647 +#define LV_PLUGIN_STRING_ID_STRING_NET_BUSY 648 +#define LV_PLUGIN_STRING_ID_STRING_PROFILE_ENABLED 649 +#define LV_PLUGIN_STRING_ID_STRING_CHECKSIM 650 +#define LV_PLUGIN_STRING_ID_STRING_SIM_READ_ERR 651 +#define LV_PLUGIN_STRING_ID_STRING_NOT_ESIM 652 +#define LV_PLUGIN_STRING_ID_STRING_NONE 653 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_1 654 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_2 655 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_3 656 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_4 657 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_5 658 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_6 659 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_7 660 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_8 661 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_9 662 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_10 663 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_11 664 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_12 665 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_13 666 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_14 667 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_15 668 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_16 669 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_17 670 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_18 671 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_19 672 +#define LV_PLUGIN_STRING_ID_STRING_NETWORK_SELECTION_20 673 +#define LV_PLUGIN_STRING_TABLE_SIZE 674 #define LV_PLUGIN_LANGUAGE_ID_EN 1 #define LV_PLUGIN_LANGUAGE_ID_FR 2 diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonConfirm/UIFlowMenuCommonConfirm.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonConfirm/UIFlowMenuCommonConfirm.c index 65be1b8e7..cc4c4fefe 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonConfirm/UIFlowMenuCommonConfirm.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonConfirm/UIFlowMenuCommonConfirm.c @@ -51,6 +51,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_CHECKED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_CHECKED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x87, 0x5e, 0x5e, 0x5e) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x87, 0x5e, 0x5e, 0x5e) ; lv_style_set_bg_color(&message_box_1_s0, LV_STATE_FOCUSED, color); @@ -59,6 +60,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_FOCUSED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_FOCUSED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x87, 0x5e, 0x5e, 0x5e) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0xcc, 0x02, 0x62, 0xb6) ; lv_style_set_bg_color(&message_box_1_s0, LV_STATE_EDITED, color); @@ -67,6 +69,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_EDITED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_EDITED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x87, 0x5e, 0x5e, 0x5e) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0xcc, 0x02, 0x62, 0xb6) ; lv_style_set_bg_color(&message_box_1_s0, LV_STATE_HOVERED, color); @@ -75,6 +78,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_HOVERED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_HOVERED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x87, 0x5e, 0x5e, 0x5e) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x87, 0x5e, 0x5e, 0x5e) ; lv_style_set_bg_color(&message_box_1_s0, LV_STATE_PRESSED, color); @@ -83,6 +87,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_PRESSED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_PRESSED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x87, 0x5e, 0x5e, 0x5e) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0xcc, 0x02, 0x62, 0xb6) ; lv_style_set_bg_color(&message_box_1_s0, LV_STATE_DISABLED, color); @@ -91,6 +96,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_DISABLED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_DISABLED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x87, 0x5e, 0x5e, 0x5e) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_DISABLED, color); static lv_style_t message_box_1_s1; @@ -143,6 +149,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&message_box_1_s2, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_value_color(&message_box_1_s2, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_color(&message_box_1_s2, LV_STATE_CHECKED, color); + lv_style_set_text_font(&message_box_1_s2,LV_STATE_CHECKED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s2, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s2, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&message_box_1_s2, LV_STATE_FOCUSED, color); @@ -155,6 +162,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&message_box_1_s2, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_value_color(&message_box_1_s2, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_color(&message_box_1_s2, LV_STATE_FOCUSED, color); + lv_style_set_text_font(&message_box_1_s2,LV_STATE_FOCUSED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s2, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s2, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&message_box_1_s2, LV_STATE_EDITED, color); @@ -166,6 +174,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&message_box_1_s2, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_value_color(&message_box_1_s2, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_color(&message_box_1_s2, LV_STATE_EDITED, color); + lv_style_set_text_font(&message_box_1_s2,LV_STATE_EDITED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s2, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s2, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&message_box_1_s2, LV_STATE_HOVERED, color); @@ -177,6 +186,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&message_box_1_s2, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_value_color(&message_box_1_s2, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_color(&message_box_1_s2, LV_STATE_HOVERED, color); + lv_style_set_text_font(&message_box_1_s2,LV_STATE_HOVERED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s2, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s2, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0xbd, 0xc7, 0xfb, 0xe7) ; lv_style_set_bg_color(&message_box_1_s2, LV_STATE_PRESSED, color); @@ -188,6 +198,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&message_box_1_s2, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_value_color(&message_box_1_s2, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_color(&message_box_1_s2, LV_STATE_PRESSED, color); + lv_style_set_text_font(&message_box_1_s2,LV_STATE_PRESSED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s2, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s2, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&message_box_1_s2, LV_STATE_DISABLED, color); @@ -199,6 +210,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&message_box_1_s2, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x9c, 0x88, 0x88, 0x88) ; lv_style_set_value_color(&message_box_1_s2, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_color(&message_box_1_s2, LV_STATE_DISABLED, color); + lv_style_set_text_font(&message_box_1_s2,LV_STATE_DISABLED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s2, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s2, LV_STATE_DISABLED, color); lv_obj_t *message_box_1 = lv_msgbox_create(parent, NULL); @@ -280,7 +292,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_color(&label_tips_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_tips_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_tips_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_tips_s0, LV_STATE_CHECKED, color); @@ -391,7 +403,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_yes_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_yes_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_color(&label_yes_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_yes_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_yes_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_yes_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_yes_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_yes_s0, LV_STATE_CHECKED, color); @@ -502,7 +514,7 @@ lv_obj_t* UIFlowMenuCommonConfirm_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_no_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_no_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_color(&label_no_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_no_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_no_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_no_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_no_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_no_s0, LV_STATE_CHECKED, color); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonConfirm/UIFlowMenuCommonConfirmEventCallback.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonConfirm/UIFlowMenuCommonConfirmEventCallback.c index 49a42f213..9649760fe 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonConfirm/UIFlowMenuCommonConfirmEventCallback.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonConfirm/UIFlowMenuCommonConfirmEventCallback.c @@ -4,7 +4,8 @@ #include "UIFlowLVGL/UIFlowMenuCommonConfirm/UIFlowMenuCommonConfirmAPI.h" #include "UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsgAPI.h" #include - +#include "sf_sd_common.h" +#include "sf_common.h" static UINT32 gBKGEvt = 0; static UINT32 gExeEvt = 0; @@ -105,6 +106,22 @@ void UIFlowMenuCommonConfirmAPI_Open(uint32_t itemID) case IDM_DELETE_THIS: strID = LV_PLUGIN_STRING_ID_STRID_ERASE_THIS; break; + case IDM_FORMAT_SD: + strID = LV_PLUGIN_STRING_ID_STRING_FORMAT_SD; + gBKGEvt = NVTEVT_BKW_FORMAT_CARD; + break; + case IDM_CAMERA_FW_UPGRADE: + strID = LV_PLUGIN_STRING_ID_STRING_CAMERA_FW_UPGRADE; + gBKGEvt = NVTEVT_BKW_CAMERA_FW_UPGRADE; + break; + case IDM_MODULE_FW_UPGRADE: + strID = LV_PLUGIN_STRING_ID_STRING_MODE_FW_UPGRADE; + gBKGEvt = NVTEVT_BKW_MODULE_FW_UPGRADE; + break; + case IDM_RESET: + strID = LV_PLUGIN_STRING_ID_STRING_RESET_WARNING; + gBKGEvt = NVTEVT_BKW_RESET; + break; default: gBKGEvt = 0; DBG_ERR("error itemID %d\r\n", gItemID); @@ -114,6 +131,15 @@ void UIFlowMenuCommonConfirmAPI_Open(uint32_t itemID) /* set text by string id */ lv_plugin_msgbox_set_text(msgbox, strID); + // if(gItemID == IDM_RESET) + // { + // const lv_plugin_string_t* tmpstr1 = lv_plugin_get_string(LV_PLUGIN_STRING_ID_STRING_RESET_WARNING); + // const lv_plugin_string_t* tmpstr2 = lv_plugin_get_string(LV_PLUGIN_STRING_ID_STRING_RESET_RESTART); + // printf("%s\n%s",tmpstr1->ptr,tmpstr2->ptr); + // lv_msgbox_set_text_fmt(msgbox, "%s\n%s",tmpstr1->ptr,tmpstr2->ptr); + + // } + /* update font of message part */ lv_plugin_msgbox_update_font(msgbox, LV_MSGBOX_PART_BG); @@ -174,11 +200,13 @@ void UIFlowMenuCommonConfirm_OnChildScrClose(lv_obj_t* obj, const LV_USER_EVENT_ set_indev_keypad_group(msgbox); if(msg){ - const char* msgbox_text = lv_msgbox_get_text(msgbox); const char* erase_text = lv_plugin_get_string(LV_PLUGIN_STRING_ID_STRID_ERASE_THIS)->ptr; - if(msg->event == NVTRET_WAITMOMENT || strcmp(msgbox_text, erase_text) == 0){ + if(msg->event == NVTRET_WAITMOMENT || + msg->event == NVTRET_ENTER_MENU || + strcmp(msgbox_text, erase_text) == 0) + { UIFlowMenuCommonConfirm_CloseScr(); } } @@ -259,8 +287,46 @@ static void UIFlowMenuCommonConfirm_MessageBox_ValueChanged(lv_obj_t* obj, uint3 // #endif UIFlowMenuCommonConfirm_CloseScr(); - - + } else if (gBKGEvt == NVTEVT_BKW_FORMAT_CARD) { + if(sf_in_card_exist() == TRUE) + { + lv_obj_set_hidden(msgbox, true); + UIFlowWrnMsgAPI_Open_StringID(LV_PLUGIN_STRING_ID_STRING_FORMATING, 20000); + BKG_PostEvent(NVTEVT_BKW_FORMAT_CARD); + } + else + { + lv_obj_set_hidden(msgbox, true); + UIFlowWrnMsgAPI_Open_StringID(LV_PLUGIN_STRING_ID_STRING_NO_SD, 3000); + } + } else if (gBKGEvt == NVTEVT_BKW_CAMERA_FW_UPGRADE) { + if(sf_cardv_battery_value_get() < 40) + { + lv_obj_set_hidden(msgbox, true); + UIFlowWrnMsgAPI_Open_StringID(LV_PLUGIN_STRING_ID_STRING_UPGRADE_ERR, 3000); + } + else + { + lv_obj_set_hidden(msgbox, true); + UIFlowWrnMsgAPI_Open_StringID(LV_PLUGIN_STRING_ID_STRING_UPGRADING, 60000); + BKG_PostEvent(gBKGEvt); + } + } else if (gBKGEvt == NVTEVT_BKW_MODULE_FW_UPGRADE) { + if(sf_cardv_battery_value_get() < 40) + { + lv_obj_set_hidden(msgbox, true); + UIFlowWrnMsgAPI_Open_StringID(LV_PLUGIN_STRING_ID_STRING_UPGRADE_LOWBAT, 3000); + } + else + { + lv_obj_set_hidden(msgbox, true); + UIFlowWrnMsgAPI_Open_StringID(LV_PLUGIN_STRING_ID_STRING_UPGRADING, 60000); + BKG_PostEvent(gBKGEvt); + } + } else if (gBKGEvt == NVTEVT_BKW_RESET) { + lv_obj_set_hidden(msgbox, true); + UIFlowWrnMsgAPI_Open_StringID(LV_PLUGIN_STRING_ID_STRING_COMPLETED, 10000); + BKG_PostEvent(gBKGEvt); } else if (gBKGEvt) { DBG_FUNC("gBKGEvt=%d\r\n",gBKGEvt); lv_plugin_scr_open(wait_moment_scr, &string_id_please_wait); @@ -286,6 +352,7 @@ static void UIFlowMenuCommonConfirm_MessageBox_ValueChanged(lv_obj_t* obj, uint3 void UIFlowMenuCommonConfirmEventCallback(lv_obj_t* obj, lv_event_t event) { + printf("[%s]event:%d\n", __FUNCTION__, event); switch(event) { @@ -323,6 +390,8 @@ void UIFlowMenuCommonConfirmEventCallback(lv_obj_t* obj, lv_event_t event) void message_box_confirm_msg_event_callback(lv_obj_t* obj, lv_event_t event) { + printf("[%s]event:%d\n", __FUNCTION__, event); + switch(event) { @@ -337,7 +406,8 @@ void message_box_confirm_msg_event_callback(lv_obj_t* obj, lv_event_t event) break; } - case LV_EVENT_KEY: + // case LV_EVENT_KEY: + case LV_USER_EVENT_KEY_RELEASE: { uint32_t* key = (uint32_t*)lv_event_get_data(); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuGeneral.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuGeneral.c index 376eaf6ce..4a4cfd34d 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuGeneral.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuGeneral.c @@ -1,8 +1,11 @@ // #include "MenuQR.h" #include "PrjInc.h" #include "UIFlowLVGL/UIFlowMenuCommonItem/TabMenu.h" +#include "UIInfo/UIInfo.h" #include "UIWnd/UIFlow.h" #include "sf_systemMng.h" +// #include "sf_commu_mcu_reg.h" +#include "sf_common.h" TMDEF_BEGIN_OPTIONS(CAMERA_MODE) TMDEF_OPTION_TEXT_S(CAMERA_MODE_PHOTO, TM_OPTION_ENABLE) @@ -105,17 +108,32 @@ int General_MenuCallback(UINT32 uiMessage, UINT32 uiParam) } case IDM_VIDEO_SIZE: { - puiPara->VideoSize = uwOption; + #define VIDEO_SIZE 3 + int videoSize[VIDEO_SIZE] = { + MOVIE_SIZE_FRONT_1920x1080P30, + MOVIE_SIZE_FRONT_1280x720P30, + MOVIE_SIZE_FRONT_848x480P30 + }; + puiPara->VideoSize = videoSize[uwOption]; break; } case IDM_VIDEA_LENGTH: { - puiPara->VideoLenth = uwOption; + #define OPTION_MAX 2 + int length[OPTION_MAX] = {10,15}; + if(0 <= uwOption || uwOption <= OPTION_MAX) + { + puiPara->VideoLenth = length[uwOption]; + } + else + { + printf("Set VideoLenth failed.\n"); + } break; } case IDM_FLASH_POWER: { - puiPara->VideoLenth = uwOption; + puiPara->FlashLed = uwOption; break; } case IDM_SENSITIVITY: @@ -124,10 +142,12 @@ int General_MenuCallback(UINT32 uiMessage, UINT32 uiParam) } case IDM_DELAY: { + puiPara->PirDelaySwitch = uwOption == 0 ? SF_OFF : SF_ON; break; } case IDM_OPERATING_TIME: { + puiPara->WorkTime1Switch = uwOption == 0 ? SF_OFF : SF_ON; break; } case IDM_FORMAT_SD: @@ -136,6 +156,8 @@ int General_MenuCallback(UINT32 uiMessage, UINT32 uiParam) } case IDM_DATE_AND_TIME: { + char dateTimeSet = uwOption == 0 ? SF_DATE_AUTO : SF_DATE_MANUAL; + puiPara->DateAuto = dateTimeSet; break; } default: @@ -396,7 +418,7 @@ void show_Delay_page(lv_obj_t* obj) init_Matrix_style(); UIMenuStoreInfo *puiPara = sf_ui_para_get(); - if(!puiPara->PirDelaySwitch) + // if(!puiPara->PirDelaySwitch) { puiPara->PirDelayTime.Hour = 0; puiPara->PirDelayTime.Min = 0; @@ -558,7 +580,7 @@ void show_Operating_Time_page(lv_obj_t* obj) init_Matrix_style(); UIMenuStoreInfo *puiPara = sf_ui_para_get(); - if(!puiPara->WorkTime1Switch) + // if(!puiPara->WorkTime1Switch) { puiPara->WorkTime[0].StartTime.Hour = 0; puiPara->WorkTime[0].StartTime.Min = 0; @@ -697,12 +719,13 @@ void Option_Operating_Time_Key(lv_obj_t* obj, uint32_t key) // -------------------------------------------------------------------------- static int DateTimeIndex = 0; static lv_obj_t* DateTimeMatrixObj = NULL; -static char DateTimeMOBuf[3] = "00"; -static char DateTimeDDBuf[3] = "00"; -static char DateTimeYYBuf[5] = "0000"; -static char DateTimeHHBuf[3] = "00"; -static char DateTimeMIBuf[3] = "00"; -static char DateTimeSSBuf[3] = "00"; +static SF_PARA_TIME_S gDateTime; +static char DateTimeMOBuf[3] = {'0', '1', 0}; +static char DateTimeDDBuf[3] = {'0', '1', 0}; +static char DateTimeYYBuf[5] = {'2', '0', '2', '3', 0}; +static char DateTimeHHBuf[3] = {'0', '8', 0}; +static char DateTimeMIBuf[3] = {'0', '0', 0}; +static char DateTimeSSBuf[3] = {'0', '0', 0}; static const char* DateTimeMap[12] = { DateTimeMOBuf, @@ -722,6 +745,12 @@ static const char* DateTimeMap[12] = static void update_DateTime_Time_msg(lv_obj_t* obj) { // UIMenuStoreInfo *puiPara = sf_ui_para_get(); + snprintf(DateTimeMOBuf, 3, "%02d", gDateTime.Mon); + snprintf(DateTimeDDBuf, 3, "%02d", gDateTime.Day); + snprintf(DateTimeYYBuf, 5, "%04d", gDateTime.Year); + snprintf(DateTimeHHBuf, 3, "%02d", gDateTime.Hour); + snprintf(DateTimeMIBuf, 3, "%02d", gDateTime.Min); + snprintf(DateTimeSSBuf, 3, "%02d", gDateTime.Sec); lv_btnmatrix_set_focused_btn(DateTimeMatrixObj, DateTimeIndex); } @@ -729,26 +758,27 @@ static void update_DateTime_Time_msg(lv_obj_t* obj) void show_DateTime_page(lv_obj_t* obj) { OperatingTimeIndex = 0; + DateTimeIndex = 0; init_Matrix_style(); - UIMenuStoreInfo *puiPara = sf_ui_para_get(); - SF_PARA_TIME_S tmptime; - if(puiPara->DateAuto == SF_DATE_AUTO) + // UIMenuStoreInfo *puiPara = sf_ui_para_get(); + // SF_PARA_TIME_S tmptime; + // if(puiPara->DateAuto == SF_DATE_AUTO) { - tmptime.Year = 2023; - tmptime.Mon = 1; - tmptime.Day = 1; - tmptime.Hour = 8; - tmptime.Min = 0; - tmptime.Sec = 0; + gDateTime.Year = 2023; + gDateTime.Mon = 1; + gDateTime.Day = 1; + gDateTime.Hour = 8; + gDateTime.Min = 0; + gDateTime.Sec = 0; } - snprintf(DateTimeMOBuf, 3, "%02d", tmptime.Mon); - snprintf(DateTimeDDBuf, 3, "%02d", tmptime.Day); - snprintf(DateTimeYYBuf, 5, "%04d", tmptime.Year); - snprintf(DateTimeHHBuf, 3, "%02d", tmptime.Hour); - snprintf(DateTimeMIBuf, 3, "%02d", tmptime.Min); - snprintf(DateTimeSSBuf, 3, "%02d", tmptime.Sec); + snprintf(DateTimeMOBuf, 3, "%02d", gDateTime.Mon); + snprintf(DateTimeDDBuf, 3, "%02d", gDateTime.Day); + snprintf(DateTimeYYBuf, 5, "%04d", gDateTime.Year); + snprintf(DateTimeHHBuf, 3, "%02d", gDateTime.Hour); + snprintf(DateTimeMIBuf, 3, "%02d", gDateTime.Min); + snprintf(DateTimeSSBuf, 3, "%02d", gDateTime.Sec); DateTimeMatrixObj = lv_btnmatrix_create(obj, NULL); @@ -764,7 +794,7 @@ void show_DateTime_page(lv_obj_t* obj) lv_btnmatrix_set_one_check(DateTimeMatrixObj, false); lv_btnmatrix_set_btn_width(DateTimeMatrixObj, 0, 2); lv_btnmatrix_set_btn_width(DateTimeMatrixObj, 2, 2); - lv_btnmatrix_set_btn_width(DateTimeMatrixObj, 4, 3); + lv_btnmatrix_set_btn_width(DateTimeMatrixObj, 4, 4); lv_btnmatrix_set_btn_width(DateTimeMatrixObj, 6, 2); lv_btnmatrix_set_btn_width(DateTimeMatrixObj, 8, 2); lv_btnmatrix_set_btn_width(DateTimeMatrixObj, 10, 2); @@ -797,10 +827,94 @@ void Option_DateTime_Key(lv_obj_t* obj, uint32_t key) { case LV_USER_KEY_NEXT: printf("\033[33m[Option_DateTime_Key]s\033[0m\n"); + if(DateTimeIndex == 0) + { + if(gDateTime.Mon > 0 && gDateTime.Mon <= 12) + gDateTime.Mon--; + else + gDateTime.Mon = 12; + } + else if(DateTimeIndex == 2) + { + if(gDateTime.Day > 0 && gDateTime.Day <= 31) + gDateTime.Day--; + else + gDateTime.Day = 31; + } + else if(DateTimeIndex == 4) + { + if(gDateTime.Year > 0 && gDateTime.Year <= 4000) + gDateTime.Year--; + else + gDateTime.Year = 4000; + } + else if(DateTimeIndex == 6) + { + if(gDateTime.Hour > 0 && gDateTime.Hour <= 23) + gDateTime.Hour--; + else + gDateTime.Hour = 23; + } + else if(DateTimeIndex == 8) + { + if(gDateTime.Min > 0 && gDateTime.Min <= 59) + gDateTime.Min--; + else + gDateTime.Min = 59; + } + else if(DateTimeIndex == 10) + { + if(gDateTime.Sec > 0 && gDateTime.Sec <= 59) + gDateTime.Sec--; + else + gDateTime.Sec = 59; + } update_DateTime_Time_msg(obj); break; case LV_USER_KEY_PREV: printf("\033[33m[Option_DateTime_Key]w\033[0m\n"); + if(DateTimeIndex == 0) + { + if(gDateTime.Mon >= 12) + gDateTime.Mon = 0; + else + gDateTime.Mon++; + } + else if(DateTimeIndex == 2) + { + if(gDateTime.Day >= 31) + gDateTime.Day = 0; + else + gDateTime.Day++; + } + else if(DateTimeIndex == 4) + { + if(gDateTime.Year >= 4000) + gDateTime.Year = 0; + else + gDateTime.Year++; + } + else if(DateTimeIndex == 6) + { + if(gDateTime.Hour >= 23) + gDateTime.Hour = 0; + else + gDateTime.Hour++; + } + else if(DateTimeIndex == 8) + { + if(gDateTime.Min >= 59) + gDateTime.Min = 0; + else + gDateTime.Min++; + } + else if(DateTimeIndex == 10) + { + if(gDateTime.Sec >= 59) + gDateTime.Sec = 0; + else + gDateTime.Sec++; + } update_DateTime_Time_msg(obj); break; case LV_USER_KEY_LEFT: @@ -816,6 +930,10 @@ void Option_DateTime_Key(lv_obj_t* obj, uint32_t key) case LV_KEY_ENTER: printf("\033[33m[Option_DateTime_Key]SELECT\033[0m\n"); puiPara->DateAuto = SF_DATE_MANUAL; + sf_sys_rtc_time_set(&gDateTime); + system("hwclock -s"); + // sf_set_mcu_rtc_flag(1); + sf_cardv_set_mcu_rtc_flag(); lv_plugin_scr_close(obj, gen_nvtmsg_data(NVTRET_ENTER_MENU, 0)); hidde_DateTime_page(); break; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuId.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuId.h index 922c516a8..abce06e8a 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuId.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuId.h @@ -905,7 +905,7 @@ enum _MENU_IDI { IDI_DELAY = LV_PLUGIN_IMG_ID_SF_DELAY, IDI_OPERATING_TIME = LV_PLUGIN_IMG_ID_SF_OPERATING_TIME, IDI_FORMAT_SD = LV_PLUGIN_IMG_ID_SF_FORMAT_SD, - IDI_DATE_AND_TIME = LV_PLUGIN_IMG_ID_ICON_DATE_TIME, + IDI_DATE_AND_TIME = LV_PLUGIN_IMG_ID_SF_DATE_TIME, // Setting send page IDI_MAX_NUM_DAY = LV_PLUGIN_IMG_ID_SF_MAX_NUM_DAY, diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuMore.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuMore.c index 3a0ee1062..5cdd9ac7d 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuMore.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuMore.c @@ -46,7 +46,6 @@ TMDEF_EMNU(gMoreMenu, MORE, More_MenuCallback) int More_MenuCallback(UINT32 uiMessage, UINT32 uiParam) { UIMenuStoreInfo *puiPara = sf_ui_para_get(); - // printf(" ====================================================== \n"); printf("\033[33m[More_MenuCallback]uiMessage:%d uiParam:%d\033[0m\n", uiMessage, uiParam); UINT16 uwItemId; UINT16 uwOption; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.c index 4b37e650d..715dd463a 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.c @@ -1,10 +1,14 @@ // #include "MenuQR.h" +#include #include "PrjInc.h" #include "UIWnd/UIFlow.h" #include "UIFlowLVGL/UIFlowLVGL.h" #include "lvgl/src/lv_lib_qrcode/lv_qrcode.h" +#include "sf_param_struct.h" +#include "sf_message_queue.h" +#include "sf_fileMng.h" +#include "sf_common.h" TMDEF_BEGIN_OPTIONS(NETWORK_SELECTION) -TMDEF_OPTION_TEXT_S(END, TM_OPTION_ENABLE) TMDEF_END_OPTIONS() TMDEF_BEGIN_OPTIONS(QR_PICTURE) TMDEF_OPTION_TEXT_S(END, TM_OPTION_ENABLE) @@ -46,13 +50,13 @@ TMDEF_EMNU(gQrMenu, QR, Qr_MenuCallback) // -------------------------------------------------------------------------- int Qr_MenuCallback(UINT32 uiMessage, UINT32 uiParam) { - printf(" ====================================================== gQrMenu\n"); UINT16 uwItemId; -// UINT16 uwOption; + UINT16 uwOption; + UIMenuStoreInfo *puiPara = sf_ui_para_get(); if (uiMessage == TMM_CONFIRM_OPTION) { uwItemId = LO_WORD(uiParam); - // uwOption = HI_WORD(uiParam); + uwOption = HI_WORD(uiParam); switch (uwItemId) { case IDM_NETWORK_SELECTION: @@ -65,10 +69,14 @@ int Qr_MenuCallback(UINT32 uiMessage, UINT32 uiParam) } case IDM_PASSWORD: { + puiPara->PwdSwitch = uwOption; + printf("password switch %d\n", puiPara->PwdSwitch); break; } case IDM_CAMERA_NAME: { + // puiPara->CamNameSwitch + puiPara->CamNameSwitch = uwOption == 0 ? SF_CAMID_OFF : SF_CAMID_ON; break; } default: @@ -197,6 +205,250 @@ static void init_Matrix_style(void) isinitialized = 1; } +// printf("[%s]%d\n",__FUNCTION__,__LINE__); + +// -------------------------------------------------------------------------- +// Network Selection +// -------------------------------------------------------------------------- +#define NETMSGPATH "/tmp/wifiData.txt" +#define OPERATOR_INFO_SIZE 18 +#define PROFILE_INFO_SIZE 17 +#define PROFILE_NAME_SIZE 16 +#define PROFILE_MAX 20 +static lv_task_t* checkfile_task = NULL; +static lv_obj_t* pMenu = NULL; +static lv_obj_t *plabel = NULL; +static int ProfileTotal = 0; +static int ProfileSelected = 0; +static unsigned char ProfileNameList[PROFILE_MAX][PROFILE_NAME_SIZE] = {0}; + +static void update_Network_Selection_msg(lv_obj_t* obj) +{ + // int UISelected = 0; + + // //显示 + // lv_plugin_menu_set_item_string_id(pMenu, 0, LV_PLUGIN_MENU_ITEM_VISIBLE_STATE_NUM, LV_PLUGIN_STRING_ID_STRID_1); + // lv_plugin_menu_set_item_string_id(pMenu, 1, LV_PLUGIN_MENU_ITEM_VISIBLE_STATE_NUM, LV_PLUGIN_STRING_ID_STRID_2); + // lv_plugin_menu_set_item_hidden(pMenu, 0, false); + // lv_plugin_menu_set_item_hidden(pMenu, 1, false); + // // lv_label_set_text(plabel, ""); + +// itemIndex = 0; +// #if 1 +// for (i = 0; i < pItem->Count; i++) { +// DBG_DUMP("%s enableIndex=%d :%d\r\n", __func__,i,enableIndex[i]); +// //check option if disable +// TM_CheckOptionStatus(pMenu, &itemIndex, TRUE); +// if(itemIndex > pItem->Count){ +// break; +// } +// enableIndex[i] = itemIndex; +// OptionEN_Num = i; +// if(enableIndex[i] == SelOption){ +// Selindex = i; +// } +// itemIndex++; +// } +// printf("Selindex:%d OptionEN_Num:%d pItem->Count:%d\n",Selindex,OptionEN_Num,pItem->Count); +// if(Selindex){ +// if((Selindex / OPTION_PAGE_NUM) == 0){ +// Selindex = 0; +// }else{ +// Selindex = (Selindex / OPTION_PAGE_NUM); + +// } +// } +// for(i = 0; i < OPTION_PAGE_NUM; i++){ +// pOption = &pItem->pOptions[enableIndex[i + (Selindex * OPTION_PAGE_NUM)]]; +// if (((enableIndex[i + (Selindex * OPTION_PAGE_NUM)]) > (pItem->Count -1)) && (i < OPTION_PAGE_NUM)) { +// printf("\033[33m[LV_MenuCommonOption_UpdateContent] 1 \033[0m\n"); +// lv_plugin_menu_set_item_string_id(menu_option, i, LV_PLUGIN_MENU_ITEM_VISIBLE_STATE_NUM, pOption->TextId); +// lv_plugin_menu_set_item_img_id(menu_option, i, LV_PLUGIN_MENU_ITEM_STATE_DISABLED, pOption->IconId); +// lv_plugin_menu_set_item_hidden(menu_option, i, true); +// ui_hidden = true; + +// }else if((i + (Selindex * OPTION_PAGE_NUM)) > OptionEN_Num){ +// printf("\033[33m[LV_MenuCommonOption_UpdateContent] 2 \033[0m\n"); +// lv_plugin_menu_set_item_string_id(menu_option, i, LV_PLUGIN_MENU_ITEM_VISIBLE_STATE_NUM, pOption->TextId); +// lv_plugin_menu_set_item_img_id(menu_option, i, LV_PLUGIN_MENU_ITEM_STATE_DISABLED, pOption->IconId); +// lv_plugin_menu_set_item_hidden(menu_option, i, true); +// ui_hidden = true; +// }else{ +// printf("\033[33m[LV_MenuCommonOption_UpdateContent] 3 \033[0m\n"); +// lv_plugin_menu_set_item_string_id(menu_option, i, LV_PLUGIN_MENU_ITEM_VISIBLE_STATE_NUM, pOption->TextId); +// lv_plugin_menu_set_item_img_id(menu_option, i, LV_PLUGIN_MENU_ITEM_STATE_DISABLED, pOption->IconId); +// lv_plugin_menu_set_item_hidden(menu_option, i, false); +// ui_hidden = true; +// if(enableIndex[i+(Selindex * OPTION_PAGE_NUM)] == SelOption){ +// printf("\033[33m[LV_MenuCommonOption_UpdateContent] 4 %d %d \033[0m\n", i, Selindex); +// s_SelOption = i + (Selindex * OPTION_PAGE_NUM); +// lv_plugin_menu_select_item(menu_option, i); +// ui_hidden = false; +// } +// } + +// DBG_DUMP("%s ui_hidden=%d\r\n", __func__,ui_hidden); +// if(i==0){ +// lv_obj_set_hidden(image_option1_scr_uiflowmenucommonoption, ui_hidden); +// }else if(i == 1){ +// lv_obj_set_hidden(image_option2_scr_uiflowmenucommonoption, ui_hidden); +// }else if(i == 2){ +// lv_obj_set_hidden(image_option3_scr_uiflowmenucommonoption, ui_hidden); +// }else if(i == 3){ +// lv_obj_set_hidden(image_option4_scr_uiflowmenucommonoption, ui_hidden); +// }else if(i == 4){ +// lv_obj_set_hidden(image_option5_scr_uiflowmenucommonoption, ui_hidden); +// } + +// } + + // lv_plugin_string_t*test = (lv_plugin_string_t*)lv_plugin_get_string(IDS_MOVIE_MJPG); + // char* str = (char*)test->ptr; + // snprintf(str, test->size, "6565"); + +} + +static void checkfile_task_end(void) +{ + if(checkfile_task) + { + lv_task_del(checkfile_task); + checkfile_task = NULL; + } +} + +static void checkfile_task_cb(lv_task_t* task) +{ + struct stat statBuf; + int fd = -1; + int BuffLen; + unsigned char Buff[1024] = { 0 }; + + lv_obj_t* obj = (lv_obj_t*)task->user_data; + + if(sf_cardv_4G_status_get() == SF_4G_SEARCHING) + { + printf("[%s]Searching...\n", __FUNCTION__); + lv_label_set_text(plabel, "\n\nSearching..."); + return; + } + + if(sf_cardv_get_sim_insert() == 0) + { + checkfile_task_end(); + + lv_label_set_text(plabel, "\n\nCheck SIM"); + + sleep(3); + + lv_plugin_scr_close(obj, gen_nvtmsg_data(NVTRET_ENTER_MENU, 0)); + hidde_Network_Selection_page(); + return; + } + else if(sf_cardv_get_is_esim() == 0) + { + checkfile_task_end(); + + lv_label_set_text(plabel, "\n\nNetwork selection is only available with SIM cards that have multiple networks."); + + sleep(3); + + lv_plugin_scr_close(obj, gen_nvtmsg_data(NVTRET_ENTER_MENU, 0)); + hidde_Network_Selection_page(); + return; + } + else + { + if(!sf_file_IsExsit(NETMSGPATH)) + { + SF_MESSAGE_BUF_S stMessageBuf = {0}; + stMessageBuf.arg1 = SF_DEV_CMD_ESIM_OPERATION_SCAN; + stMessageBuf.arg2 = SF_CONTROL_TYPE_LOCAL; + stMessageBuf.arg3 = 1; + stMessageBuf.cmdId = CMD_DEV; + sf_com_message_send_to_app(&stMessageBuf); + usleep(100); + } + + if(sf_file_IsExsit(NETMSGPATH)) + { + fd = open(NETMSGPATH, O_RDWR, 0777); + if(fd >= 0) + { + fstat(fd, &statBuf); + BuffLen = statBuf.st_size; + printf("fSize=%d\n", BuffLen); + read(fd, Buff, BuffLen); + close(fd); + remove(NETMSGPATH); + + for(int i = 0; i < BuffLen; i++) + { + printf("%x ", Buff[i]); + } + + if(Buff[5] == 0x3b/*WIFI_CONTROL_CAMERA_Network_Scan*/ && Buff[8] == 0x00/*CMD_SUCCESS*/) + { + int OperatorTotal = Buff[9]; + int ProfileOffset = 11 + OPERATOR_INFO_SIZE*OperatorTotal; + ProfileTotal = Buff[ProfileOffset]; + ProfileSelected = Buff[ProfileOffset + 1]; + + printf("\nOperatorTotal:%d ProfileOffset:%d ProfileTotal:%d ProfileSelected:%d\n", OperatorTotal, ProfileOffset, ProfileTotal, ProfileSelected); + + for(int i = 0; i < ProfileTotal; i++) + { + printf("Profile %d ",Buff[ProfileOffset + 2 + (i * PROFILE_INFO_SIZE)]); + memcpy(ProfileNameList[i], Buff + (ProfileOffset + 3 + (i * PROFILE_INFO_SIZE)), PROFILE_NAME_SIZE); + printf("%s\n", ProfileNameList[i]); + } + + checkfile_task_end(); + lv_label_set_text(plabel, ""); + + update_Network_Selection_msg(obj); + } + return; + } + } + } +} + +void show_Network_Selection_page(lv_obj_t* obj, lv_obj_t* menu_obj) +{ + pMenu = menu_obj; + // sf_cardv_set_operationSelectResp(0xff); + init_Matrix_style(); + + plabel = lv_label_create(obj, NULL); + lv_label_set_long_mode(plabel, LV_LABEL_LONG_BREAK); + // lv_label_set_align(plabel, LV_LABEL_ALIGN_CENTER); + lv_label_set_text(plabel, "1\n2\nSearching..."); + lv_obj_set_pos(plabel, 32, 55); + lv_obj_set_width(plabel, 256); + lv_obj_add_style(plabel, 0, &gMatrixStylebtn); + + if(checkfile_task == NULL){ + checkfile_task = lv_task_create(checkfile_task_cb, 1000, LV_TASK_PRIO_MID, (void*)obj); + } +} + +void hidde_Network_Selection_page(void) +{ + checkfile_task_end(); + + pMenu = NULL; + + if(plabel) + { + lv_obj_del(plabel); + } +} + +void Option_Network_Selection_Key(lv_obj_t* obj, uint32_t key) +{ + +} // -------------------------------------------------------------------------- // QR CODE @@ -212,7 +464,7 @@ void show_qr_picture_page(lv_obj_t* obj) // const char *data = "https://github.com/topics/littlevgl"; #define QR_DATA_LENGTH 1024 char qr_date[QR_DATA_LENGTH] = {0}; - snprintf(qr_date, QR_DATA_LENGTH, qr_code_str, puiPara->ModuleImei, "89011703322284703435", "89011703322284703435", "true"); + snprintf(qr_date, QR_DATA_LENGTH, qr_code_str, puiPara->ModuleImei, puiPara->SimIccidA, puiPara->SimIccidA, "true"); if(obj){ @@ -253,12 +505,12 @@ void hidde_qr_picture_page(void) // -------------------------------------------------------------------------- static int PasswordIndex = 0; static lv_obj_t* PasswordMatrixObj = NULL; -static char PasswordBuf1[2] = "0"; -static char PasswordBuf2[2] = "0"; -static char PasswordBuf3[2] = "0"; -static char PasswordBuf4[2] = "0"; -static char PasswordBuf5[2] = "0"; -static char PasswordBuf6[2] = "0"; +static char PasswordBuf1[2] = {'0', 0}; +static char PasswordBuf2[2] = {'0', 0}; +static char PasswordBuf3[2] = {'0', 0}; +static char PasswordBuf4[2] = {'0', 0}; +static char PasswordBuf5[2] = {'0', 0}; +static char PasswordBuf6[2] = {'0', 0}; static const char* PasswordMap[7] = { PasswordBuf1, @@ -291,7 +543,7 @@ void show_Password_page(lv_obj_t* obj) init_Matrix_style(); UIMenuStoreInfo *puiPara = sf_ui_para_get(); - if(!puiPara->PwdSwitch) + // if(!puiPara->PwdSwitch) { memset(puiPara->PwdStr, '0' ,sizeof(puiPara->PwdStr)); } diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.h index 3c0608d92..95e619b6c 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuQR.h @@ -4,6 +4,8 @@ extern TM_MENU gQrMenu; extern TM_ITEM gTM_ITEMS_QR[]; +extern void show_Network_Selection_page(lv_obj_t* obj, lv_obj_t* menu_obj); +extern void hidde_Network_Selection_page(void); extern void show_qr_picture_page(lv_obj_t* obj); extern void hidde_qr_picture_page(void); extern void show_Password_page(lv_obj_t* obj); @@ -13,6 +15,7 @@ extern void hidde_Camera_Info_page(void); extern void show_Camera_Name_page(lv_obj_t* obj); extern void hidde_Camera_Name_page(void); +extern void Option_Network_Selection_Key(lv_obj_t* obj, uint32_t key); extern void Option_Password_Key(lv_obj_t* obj, uint32_t key); extern void Option_CAMERA_INFO_Key(lv_obj_t* obj, uint32_t key); extern void Option_Camera_Name_Key(lv_obj_t* obj, uint32_t key); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c index c4581b1dc..6af64b242 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c @@ -1,4 +1,5 @@ #include "PrjInc.h" +#include "UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.h" #include "UIWnd/UIFlow.h" TMDEF_BEGIN_OPTIONS(MAX_NUM_DAY) @@ -60,6 +61,8 @@ int Send_MenuCallback(UINT32 uiMessage, UINT32 uiParam) { case IDM_MAX_NUM_DAY: { + #define SEND_MAX_NUM_UNLIMITED 0 + puiPara->SendMaxNum = SEND_MAX_NUM_UNLIMITED; printf("\033[33m[Send_MenuCallback]SendMaxNum:%d\033[0m\n", puiPara->SendMaxNum); break; } @@ -71,12 +74,33 @@ int Send_MenuCallback(UINT32 uiMessage, UINT32 uiParam) } case IDM_SEND_TYPE: { + puiPara->SendType = uwOption; + puiPara->TimeSend4Switch = 0; + puiPara->TimeSend3Switch = 0; + puiPara->TimeSend2Switch = 0; + puiPara->TimeSend1Switch = 0; + switch (uwOption) + { + case FOUR_TIME_DAY: + puiPara->TimeSend4Switch = 1; + break; + case TWICE_DAY: + puiPara->TimeSend3Switch = 1; + break; + case ONCE_DAY: + puiPara->TimeSend2Switch = 1; + break; + default: + puiPara->TimeSend1Switch = 1; + break; + } printf("\033[33m[Send_MenuCallback]SendType:%d\033[0m\n", puiPara->SendType); break; } case IDM_CHECK_IN_PHOTO: { - // printf("\033[33m[Send_MenuCallback]SendMaxNum:%d\033[0m\n", puiPara->SendMaxNum); + puiPara->PicUpDailyReport = uwOption; + printf("\033[33m[Send_MenuCallback]PicUpDailyReport:%d\033[0m\n", puiPara->PicUpDailyReport); break; } case IDM_GPS: @@ -304,4 +328,276 @@ void Option_MaxNum_Key(lv_obj_t* obj, uint32_t key) } } +// -------------------------------------------------------------------------- +// Send type +// -------------------------------------------------------------------------- +#define TIME_BUF_LENGTH 3 +static int gSendType = -1; +static int gMatrixIndex = 0; +#define FIRST_PAGE 0 +#define SECOND_PAGE 1 +static int gPageNum = 0; +#define SET_TIME_NUM 4 +static SF_PARA_TIME_S gSendTime[SET_TIME_NUM] = {'0'}; +static int SendTimeIndex_0 = 0; +static lv_obj_t* SendTimeMatrixObj_0 = NULL; +static char SendTimeHHBuf1[TIME_BUF_LENGTH] = {'0', '0', 0}; +static char SendTimeMMBuf1[TIME_BUF_LENGTH] = {'0', '0', 0}; +static char SendTimeHHBuf2[TIME_BUF_LENGTH] = {'0', '0', 0}; +static char SendTimeMMBuf2[TIME_BUF_LENGTH] = {'0', '0', 0}; +#define BUTTON_NUM_4 4 +#define BUTTON_NUM_8 8 +static const char* SendTimeMap_0[BUTTON_NUM_8] = +{ + SendTimeHHBuf1, + ":", + SendTimeMMBuf1, + " ", + SendTimeHHBuf2, + ":", + SendTimeMMBuf2, + "" +}; +static int SendTimeIndex_1 = 0; +static lv_obj_t* SendTimeMatrixObj_1 = NULL; +// static char SendTimeHHBuf1[TIME_BUF_LENGTH] = {'0', '0', 0}; +// static char SendTimeMMBuf1[TIME_BUF_LENGTH] = {'0', '0', 0}; +// static char SendTimeHHBuf2[TIME_BUF_LENGTH] = {'0', '0', 0}; +// static char SendTimeMMBuf2[TIME_BUF_LENGTH] = {'0', '0', 0}; +static const char* SendTimeMap_1[BUTTON_NUM_4] = +{ + SendTimeHHBuf1, + ":", + SendTimeMMBuf1, + "" +}; + +static void update_send_time_msg(lv_obj_t* obj) +{ + // UIMenuStoreInfo *puiPara = sf_ui_para_get(); + printf(" page now is %d\n", gPageNum); + unsigned short settingIndex = gPageNum * 2; + + snprintf(SendTimeHHBuf1, TIME_BUF_LENGTH, "%02d", gSendTime[settingIndex + 0].Hour); + snprintf(SendTimeMMBuf1, TIME_BUF_LENGTH, "%02d", gSendTime[settingIndex + 0].Min); + snprintf(SendTimeHHBuf2, TIME_BUF_LENGTH, "%02d", gSendTime[settingIndex + 1].Hour); + snprintf(SendTimeMMBuf2, TIME_BUF_LENGTH, "%02d", gSendTime[settingIndex + 1].Min); + + if(NULL != SendTimeMatrixObj_0) + { + lv_btnmatrix_set_focused_btn(SendTimeMatrixObj_0, gMatrixIndex); + } + if(NULL != SendTimeMatrixObj_1) + { + lv_btnmatrix_set_focused_btn(SendTimeMatrixObj_1, gMatrixIndex); + } +} +void show_send_time_page(lv_obj_t* obj, const int sendType) +{ + gMatrixIndex = 0; + SendTimeIndex_0 = 0; + SendTimeIndex_1 = 0; + gSendType = sendType; + gPageNum = FIRST_PAGE; + unsigned short settingIndex = gPageNum * 2; + + init_Matrix_style(); + + UIMenuStoreInfo *puiPara = sf_ui_para_get(); + memcpy(&gSendTime[0], &(puiPara->TimeSend1), sizeof(SF_PARA_TIME_S)); + memcpy(&gSendTime[1], &(puiPara->TimeSend2), sizeof(SF_PARA_TIME_S)); + memcpy(&gSendTime[2], &(puiPara->TimeSend3), sizeof(SF_PARA_TIME_S)); + memcpy(&gSendTime[3], &(puiPara->TimeSend4), sizeof(SF_PARA_TIME_S)); + // if(!puiPara->WorkTime1Switch) + // { + // gSendTime[0].Hour = 0; + // gSendTime[0].Min = 0; + // gSendTime[1].Hour = 0; + // gSendTime[1].Min = 0; + // } + + snprintf(SendTimeHHBuf1, TIME_BUF_LENGTH, "%02d", gSendTime[settingIndex + 0].Hour); + snprintf(SendTimeMMBuf1, TIME_BUF_LENGTH, "%02d", gSendTime[settingIndex + 0].Min); + snprintf(SendTimeHHBuf2, TIME_BUF_LENGTH, "%02d", gSendTime[settingIndex + 1].Hour); + snprintf(SendTimeMMBuf2, TIME_BUF_LENGTH, "%02d", gSendTime[settingIndex + 1].Min); + + if(ONCE_DAY != gSendType) + { + SendTimeMatrixObj_0 = lv_btnmatrix_create(obj, NULL); + lv_obj_set_hidden(SendTimeMatrixObj_0, false); + lv_obj_set_click(SendTimeMatrixObj_0, true); + lv_obj_set_drag(SendTimeMatrixObj_0, false); + lv_obj_set_pos(SendTimeMatrixObj_0, 65, 81); + lv_obj_set_size(SendTimeMatrixObj_0, 190, 80); + lv_btnmatrix_set_map(SendTimeMatrixObj_0, SendTimeMap_0); + lv_btnmatrix_set_one_check(SendTimeMatrixObj_0, true); + lv_btnmatrix_set_align(SendTimeMatrixObj_0, LV_LABEL_ALIGN_CENTER); + lv_btnmatrix_set_focused_btn(SendTimeMatrixObj_0,0); + lv_btnmatrix_set_one_check(SendTimeMatrixObj_0, false); + lv_obj_add_style(SendTimeMatrixObj_0, 0, &gMatrixStylebg); + lv_obj_add_style(SendTimeMatrixObj_0, 1, &gMatrixStylebtn); + + lv_obj_set_hidden(container_send_time_1_scr_uiflowmenucommonoption, false); + } + else + { + SendTimeMatrixObj_1 = lv_btnmatrix_create(obj, NULL); + lv_obj_set_hidden(SendTimeMatrixObj_1, false); + lv_obj_set_click(SendTimeMatrixObj_1, true); + lv_obj_set_drag(SendTimeMatrixObj_1, false); + lv_obj_set_pos(SendTimeMatrixObj_1, 65, 81); + lv_obj_set_size(SendTimeMatrixObj_1, 190, 80); + lv_btnmatrix_set_map(SendTimeMatrixObj_1, SendTimeMap_1); + lv_btnmatrix_set_one_check(SendTimeMatrixObj_1, true); + lv_btnmatrix_set_align(SendTimeMatrixObj_1, LV_LABEL_ALIGN_CENTER); + lv_btnmatrix_set_focused_btn(SendTimeMatrixObj_1,0); + lv_btnmatrix_set_one_check(SendTimeMatrixObj_1, false); + lv_obj_add_style(SendTimeMatrixObj_1, 0, &gMatrixStylebg); + lv_obj_add_style(SendTimeMatrixObj_1, 1, &gMatrixStylebtn); + + lv_obj_set_hidden(container_send_time_0_scr_uiflowmenucommonoption, false); + } +} +void hidde_send_time_page(void) +{ + if(SendTimeMatrixObj_0) + { + lv_obj_del(SendTimeMatrixObj_0); + } + if(SendTimeMatrixObj_1) + { + lv_obj_del(SendTimeMatrixObj_1); + } + lv_obj_set_hidden(container_send_time_0_scr_uiflowmenucommonoption, true); + lv_obj_set_hidden(container_send_time_1_scr_uiflowmenucommonoption, true); +} +void Option_send_time_Key(lv_obj_t* obj, uint32_t key) +{ + // if(OperatingTimeMatrixObj == NULL) + // { + // printf("OperatingTimeMatrixObj is NULL"); + // return; + // } + + // char result[2]; + // lv_obj_t* matrixObj = NULL; + unsigned short buttonNum = 0; + unsigned short settingIndex = gPageNum * 2; + if(ONCE_DAY == gSendType) + { + buttonNum = BUTTON_NUM_4; + } + else + { + buttonNum = BUTTON_NUM_8; + } + UIMenuStoreInfo *puiPara = sf_ui_para_get(); + printf("key:%d\n",key); + + switch(key) + { + case LV_USER_KEY_NEXT: + printf("\033[33m[Option_send_time_Key]s\033[0m\n"); + if(gMatrixIndex == 0) + { + if(gSendTime[settingIndex + 0].Hour > 0 && gSendTime[settingIndex + 0].Hour <= 23) + gSendTime[settingIndex + 0].Hour--; + else + gSendTime[settingIndex + 0].Hour = 23; + } + else if(gMatrixIndex == 2) + { + if(gSendTime[settingIndex + 0].Min > 0 && gSendTime[settingIndex + 0].Min <= 59) + gSendTime[settingIndex + 0].Min--; + else + gSendTime[settingIndex + 0].Min = 59; + } + else if(gMatrixIndex == 4) + { + if(gSendTime[settingIndex + 1].Hour > 0 && gSendTime[settingIndex + 1].Hour <= 23) + gSendTime[settingIndex + 1].Hour--; + else + gSendTime[settingIndex + 1].Hour = 23; + } + else if(gMatrixIndex == 6) + { + if(gSendTime[settingIndex + 1].Min > 0 && gSendTime[settingIndex + 1].Min <= 59) + gSendTime[settingIndex + 1].Min--; + else + gSendTime[settingIndex + 1].Min = 59; + } + update_send_time_msg(obj); + break; + case LV_USER_KEY_PREV: + printf("\033[33m[Option_send_time_Key]w\033[0m\n"); + if(gMatrixIndex == 0) + { + if(gSendTime[settingIndex + 0].Hour >= 23) + gSendTime[settingIndex + 0].Hour = 0; + else + gSendTime[settingIndex + 0].Hour++; + } + else if(gMatrixIndex == 2) + { + if(gSendTime[settingIndex + 0].Min >= 59) + gSendTime[settingIndex + 0].Min = 0; + else + gSendTime[settingIndex + 0].Min++; + } + else if(gMatrixIndex == 4) + { + if(gSendTime[settingIndex + 1].Hour >= 23) + gSendTime[settingIndex + 1].Hour = 0; + else + gSendTime[settingIndex + 1].Hour++; + } + else if(gMatrixIndex == 6) + { + if(gSendTime[settingIndex + 1].Min >= 59) + gSendTime[settingIndex + 1].Min = 0; + else + gSendTime[settingIndex + 1].Min++; + } + update_send_time_msg(obj); + break; + case LV_USER_KEY_LEFT: + gMatrixIndex = (gMatrixIndex - 2 + 8) % buttonNum; + printf("\033[33m[Option_send_time_Key]a gMatrixIndex = %d\033[0m\n", gMatrixIndex); + if(buttonNum - 2 == gMatrixIndex && FIRST_PAGE == gPageNum && FOUR_TIME_DAY == gSendType) + { + gPageNum = SECOND_PAGE; + } + else if(buttonNum - 2 == gMatrixIndex && SECOND_PAGE == gPageNum && FOUR_TIME_DAY == gSendType) + { + gPageNum = FIRST_PAGE; + } + update_send_time_msg(obj); + break; + case LV_USER_KEY_RIGHT: + gMatrixIndex = (gMatrixIndex + 2) % buttonNum; + printf("\033[33m[Option_send_time_Key]d gMatrixIndex = %d\033[0m\n", gMatrixIndex); + if(0 == gMatrixIndex && FIRST_PAGE == gPageNum && FOUR_TIME_DAY == gSendType) + { + gPageNum = SECOND_PAGE; + } + else if(0 == gMatrixIndex && SECOND_PAGE == gPageNum && FOUR_TIME_DAY == gSendType) + { + gPageNum = FIRST_PAGE; + } + update_send_time_msg(obj); + break; + case LV_KEY_ENTER: + printf("\033[33m[Option_send_time_Key]SELECT\033[0m\n"); + // puiPara->WorkTime1Switch = 1; + memcpy(&(puiPara->TimeSend1), &gSendTime[0], sizeof(SF_PARA_TIME_S)); + memcpy(&(puiPara->TimeSend2), &gSendTime[1], sizeof(SF_PARA_TIME_S)); + memcpy(&(puiPara->TimeSend3), &gSendTime[2], sizeof(SF_PARA_TIME_S)); + memcpy(&(puiPara->TimeSend4), &gSendTime[3], sizeof(SF_PARA_TIME_S)); + lv_plugin_scr_close(obj, gen_nvtmsg_data(NVTRET_ENTER_MENU, 0)); + hidde_send_time_page(); + break; + default: + break; + } +} diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.h index 623504025..233ea450e 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.h @@ -4,9 +4,20 @@ extern TM_MENU gSendMenu; extern TM_ITEM gTM_ITEMS_SEND[]; +enum SendType +{ + ONCE_DAY = 1, + TWICE_DAY, + FOUR_TIME_DAY, + END +}; + extern void show_MaxNum_page(lv_obj_t* obj); extern void hidde_MaxNum_page(void); +extern void show_send_time_page(lv_obj_t* obj, const int sendType); +extern void hidde_send_time_page(void); extern void Option_MaxNum_Key(lv_obj_t* obj, uint32_t key); +extern void Option_send_time_Key(lv_obj_t* obj, uint32_t key); #endif diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/TabMenu.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/TabMenu.c index 926496536..2955518cf 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/TabMenu.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/TabMenu.c @@ -195,3 +195,19 @@ TM_MENU *TM_GetMenu(void) return g_pTabMenu; } +//#NT#2023/10/25#Eric - begin +//#NT#Support IVOT_N12144_CO-144 +#define tabMenu_max 4 +static TM_MENU *g_tabMenu[tabMenu_max]; + +void TM_SetTabMenu(TM_MENU *pMenu, UINT16 pPage) +{ + g_tabMenu[pPage] = pMenu; +} +TM_MENU *TM_GetTabMenu(UINT16 Selpage) +{ + return g_tabMenu[Selpage]; +} +//#NT#2023/10/25#Eric - end + + diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/TabMenu.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/TabMenu.h index 59f9d4538..3a692664b 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/TabMenu.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/TabMenu.h @@ -217,4 +217,11 @@ extern TM_ITEM *TM_GetItem(TM_MENU *pMenu, UINT16 itemId); extern void TM_SetMenu(TM_MENU *pMenu); extern TM_MENU *TM_GetMenu(void); +//#NT#2023/10/25#Eric - begin +//#NT#Support IVOT_N12144_CO-144 +extern TM_MENU *TM_GetTabMenu(UINT16 Selpage); +extern void TM_SetTabMenu(TM_MENU *pMenu, UINT16 pPage); +//#NT#2023/10/25#Eric - end + + #endif //_TAB_MENU_H_ diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItem.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItem.c index df869bad2..81fece656 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItem.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItem.c @@ -27,20 +27,20 @@ lv_obj_t* image_button_item5_scr_uiflowmenucommonitem; lv_obj_t* label_item5_scr_uiflowmenucommonitem; lv_obj_t* image_item5_scr_uiflowmenucommonitem; lv_obj_t* container_option_1_scr_uiflowmenucommonitem; -lv_obj_t* label_option_1_scr_uiflowmenucommonitem; lv_obj_t* image_option_1_scr_uiflowmenucommonitem; +lv_obj_t* label_option_1_scr_uiflowmenucommonitem; lv_obj_t* container_option_2_scr_uiflowmenucommonitem; -lv_obj_t* label_option_2_scr_uiflowmenucommonitem; lv_obj_t* image_option_2_scr_uiflowmenucommonitem; +lv_obj_t* label_option_2_scr_uiflowmenucommonitem; lv_obj_t* container_option_3_scr_uiflowmenucommonitem; -lv_obj_t* label_option_3_scr_uiflowmenucommonitem; lv_obj_t* image_option_3_scr_uiflowmenucommonitem; +lv_obj_t* label_option_3_scr_uiflowmenucommonitem; lv_obj_t* container_option_4_scr_uiflowmenucommonitem; -lv_obj_t* label_option_4_scr_uiflowmenucommonitem; lv_obj_t* image_option_4_scr_uiflowmenucommonitem; +lv_obj_t* label_option_4_scr_uiflowmenucommonitem; lv_obj_t* container_option_5_scr_uiflowmenucommonitem; -lv_obj_t* label_option_5_scr_uiflowmenucommonitem; lv_obj_t* image_option_5_scr_uiflowmenucommonitem; +lv_obj_t* label_option_5_scr_uiflowmenucommonitem; lv_obj_t* image_option_01_scr_uiflowmenucommonitem; lv_obj_t* image_option_02_scr_uiflowmenucommonitem; lv_obj_t* image_option_03_scr_uiflowmenucommonitem; @@ -238,7 +238,7 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_item1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_item1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_item1_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_item1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_8bpp); + lv_style_set_text_font(&label_item1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_item1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_item1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_item1_s0, LV_STATE_CHECKED, color); @@ -285,9 +285,8 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_text(label_item1,"Camera Mode"); lv_plugin_label_allocate_ext_attr(label_item1); lv_plugin_label_set_font_type(label_item1, LV_PLUGIN_LANGUAGE_FONT_TYPE_1); - lv_label_set_long_mode(label_item1, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_item1, 52, 9); - lv_obj_set_size(label_item1, 200, 22); + lv_obj_set_size(label_item1, 119, 22); lv_obj_add_style(label_item1, 0, &label_item1_s0); label_item1_scr_uiflowmenucommonitem = label_item1; @@ -403,7 +402,7 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_item2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_item2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_item2_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_item2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_8bpp); + lv_style_set_text_font(&label_item2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_item2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_item2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_item2_s0, LV_STATE_CHECKED, color); @@ -450,9 +449,8 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_text(label_item2,"Image Size"); lv_plugin_label_allocate_ext_attr(label_item2); lv_plugin_label_set_font_type(label_item2, LV_PLUGIN_LANGUAGE_FONT_TYPE_1); - lv_label_set_long_mode(label_item2, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_item2, 52, 9); - lv_obj_set_size(label_item2, 200, 24); + lv_obj_set_size(label_item2, 94, 22); lv_obj_add_style(label_item2, 0, &label_item2_s0); label_item2_scr_uiflowmenucommonitem = label_item2; @@ -568,7 +566,7 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_item3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_item3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_item3_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_item3_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_8bpp); + lv_style_set_text_font(&label_item3_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_item3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_item3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_item3_s0, LV_STATE_CHECKED, color); @@ -615,9 +613,8 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_text(label_item3,"Video Size"); lv_plugin_label_allocate_ext_attr(label_item3); lv_plugin_label_set_font_type(label_item3, LV_PLUGIN_LANGUAGE_FONT_TYPE_1); - lv_label_set_long_mode(label_item3, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_item3, 52, 9); - lv_obj_set_size(label_item3, 200, 24); + lv_obj_set_size(label_item3, 91, 22); lv_obj_add_style(label_item3, 0, &label_item3_s0); label_item3_scr_uiflowmenucommonitem = label_item3; @@ -733,7 +730,7 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_item4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_item4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_item4_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_item4_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_8bpp); + lv_style_set_text_font(&label_item4_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_item4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_item4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_item4_s0, LV_STATE_CHECKED, color); @@ -780,9 +777,8 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_text(label_item4,"Video Lenth"); lv_plugin_label_allocate_ext_attr(label_item4); lv_plugin_label_set_font_type(label_item4, LV_PLUGIN_LANGUAGE_FONT_TYPE_1); - lv_label_set_long_mode(label_item4, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_item4, 52, 9); - lv_obj_set_size(label_item4, 200, 24); + lv_obj_set_size(label_item4, 103, 22); lv_obj_add_style(label_item4, 0, &label_item4_s0); label_item4_scr_uiflowmenucommonitem = label_item4; @@ -898,7 +894,7 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_item5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_item5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_item5_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_item5_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_8bpp); + lv_style_set_text_font(&label_item5_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_item5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_item5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_item5_s0, LV_STATE_CHECKED, color); @@ -945,9 +941,8 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_text(label_item5,"Flash Power"); lv_plugin_label_allocate_ext_attr(label_item5); lv_plugin_label_set_font_type(label_item5, LV_PLUGIN_LANGUAGE_FONT_TYPE_1); - lv_label_set_long_mode(label_item5, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_item5, 52, 9); - lv_obj_set_size(label_item5, 200, 24); + lv_obj_set_size(label_item5, 105, 22); lv_obj_add_style(label_item5, 0, &label_item5_s0); label_item5_scr_uiflowmenucommonitem = label_item5; @@ -1008,44 +1003,95 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_1_s0, LV_STATE_DEFAULT, color); lv_style_set_bg_opa(&container_option_1_s0,LV_STATE_DEFAULT,0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_DEFAULT, color); lv_style_set_border_opa(&container_option_1_s0,LV_STATE_DEFAULT,0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x13, 0x44, 0xd1, 0xb6) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_1_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_1_s0, LV_STATE_DISABLED, color); lv_obj_t *container_option_1 = lv_cont_create(container_main_menu, NULL); lv_obj_set_hidden(container_option_1, false); lv_obj_set_click(container_option_1, true); lv_obj_set_drag(container_option_1, false); - lv_obj_set_pos(container_option_1, 210, 0); - lv_obj_set_size(container_option_1, 110, 40); + lv_obj_set_pos(container_option_1, 186, 0); + lv_obj_set_size(container_option_1, 134, 40); lv_obj_add_style(container_option_1, 0, &container_option_1_s0); container_option_1_scr_uiflowmenucommonitem = container_option_1; + static lv_style_t image_option_1_s0; + lv_style_init(&image_option_1_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_option_1 = lv_img_create(container_option_1, NULL); + lv_obj_set_hidden(image_option_1, false); + lv_obj_set_click(image_option_1, false); + lv_obj_set_drag(image_option_1, false); + lv_obj_set_pos(image_option_1, 102, 0); + lv_obj_set_size(image_option_1, 27, 40); + lv_img_set_offset_x(image_option_1, 28); + lv_img_set_offset_y(image_option_1, 1); + lv_img_set_src(image_option_1, &sf_next1); + lv_obj_add_style(image_option_1, 0, &image_option_1_s0); + + image_option_1_scr_uiflowmenucommonitem = image_option_1; + + static lv_style_t label_option_1_s0; lv_style_init(&label_option_1_s0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_option_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_option_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x8e, 0x6c, 0x6c, 0x6c) ; lv_style_set_text_color(&label_option_1_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_option_1_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_option_1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_option_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_option_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option_1_s0, LV_STATE_CHECKED, color); @@ -1095,105 +1141,105 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_align(label_option_1, LV_LABEL_ALIGN_RIGHT); lv_label_set_long_mode(label_option_1, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_option_1, 0, 11); - lv_obj_set_size(label_option_1, 76, 20); + lv_obj_set_size(label_option_1, 100, 24); lv_obj_add_style(label_option_1, 0, &label_option_1_s0); label_option_1_scr_uiflowmenucommonitem = label_option_1; - static lv_style_t image_option_1_s0; - lv_style_init(&image_option_1_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_1_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_1_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_1_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_1_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_1_s0, LV_STATE_DISABLED, color); - lv_obj_t *image_option_1 = lv_img_create(container_option_1, NULL); - lv_obj_set_hidden(image_option_1, false); - lv_obj_set_click(image_option_1, false); - lv_obj_set_drag(image_option_1, false); - lv_obj_set_pos(image_option_1, 78, 0); - lv_obj_set_size(image_option_1, 27, 40); - lv_img_set_src(image_option_1, &sf_next1); - lv_obj_add_style(image_option_1, 0, &image_option_1_s0); - - image_option_1_scr_uiflowmenucommonitem = image_option_1; - - static lv_style_t container_option_2_s0; lv_style_init(&container_option_2_s0); lv_style_set_radius(&container_option_2_s0,LV_STATE_DEFAULT,0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_2_s0, LV_STATE_DEFAULT, color); lv_style_set_bg_opa(&container_option_2_s0,LV_STATE_DEFAULT,0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_2_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_DEFAULT, color); lv_style_set_border_opa(&container_option_2_s0,LV_STATE_DEFAULT,0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_2_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_2_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_2_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x13, 0x44, 0xd1, 0xb6) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_2_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_2_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_2_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_2_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_2_s0, LV_STATE_DISABLED, color); lv_obj_t *container_option_2 = lv_cont_create(container_main_menu, NULL); lv_obj_set_hidden(container_option_2, false); lv_obj_set_click(container_option_2, true); lv_obj_set_drag(container_option_2, false); - lv_obj_set_pos(container_option_2, 210, 40); - lv_obj_set_size(container_option_2, 110, 40); + lv_obj_set_pos(container_option_2, 186, 40); + lv_obj_set_size(container_option_2, 134, 40); lv_obj_add_style(container_option_2, 0, &container_option_2_s0); container_option_2_scr_uiflowmenucommonitem = container_option_2; + static lv_style_t image_option_2_s0; + lv_style_init(&image_option_2_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_option_2 = lv_img_create(container_option_2, NULL); + lv_obj_set_hidden(image_option_2, false); + lv_obj_set_click(image_option_2, false); + lv_obj_set_drag(image_option_2, false); + lv_obj_set_pos(image_option_2, 102, 0); + lv_obj_set_size(image_option_2, 27, 40); + lv_img_set_src(image_option_2, &sf_next1); + lv_obj_add_style(image_option_2, 0, &image_option_2_s0); + + image_option_2_scr_uiflowmenucommonitem = image_option_2; + + static lv_style_t label_option_2_s0; lv_style_init(&label_option_2_s0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_option_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_option_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x8e, 0x6c, 0x6c, 0x6c) ; lv_style_set_text_color(&label_option_2_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_option_2_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_option_2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_option_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_option_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option_2_s0, LV_STATE_CHECKED, color); @@ -1243,105 +1289,105 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_align(label_option_2, LV_LABEL_ALIGN_RIGHT); lv_label_set_long_mode(label_option_2, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_option_2, 0, 11); - lv_obj_set_size(label_option_2, 76, 20); + lv_obj_set_size(label_option_2, 100, 24); lv_obj_add_style(label_option_2, 0, &label_option_2_s0); label_option_2_scr_uiflowmenucommonitem = label_option_2; - static lv_style_t image_option_2_s0; - lv_style_init(&image_option_2_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_2_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_2_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_2_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_2_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_2_s0, LV_STATE_DISABLED, color); - lv_obj_t *image_option_2 = lv_img_create(container_option_2, NULL); - lv_obj_set_hidden(image_option_2, false); - lv_obj_set_click(image_option_2, false); - lv_obj_set_drag(image_option_2, false); - lv_obj_set_pos(image_option_2, 78, 0); - lv_obj_set_size(image_option_2, 27, 40); - lv_img_set_src(image_option_2, &sf_next1); - lv_obj_add_style(image_option_2, 0, &image_option_2_s0); - - image_option_2_scr_uiflowmenucommonitem = image_option_2; - - static lv_style_t container_option_3_s0; lv_style_init(&container_option_3_s0); lv_style_set_radius(&container_option_3_s0,LV_STATE_DEFAULT,0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_3_s0, LV_STATE_DEFAULT, color); lv_style_set_bg_opa(&container_option_3_s0,LV_STATE_DEFAULT,0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_3_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_DEFAULT, color); lv_style_set_border_opa(&container_option_3_s0,LV_STATE_DEFAULT,0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_3_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_3_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_3_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x13, 0x44, 0xd1, 0xb6) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_3_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_3_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_3_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_3_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_3_s0, LV_STATE_DISABLED, color); lv_obj_t *container_option_3 = lv_cont_create(container_main_menu, NULL); lv_obj_set_hidden(container_option_3, false); lv_obj_set_click(container_option_3, true); lv_obj_set_drag(container_option_3, false); - lv_obj_set_pos(container_option_3, 210, 80); - lv_obj_set_size(container_option_3, 110, 40); + lv_obj_set_pos(container_option_3, 186, 80); + lv_obj_set_size(container_option_3, 134, 40); lv_obj_add_style(container_option_3, 0, &container_option_3_s0); container_option_3_scr_uiflowmenucommonitem = container_option_3; + static lv_style_t image_option_3_s0; + lv_style_init(&image_option_3_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_option_3 = lv_img_create(container_option_3, NULL); + lv_obj_set_hidden(image_option_3, false); + lv_obj_set_click(image_option_3, false); + lv_obj_set_drag(image_option_3, false); + lv_obj_set_pos(image_option_3, 102, 0); + lv_obj_set_size(image_option_3, 27, 40); + lv_img_set_src(image_option_3, &sf_next1); + lv_obj_add_style(image_option_3, 0, &image_option_3_s0); + + image_option_3_scr_uiflowmenucommonitem = image_option_3; + + static lv_style_t label_option_3_s0; lv_style_init(&label_option_3_s0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_option_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_option_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x8e, 0x6c, 0x6c, 0x6c) ; lv_style_set_text_color(&label_option_3_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_option_3_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_option_3_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_option_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_option_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option_3_s0, LV_STATE_CHECKED, color); @@ -1391,105 +1437,105 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_align(label_option_3, LV_LABEL_ALIGN_RIGHT); lv_label_set_long_mode(label_option_3, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_option_3, 0, 11); - lv_obj_set_size(label_option_3, 76, 20); + lv_obj_set_size(label_option_3, 100, 24); lv_obj_add_style(label_option_3, 0, &label_option_3_s0); label_option_3_scr_uiflowmenucommonitem = label_option_3; - static lv_style_t image_option_3_s0; - lv_style_init(&image_option_3_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_3_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_3_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_3_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_3_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_3_s0, LV_STATE_DISABLED, color); - lv_obj_t *image_option_3 = lv_img_create(container_option_3, NULL); - lv_obj_set_hidden(image_option_3, false); - lv_obj_set_click(image_option_3, false); - lv_obj_set_drag(image_option_3, false); - lv_obj_set_pos(image_option_3, 78, 0); - lv_obj_set_size(image_option_3, 27, 40); - lv_img_set_src(image_option_3, &sf_next1); - lv_obj_add_style(image_option_3, 0, &image_option_3_s0); - - image_option_3_scr_uiflowmenucommonitem = image_option_3; - - static lv_style_t container_option_4_s0; lv_style_init(&container_option_4_s0); lv_style_set_radius(&container_option_4_s0,LV_STATE_DEFAULT,0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_4_s0, LV_STATE_DEFAULT, color); lv_style_set_bg_opa(&container_option_4_s0,LV_STATE_DEFAULT,0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_4_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_DEFAULT, color); lv_style_set_border_opa(&container_option_4_s0,LV_STATE_DEFAULT,0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_4_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_4_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_4_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x13, 0x44, 0xd1, 0xb6) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_4_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_4_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&container_option_4_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_option_4_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xe9, 0xd6, 0xdd, 0xe3) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_option_4_s0, LV_STATE_DISABLED, color); lv_obj_t *container_option_4 = lv_cont_create(container_main_menu, NULL); lv_obj_set_hidden(container_option_4, false); lv_obj_set_click(container_option_4, true); lv_obj_set_drag(container_option_4, false); - lv_obj_set_pos(container_option_4, 210, 120); - lv_obj_set_size(container_option_4, 110, 40); + lv_obj_set_pos(container_option_4, 186, 120); + lv_obj_set_size(container_option_4, 134, 40); lv_obj_add_style(container_option_4, 0, &container_option_4_s0); container_option_4_scr_uiflowmenucommonitem = container_option_4; + static lv_style_t image_option_4_s0; + lv_style_init(&image_option_4_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_option_4 = lv_img_create(container_option_4, NULL); + lv_obj_set_hidden(image_option_4, false); + lv_obj_set_click(image_option_4, false); + lv_obj_set_drag(image_option_4, false); + lv_obj_set_pos(image_option_4, 102, 0); + lv_obj_set_size(image_option_4, 27, 40); + lv_img_set_src(image_option_4, &sf_next1); + lv_obj_add_style(image_option_4, 0, &image_option_4_s0); + + image_option_4_scr_uiflowmenucommonitem = image_option_4; + + static lv_style_t label_option_4_s0; lv_style_init(&label_option_4_s0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_option_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_option_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x8e, 0x6c, 0x6c, 0x6c) ; lv_style_set_text_color(&label_option_4_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_option_4_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_option_4_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_option_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_option_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option_4_s0, LV_STATE_CHECKED, color); @@ -1539,61 +1585,12 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_align(label_option_4, LV_LABEL_ALIGN_RIGHT); lv_label_set_long_mode(label_option_4, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_option_4, 0, 11); - lv_obj_set_size(label_option_4, 76, 20); + lv_obj_set_size(label_option_4, 100, 24); lv_obj_add_style(label_option_4, 0, &label_option_4_s0); label_option_4_scr_uiflowmenucommonitem = label_option_4; - static lv_style_t image_option_4_s0; - lv_style_init(&image_option_4_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_4_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_4_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_4_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_4_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_4_s0, LV_STATE_DISABLED, color); - lv_obj_t *image_option_4 = lv_img_create(container_option_4, NULL); - lv_obj_set_hidden(image_option_4, false); - lv_obj_set_click(image_option_4, false); - lv_obj_set_drag(image_option_4, false); - lv_obj_set_pos(image_option_4, 78, 0); - lv_obj_set_size(image_option_4, 27, 40); - lv_img_set_src(image_option_4, &sf_next1); - lv_obj_add_style(image_option_4, 0, &image_option_4_s0); - - image_option_4_scr_uiflowmenucommonitem = image_option_4; - - static lv_style_t container_option_5_s0; lv_style_init(&container_option_5_s0); lv_style_set_radius(&container_option_5_s0,LV_STATE_DEFAULT,0); @@ -1624,20 +1621,69 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_obj_set_hidden(container_option_5, false); lv_obj_set_click(container_option_5, true); lv_obj_set_drag(container_option_5, false); - lv_obj_set_pos(container_option_5, 210, 160); - lv_obj_set_size(container_option_5, 110, 40); + lv_obj_set_pos(container_option_5, 186, 160); + lv_obj_set_size(container_option_5, 134, 40); lv_obj_add_style(container_option_5, 0, &container_option_5_s0); container_option_5_scr_uiflowmenucommonitem = container_option_5; + static lv_style_t image_option_5_s0; + lv_style_init(&image_option_5_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_option_5 = lv_img_create(container_option_5, NULL); + lv_obj_set_hidden(image_option_5, false); + lv_obj_set_click(image_option_5, false); + lv_obj_set_drag(image_option_5, false); + lv_obj_set_pos(image_option_5, 102, 0); + lv_obj_set_size(image_option_5, 27, 40); + lv_img_set_src(image_option_5, &sf_next1); + lv_obj_add_style(image_option_5, 0, &image_option_5_s0); + + image_option_5_scr_uiflowmenucommonitem = image_option_5; + + static lv_style_t label_option_5_s0; lv_style_init(&label_option_5_s0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_option_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_option_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x8e, 0x6c, 0x6c, 0x6c) ; lv_style_set_text_color(&label_option_5_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_option_5_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_option_5_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_option_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_option_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option_5_s0, LV_STATE_CHECKED, color); @@ -1687,61 +1733,12 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_align(label_option_5, LV_LABEL_ALIGN_RIGHT); lv_label_set_long_mode(label_option_5, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_option_5, 0, 11); - lv_obj_set_size(label_option_5, 76, 20); + lv_obj_set_size(label_option_5, 100, 24); lv_obj_add_style(label_option_5, 0, &label_option_5_s0); label_option_5_scr_uiflowmenucommonitem = label_option_5; - static lv_style_t image_option_5_s0; - lv_style_init(&image_option_5_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_5_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_5_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_5_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_5_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_5_s0, LV_STATE_DISABLED, color); - lv_obj_t *image_option_5 = lv_img_create(container_option_5, NULL); - lv_obj_set_hidden(image_option_5, false); - lv_obj_set_click(image_option_5, false); - lv_obj_set_drag(image_option_5, false); - lv_obj_set_pos(image_option_5, 78, 0); - lv_obj_set_size(image_option_5, 27, 40); - lv_img_set_src(image_option_5, &sf_next1); - lv_obj_add_style(image_option_5, 0, &image_option_5_s0); - - image_option_5_scr_uiflowmenucommonitem = image_option_5; - - static lv_style_t image_option_01_s0; lv_style_init(&image_option_01_s0); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_01_s0, LV_STATE_DEFAULT, color); @@ -1783,9 +1780,9 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_obj_set_hidden(image_option_01, true); lv_obj_set_click(image_option_01, false); lv_obj_set_drag(image_option_01, false); - lv_obj_set_pos(image_option_01, 272, 0); + lv_obj_set_pos(image_option_01, 269, -2); lv_obj_set_size(image_option_01, 48, 40); - lv_img_set_src(image_option_01, &sf_on); + lv_img_set_src(image_option_01, &sf_off); lv_obj_add_style(image_option_01, 0, &image_option_01_s0); image_option_01_scr_uiflowmenucommonitem = image_option_01; @@ -1797,44 +1794,44 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_02_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_02_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_02_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_02_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_02_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_02_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_02_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_02_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_02_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_02_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_02_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_02_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_02_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_02_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_02_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_02_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_02_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_02_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_02_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_02_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_02_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_02_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_02_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_02_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_02_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_02_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_02_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_02_s0, LV_STATE_DISABLED, color); lv_obj_t *image_option_02 = lv_img_create(container_main_menu, NULL); lv_obj_set_hidden(image_option_02, true); lv_obj_set_click(image_option_02, false); lv_obj_set_drag(image_option_02, false); lv_obj_set_pos(image_option_02, 272, 40); lv_obj_set_size(image_option_02, 48, 40); - lv_img_set_src(image_option_02, &sf_on); + lv_img_set_src(image_option_02, &sf_off); lv_obj_add_style(image_option_02, 0, &image_option_02_s0); image_option_02_scr_uiflowmenucommonitem = image_option_02; @@ -1846,44 +1843,44 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_03_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_03_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_03_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_03_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_03_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_03_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_03_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_03_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_03_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_03_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_03_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_03_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_03_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_03_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_03_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_03_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_03_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_03_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_03_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_03_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_03_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_03_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_03_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_03_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_03_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_03_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_03_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_03_s0, LV_STATE_DISABLED, color); lv_obj_t *image_option_03 = lv_img_create(container_main_menu, NULL); lv_obj_set_hidden(image_option_03, true); lv_obj_set_click(image_option_03, false); lv_obj_set_drag(image_option_03, false); lv_obj_set_pos(image_option_03, 272, 80); lv_obj_set_size(image_option_03, 48, 40); - lv_img_set_src(image_option_03, &sf_on); + lv_img_set_src(image_option_03, &sf_off); lv_obj_add_style(image_option_03, 0, &image_option_03_s0); image_option_03_scr_uiflowmenucommonitem = image_option_03; @@ -1895,44 +1892,44 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_04_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_04_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_04_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_04_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_04_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_04_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_04_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_04_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_04_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_04_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_04_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_04_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_04_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_04_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_04_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_04_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_04_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_04_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_04_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_04_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_04_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_04_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_04_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_04_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_04_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_04_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_04_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_04_s0, LV_STATE_DISABLED, color); lv_obj_t *image_option_04 = lv_img_create(container_main_menu, NULL); lv_obj_set_hidden(image_option_04, true); lv_obj_set_click(image_option_04, false); lv_obj_set_drag(image_option_04, false); lv_obj_set_pos(image_option_04, 272, 120); lv_obj_set_size(image_option_04, 48, 40); - lv_img_set_src(image_option_04, &sf_on); + lv_img_set_src(image_option_04, &sf_off); lv_obj_add_style(image_option_04, 0, &image_option_04_s0); image_option_04_scr_uiflowmenucommonitem = image_option_04; @@ -1944,44 +1941,44 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_05_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_05_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_05_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_05_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_05_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_05_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_05_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_05_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_05_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_05_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_05_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_05_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_05_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_05_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_05_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_05_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_05_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_05_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_05_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_05_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_05_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_05_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_05_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_option_05_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_option_05_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_option_05_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_option_05_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_image_recolor(&image_option_05_s0, LV_STATE_DISABLED, color); lv_obj_t *image_option_05 = lv_img_create(container_main_menu, NULL); lv_obj_set_hidden(image_option_05, true); lv_obj_set_click(image_option_05, false); lv_obj_set_drag(image_option_05, false); lv_obj_set_pos(image_option_05, 272, 160); lv_obj_set_size(image_option_05, 48, 40); - lv_img_set_src(image_option_05, &sf_on); + lv_img_set_src(image_option_05, &sf_off); lv_obj_add_style(image_option_05, 0, &image_option_05_s0); image_option_05_scr_uiflowmenucommonitem = image_option_05; @@ -2084,7 +2081,7 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_tab_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_tab_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xe3, 0xcb, 0xcb, 0xcb) ; lv_style_set_text_color(&label_tab_1_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_tab_1_s0,LV_STATE_DEFAULT,&sf_ui_text_bold_20_8bpp); + lv_style_set_text_font(&label_tab_1_s0,LV_STATE_DEFAULT,&sf_ui_text_bold_20_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_tab_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_tab_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_tab_1_s0, LV_STATE_CHECKED, color); @@ -2132,7 +2129,6 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_plugin_label_allocate_ext_attr(label_tab_1); lv_plugin_label_set_font_type(label_tab_1, LV_PLUGIN_LANGUAGE_FONT_TYPE_2); lv_label_set_align(label_tab_1, LV_LABEL_ALIGN_CENTER); - lv_label_set_long_mode(label_tab_1, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_tab_1, 25, 8); lv_obj_set_size(label_tab_1, 30, 24); lv_obj_add_style(label_tab_1, 0, &label_tab_1_s0); @@ -2200,7 +2196,7 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_tab_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_tab_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xe3, 0xcb, 0xcb, 0xcb) ; lv_style_set_text_color(&label_tab_2_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_tab_2_s0,LV_STATE_DEFAULT,&sf_ui_text_bold_20_8bpp); + lv_style_set_text_font(&label_tab_2_s0,LV_STATE_DEFAULT,&sf_ui_text_bold_20_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_tab_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_tab_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_tab_2_s0, LV_STATE_CHECKED, color); @@ -2248,9 +2244,8 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_plugin_label_allocate_ext_attr(label_tab_2); lv_plugin_label_set_font_type(label_tab_2, LV_PLUGIN_LANGUAGE_FONT_TYPE_2); lv_label_set_align(label_tab_2, LV_LABEL_ALIGN_CENTER); - lv_label_set_long_mode(label_tab_2, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_tab_2, 2, 8); - lv_obj_set_size(label_tab_2, 85, 26); + lv_obj_set_size(label_tab_2, 79, 48); lv_obj_add_style(label_tab_2, 0, &label_tab_2_s0); label_tab_2_scr_uiflowmenucommonitem = label_tab_2; @@ -2316,7 +2311,7 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_tab_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_tab_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xe3, 0xcb, 0xcb, 0xcb) ; lv_style_set_text_color(&label_tab_3_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_tab_3_s0,LV_STATE_DEFAULT,&sf_ui_text_bold_20_8bpp); + lv_style_set_text_font(&label_tab_3_s0,LV_STATE_DEFAULT,&sf_ui_text_bold_20_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_tab_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_tab_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_tab_3_s0, LV_STATE_CHECKED, color); @@ -2363,9 +2358,8 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_text(label_tab_3,"Send\n"); lv_plugin_label_allocate_ext_attr(label_tab_3); lv_plugin_label_set_font_type(label_tab_3, LV_PLUGIN_LANGUAGE_FONT_TYPE_2); - lv_label_set_long_mode(label_tab_3, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_tab_3, 15, 8); - lv_obj_set_size(label_tab_3, 51, 24); + lv_obj_set_size(label_tab_3, 52, 48); lv_obj_add_style(label_tab_3, 0, &label_tab_3_s0); label_tab_3_scr_uiflowmenucommonitem = label_tab_3; @@ -2431,7 +2425,7 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_tab_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_tab_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xe3, 0xcb, 0xcb, 0xcb) ; lv_style_set_text_color(&label_tab_4_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_tab_4_s0,LV_STATE_DEFAULT,&sf_ui_text_bold_20_8bpp); + lv_style_set_text_font(&label_tab_4_s0,LV_STATE_DEFAULT,&sf_ui_text_bold_20_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_tab_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_tab_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_tab_4_s0, LV_STATE_CHECKED, color); @@ -2478,9 +2472,9 @@ lv_obj_t* UIFlowMenuCommonItem_create(){ lv_label_set_text(label_tab_4,"More\n"); lv_plugin_label_allocate_ext_attr(label_tab_4); lv_plugin_label_set_font_type(label_tab_4, LV_PLUGIN_LANGUAGE_FONT_TYPE_2); - lv_label_set_long_mode(label_tab_4, LV_LABEL_LONG_CROP); + lv_label_set_align(label_tab_4, LV_LABEL_ALIGN_CENTER); lv_obj_set_pos(label_tab_4, 15, 8); - lv_obj_set_size(label_tab_4, 51, 24); + lv_obj_set_size(label_tab_4, 51, 48); lv_obj_add_style(label_tab_4, 0, &label_tab_4_s0); label_tab_4_scr_uiflowmenucommonitem = label_tab_4; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItem.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItem.h index f8a85964f..3694c62a5 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItem.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItem.h @@ -35,20 +35,20 @@ extern lv_obj_t* image_button_item5_scr_uiflowmenucommonitem; extern lv_obj_t* label_item5_scr_uiflowmenucommonitem; extern lv_obj_t* image_item5_scr_uiflowmenucommonitem; extern lv_obj_t* container_option_1_scr_uiflowmenucommonitem; -extern lv_obj_t* label_option_1_scr_uiflowmenucommonitem; extern lv_obj_t* image_option_1_scr_uiflowmenucommonitem; +extern lv_obj_t* label_option_1_scr_uiflowmenucommonitem; extern lv_obj_t* container_option_2_scr_uiflowmenucommonitem; -extern lv_obj_t* label_option_2_scr_uiflowmenucommonitem; extern lv_obj_t* image_option_2_scr_uiflowmenucommonitem; +extern lv_obj_t* label_option_2_scr_uiflowmenucommonitem; extern lv_obj_t* container_option_3_scr_uiflowmenucommonitem; -extern lv_obj_t* label_option_3_scr_uiflowmenucommonitem; extern lv_obj_t* image_option_3_scr_uiflowmenucommonitem; +extern lv_obj_t* label_option_3_scr_uiflowmenucommonitem; extern lv_obj_t* container_option_4_scr_uiflowmenucommonitem; -extern lv_obj_t* label_option_4_scr_uiflowmenucommonitem; extern lv_obj_t* image_option_4_scr_uiflowmenucommonitem; +extern lv_obj_t* label_option_4_scr_uiflowmenucommonitem; extern lv_obj_t* container_option_5_scr_uiflowmenucommonitem; -extern lv_obj_t* label_option_5_scr_uiflowmenucommonitem; extern lv_obj_t* image_option_5_scr_uiflowmenucommonitem; +extern lv_obj_t* label_option_5_scr_uiflowmenucommonitem; extern lv_obj_t* image_option_01_scr_uiflowmenucommonitem; extern lv_obj_t* image_option_02_scr_uiflowmenucommonitem; extern lv_obj_t* image_option_03_scr_uiflowmenucommonitem; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItemEventCallback.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItemEventCallback.c index 2df5e2520..696a3c14b 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItemEventCallback.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/UIFlowMenuCommonItemEventCallback.c @@ -29,6 +29,42 @@ static lv_obj_t* container_option3 = NULL; UINT16 I_en_Index[PAGE] = {}; UINT16 ItemEN_Num = 0; +static void load_info_from_sf(void) +{ +#define OPTION_0 0 +#define OPTION_1 1 + UIMenuStoreInfo *puiPara = sf_ui_para_get(); + SysSetFlag(IDF_PASSWORD, puiPara->PwdSwitch); + SysSetFlag(IDF_CAMERA_NAME, puiPara->CamNameSwitch == SF_CAMID_OFF ? OPTION_0 : OPTION_1); + SysSetFlag(IDF_CAMERA_MODE, puiPara->CamMode == 2 ? OPTION_1 : OPTION_0); + SysSetFlag(IDF_IMAGE_SIZE, puiPara->ImgSize); + if (MOVIE_SIZE_FRONT_1920x1080P30 == puiPara->VideoSize) + { + SysSetFlag(IDF_VIDEO_SIZE, 0); + } + if (MOVIE_SIZE_FRONT_1280x720P30 == puiPara->VideoSize) + { + SysSetFlag(IDF_VIDEO_SIZE, 1); + } + if (MOVIE_SIZE_FRONT_848x480P30 == puiPara->VideoSize) + { + SysSetFlag(IDF_VIDEO_SIZE, 2); + } + SysSetFlag(IDF_VIDEA_LENGTH, puiPara->VideoLenth == 10 ? OPTION_0 : OPTION_1); + SysSetFlag(IDF_FLASH_POWER, puiPara->FlashLed); + SysSetFlag(IDF_SENSITIVITY, puiPara->DigitPirSensitivity); + SysSetFlag(IDF_DELAY, puiPara->PirDelaySwitch == SF_OFF ? OPTION_0 : OPTION_1); + SysSetFlag(IDF_OPERATING_TIME, puiPara->WorkTime1Switch == SF_OFF ? OPTION_0 : OPTION_1); + SysSetFlag(IDF_DATE_AND_TIME, puiPara->DateAuto == SF_DATE_AUTO ? OPTION_0 : OPTION_1); + SysSetFlag(IDF_MAX_NUM_DAY, puiPara->SendMaxNum == 0 ? OPTION_0 : OPTION_1); + SysSetFlag(IDF_SETTINGS_CHECK, puiPara->GprsMode); + SysSetFlag(IDF_SEND_TYPE, puiPara->SendType); + SysSetFlag(IDF_CHECK_IN_PHOTO, puiPara->PicUpDailyReport); + SysSetFlag(IDF_GPS, puiPara->GpsSendFlag); + SysSetFlag(IDF_BATTERY_TYPE, puiPara->BatteryType); + SysSetFlag(IDF_SD_LOOP, puiPara->SdLoopSwitch); +} + static void set_indev_keypad_group(lv_obj_t* obj) { if(gp == NULL){ @@ -222,6 +258,8 @@ static void LV_MenuItem_OnSelected(lv_obj_t* obj) TM_PAGE *pPage; TM_ITEM *pItem; // TM_MENU *pNextMenu; + UINT16 SelOption = 0; + TM_MENU *pCurMenu = NULL; // DBG_DUMP("\r\n %s pMenu Status= %d\r\n", __func__, pMenu->Status); pPage = &pMenu->pPages[pMenu->SelPage]; @@ -239,11 +277,16 @@ static void LV_MenuItem_OnSelected(lv_obj_t* obj) } #endif if((pItem->ItemId == IDM_CHECK_IN_PHOTO) || (pItem->ItemId == IDM_SD_LOOP) \ - || (pItem->ItemId == IDM_SD_LOOP)){ + || (pItem->ItemId == IDM_GPS)){ //pItem = &pPage->pItems[pPage->SelItem]; - //SelOption = SysGetFlag(pItem->SysFlag); + #define SWITCH_OFF 0 + #define SWITCH_ON 1 + SelOption = SysGetFlag(pItem->SysFlag) == SWITCH_OFF ? SWITCH_ON : SWITCH_OFF; //static int flag = 0; - SysSetFlag(pItem->SysFlag, !SysGetFlag(pItem->SysFlag)); + SysSetFlag(pItem->SysFlag, SelOption); + pCurMenu = TM_GetTabMenu(pMenu->SelPage); + TM_MENU_CALLBACK(pCurMenu, TMM_CONFIRM_OPTION, MAKE_LONG(pItem->ItemId, SelOption)); + // TM_MENU_CALLBACK(MenuList[pMenu->SelPage], TMM_CONFIRM_OPTION, MAKE_LONG(pItem->ItemId, SelOption)); //flag = !flag; //SysSetFlag(pItem->SysFlag, flag); LV_MenuCommonItem_UpdateContent(pMenu); @@ -317,34 +360,32 @@ void LV_MenuItem_OnOpen(lv_obj_t* obj) #if (PHOTO_MODE == ENABLE) // Enter 2nd level menu and pop up current mode's menu lists if (System_GetState(SYS_STATE_CURRMODE) == PRIMARY_MODE_PHOTO) { - pCurMenu = &gPhotoMenu; + pCurMenu = &gQrMenu; #if (PLAY_MODE == ENABLE) } else if (System_GetState(SYS_STATE_CURRMODE) == PRIMARY_MODE_PLAYBACK) { - pCurMenu = &gPlaybackMenu; + pCurMenu = &gQrMenu; #endif } else { - pCurMenu = &gMovieMenu; + pCurMenu = &gQrMenu; } #else //pNextMenu = &gCommonMenu;//use for codebase sportcam/LVGL UI or touch - pCurMenu = &gMovieMenu; + pCurMenu = &gQrMenu; #endif - // pCurMenu = QR_UI - //replace to setup menu dynamically - //pCurMenu->pPages[0]= gMovieMenu.pPages[0]; //= General_UI -#if 0 - pCurMenu->pPages[1]= gMovieMenu.pPages[0]; //= General_UI - pCurMenu->pPages[2]= gPhotoMenu.pPages[0]; //= Send_UI - pCurMenu->pPages[3]= gPlaybackMenu.pPages[0]; //= QR_UI - pCurMenu->pPages[4]= gSetupMenu.pPages[0]; //= QR_UI -#endif - pCurMenu->pPages[0]= gQrMenu.pPages[0]; //= QR_UI - pCurMenu->pPages[1]= gGeneralMenu.pPages[0]; //= General_UI - pCurMenu->pPages[2]= gSendMenu.pPages[0]; //= Send_UI - pCurMenu->pPages[3]= gMoreMenu.pPages[0]; //= QR_UI - pCurMenu->Count = 4; - +// TM_SetMenu(pCurMenu); +// DBG_DUMP("%s pMenu->Count =%d\r\n", __func__,pCurMenu->Count); +//#NT#2023/10/25#Eric - begin +//#NT#Support IVOT_N12144_CO-144 + pCurMenu->pPages[0]= gQrMenu.pPages[0]; //= gQrMenu + TM_SetTabMenu(&gQrMenu, 0); + pCurMenu->pPages[1]= gGeneralMenu.pPages[0]; //= gGeneralMenu + TM_SetTabMenu(&gGeneralMenu, 1); + pCurMenu->pPages[2]= gSendMenu.pPages[0]; //= gSendMenu + TM_SetTabMenu(&gSendMenu, 2); + pCurMenu->pPages[3]= gMoreMenu.pPages[0]; //= gMoreMenu + TM_SetTabMenu(&gMoreMenu, 3); +//#NT#2023/10/25#Eric - end TM_SetMenu(pCurMenu); @@ -379,7 +420,7 @@ static void LV_MenuCommonItem_UpdateContent(TM_MENU *pMenu) BOOL u_hiddenitem = false; BOOL u_ItemSel = false; lv_plugin_res_id img_id = LV_PLUGIN_IMG_ID_ICON_REC_TRANSPAENT; - // UIMenuStoreInfo *puiPara = sf_ui_para_get(); +// UIMenuStoreInfo *puiPara = sf_ui_para_get(); // UINT32 uiIcon[TAB_PAGE]; // 2 pages per menu // UINT32 uiText[TAB_PAGE]; // 2 pages per menu // UINT16 SelOption = 0; @@ -514,27 +555,37 @@ static void LV_MenuCommonItem_UpdateContent(TM_MENU *pMenu) if(!u_hiddenitem){ if(i == 0){ - lv_obj_set_hidden(image_option_01_scr_uiflowmenucommonitem, true); + // lv_obj_set_hidden(image_option_01_scr_uiflowmenucommonitem, true); + lv_plugin_img_set_src(image_option_01_scr_uiflowmenucommonitem, LV_PLUGIN_IMG_ID_SF_NEXT2); + lv_obj_set_hidden(image_option_01_scr_uiflowmenucommonitem, false); lv_plugin_label_set_text(label_option_1_scr_uiflowmenucommonitem, pOption->TextId); lv_plugin_label_update_font(label_option_1_scr_uiflowmenucommonitem, LV_OBJ_PART_MAIN); lv_obj_set_hidden(container_option_1_scr_uiflowmenucommonitem, false); }else if(i == 1){ - lv_obj_set_hidden(image_option_02_scr_uiflowmenucommonitem, true); + // lv_obj_set_hidden(image_option_02_scr_uiflowmenucommonitem, true); + lv_plugin_img_set_src(image_option_02_scr_uiflowmenucommonitem, LV_PLUGIN_IMG_ID_SF_NEXT2); + lv_obj_set_hidden(image_option_02_scr_uiflowmenucommonitem, false); lv_plugin_label_set_text(label_option_2_scr_uiflowmenucommonitem, pOption->TextId); lv_plugin_label_update_font(label_option_2_scr_uiflowmenucommonitem, LV_OBJ_PART_MAIN); lv_obj_set_hidden(container_option_2_scr_uiflowmenucommonitem, false); }else if(i == 2){ - lv_obj_set_hidden(image_option_03_scr_uiflowmenucommonitem, true); + // lv_obj_set_hidden(image_option_03_scr_uiflowmenucommonitem, true); + lv_plugin_img_set_src(image_option_03_scr_uiflowmenucommonitem, LV_PLUGIN_IMG_ID_SF_NEXT2); + lv_obj_set_hidden(image_option_03_scr_uiflowmenucommonitem, false); lv_plugin_label_set_text(label_option_3_scr_uiflowmenucommonitem, pOption->TextId); lv_plugin_label_update_font(label_option_3_scr_uiflowmenucommonitem, LV_OBJ_PART_MAIN); lv_obj_set_hidden(container_option_3_scr_uiflowmenucommonitem, false); }else if(i == 3){ - lv_obj_set_hidden(image_option_04_scr_uiflowmenucommonitem, true); + // lv_obj_set_hidden(image_option_04_scr_uiflowmenucommonitem, true); + lv_plugin_img_set_src(image_option_04_scr_uiflowmenucommonitem, LV_PLUGIN_IMG_ID_SF_NEXT2); + lv_obj_set_hidden(image_option_04_scr_uiflowmenucommonitem, false); lv_plugin_label_set_text(label_option_4_scr_uiflowmenucommonitem, pOption->TextId); lv_plugin_label_update_font(label_option_4_scr_uiflowmenucommonitem, LV_OBJ_PART_MAIN); lv_obj_set_hidden(container_option_4_scr_uiflowmenucommonitem, false); }else if(i == 4){ - lv_obj_set_hidden(image_option_05_scr_uiflowmenucommonitem, true); + // lv_obj_set_hidden(image_option_05_scr_uiflowmenucommonitem, true); + lv_plugin_img_set_src(image_option_05_scr_uiflowmenucommonitem, LV_PLUGIN_IMG_ID_SF_NEXT2); + lv_obj_set_hidden(image_option_05_scr_uiflowmenucommonitem, false); lv_plugin_label_set_text(label_option_5_scr_uiflowmenucommonitem, pOption->TextId); lv_plugin_label_update_font(label_option_5_scr_uiflowmenucommonitem, LV_OBJ_PART_MAIN); lv_obj_set_hidden(container_option_5_scr_uiflowmenucommonitem, false); @@ -569,6 +620,7 @@ static void LV_MenuCommonItem_UpdateContent(TM_MENU *pMenu) #endif } if(u_ItemSel){ + printf(" ============================= select = %d\n", i); if(i == 0){ lv_obj_set_hidden(image_option_01_scr_uiflowmenucommonitem, true); lv_obj_set_hidden(container_option_1_scr_uiflowmenucommonitem, true); @@ -760,6 +812,7 @@ void UIFlowMenuCommonItemEventCallback(lv_obj_t* obj, lv_event_t event) { case LV_PLUGIN_EVENT_SCR_OPEN: { + load_info_from_sf(); UIFlowMenuCommonItem_ScrOpen(obj); break; } @@ -793,7 +846,8 @@ void UIFlowMenuCommonItemEventCallback(lv_obj_t* obj, lv_event_t event) LV_MenuItem_OnSelected(obj); break; - case LV_EVENT_KEY: + // case LV_EVENT_KEY: + case LV_USER_EVENT_KEY_RELEASE: { uint32_t* key = (uint32_t*)lv_event_get_data(); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOption.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOption.c index 68e0a0eae..d8b7c96f6 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOption.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOption.c @@ -29,6 +29,14 @@ lv_obj_t* image_option5_scr_uiflowmenucommonoption; lv_obj_t* container_option_title_scr_uiflowmenucommonoption; lv_obj_t* label_menu_item_scr_uiflowmenucommonoption; lv_obj_t* image_option_title_scr_uiflowmenucommonoption; +lv_obj_t* container_send_time_0_scr_uiflowmenucommonoption; +lv_obj_t* label_1_scr_uiflowmenucommonoption; +lv_obj_t* label_2_scr_uiflowmenucommonoption; +lv_obj_t* container_send_time_1_scr_uiflowmenucommonoption; +lv_obj_t* label_time_1_scr_uiflowmenucommonoption; +lv_obj_t* label_time_2_scr_uiflowmenucommonoption; +lv_obj_t* label_5_scr_uiflowmenucommonoption; +lv_obj_t* label_6_scr_uiflowmenucommonoption; lv_obj_t* UIFlowMenuCommonOption_create(){ lv_obj_t *parent = lv_plugin_scr_create(); @@ -212,7 +220,7 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_option1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_option1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_option1_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_option1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_8bpp); + lv_style_set_text_font(&label_option1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_option1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_option1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option1_s0, LV_STATE_CHECKED, color); @@ -259,9 +267,8 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ lv_label_set_text(label_option1,"1080P30"); lv_plugin_label_allocate_ext_attr(label_option1); lv_plugin_label_set_font_type(label_option1, LV_PLUGIN_LANGUAGE_FONT_TYPE_1); - lv_label_set_long_mode(label_option1, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_option1, 10, 10); - lv_obj_set_size(label_option1, 200, 22); + lv_obj_set_size(label_option1, 81, 22); lv_obj_add_style(label_option1, 0, &label_option1_s0); label_option1_scr_uiflowmenucommonoption = label_option1; @@ -376,7 +383,7 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_option2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_option2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_option2_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_option2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_8bpp); + lv_style_set_text_font(&label_option2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_option2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_option2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option2_s0, LV_STATE_CHECKED, color); @@ -423,9 +430,8 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ lv_label_set_text(label_option2,"1080P30"); lv_plugin_label_allocate_ext_attr(label_option2); lv_plugin_label_set_font_type(label_option2, LV_PLUGIN_LANGUAGE_FONT_TYPE_1); - lv_label_set_long_mode(label_option2, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_option2, 10, 10); - lv_obj_set_size(label_option2, 200, 22); + lv_obj_set_size(label_option2, 81, 22); lv_obj_add_style(label_option2, 0, &label_option2_s0); label_option2_scr_uiflowmenucommonoption = label_option2; @@ -540,7 +546,7 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_option3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_option3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_option3_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_option3_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_8bpp); + lv_style_set_text_font(&label_option3_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_option3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_option3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option3_s0, LV_STATE_CHECKED, color); @@ -587,9 +593,8 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ lv_label_set_text(label_option3,"1080P30"); lv_plugin_label_allocate_ext_attr(label_option3); lv_plugin_label_set_font_type(label_option3, LV_PLUGIN_LANGUAGE_FONT_TYPE_1); - lv_label_set_long_mode(label_option3, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_option3, 10, 10); - lv_obj_set_size(label_option3, 200, 22); + lv_obj_set_size(label_option3, 81, 22); lv_obj_add_style(label_option3, 0, &label_option3_s0); label_option3_scr_uiflowmenucommonoption = label_option3; @@ -704,7 +709,7 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_option4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_option4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_option4_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_option4_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_8bpp); + lv_style_set_text_font(&label_option4_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_option4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_option4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option4_s0, LV_STATE_CHECKED, color); @@ -751,9 +756,8 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ lv_label_set_text(label_option4,"1080P30"); lv_plugin_label_allocate_ext_attr(label_option4); lv_plugin_label_set_font_type(label_option4, LV_PLUGIN_LANGUAGE_FONT_TYPE_1); - lv_label_set_long_mode(label_option4, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_option4, 10, 10); - lv_obj_set_size(label_option4, 200, 22); + lv_obj_set_size(label_option4, 81, 22); lv_obj_add_style(label_option4, 0, &label_option4_s0); label_option4_scr_uiflowmenucommonoption = label_option4; @@ -868,7 +872,7 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_option5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_option5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_option5_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_option5_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_8bpp); + lv_style_set_text_font(&label_option5_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_18_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_option5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_option5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_option5_s0, LV_STATE_CHECKED, color); @@ -915,9 +919,8 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ lv_label_set_text(label_option5,"1080P30"); lv_plugin_label_allocate_ext_attr(label_option5); lv_plugin_label_set_font_type(label_option5, LV_PLUGIN_LANGUAGE_FONT_TYPE_1); - lv_label_set_long_mode(label_option5, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_option5, 10, 10); - lv_obj_set_size(label_option5, 200, 22); + lv_obj_set_size(label_option5, 81, 22); lv_obj_add_style(label_option5, 0, &label_option5_s0); label_option5_scr_uiflowmenucommonoption = label_option5; @@ -1017,7 +1020,7 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_menu_item_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_menu_item_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_menu_item_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_menu_item_s0,LV_STATE_DEFAULT,&sf_ui_text_bold_20_8bpp); + lv_style_set_text_font(&label_menu_item_s0,LV_STATE_DEFAULT,&sf_ui_text_bold_20_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_menu_item_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_menu_item_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_menu_item_s0, LV_STATE_CHECKED, color); @@ -1064,9 +1067,8 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ lv_label_set_text(label_menu_item,"Camera Mode"); lv_plugin_label_allocate_ext_attr(label_menu_item); lv_plugin_label_set_font_type(label_menu_item, LV_PLUGIN_LANGUAGE_FONT_TYPE_2); - lv_label_set_long_mode(label_menu_item, LV_LABEL_LONG_CROP); lv_obj_set_pos(label_menu_item, 56, 10); - lv_obj_set_size(label_menu_item, 200, 19); + lv_obj_set_size(label_menu_item, 139, 24); lv_obj_add_style(label_menu_item, 0, &label_menu_item_s0); label_menu_item_scr_uiflowmenucommonoption = label_menu_item; @@ -1121,5 +1123,447 @@ lv_obj_t* UIFlowMenuCommonOption_create(){ image_option_title_scr_uiflowmenucommonoption = image_option_title; + static lv_style_t container_send_time_0_s0; + lv_style_init(&container_send_time_0_s0); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_0_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_0_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_0_s0, LV_STATE_DEFAULT, color); + lv_style_set_border_width(&container_send_time_0_s0,LV_STATE_DEFAULT,0); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_0_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_0_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_0_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_0_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_0_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_0_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_0_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_0_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_0_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_0_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_0_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_0_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_0_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_0_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_0_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_0_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_0_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_0_s0, LV_STATE_DISABLED, color); + lv_obj_t *container_send_time_0 = lv_cont_create(image_option_bg, NULL); + lv_obj_set_hidden(container_send_time_0, true); + lv_obj_set_click(container_send_time_0, true); + lv_obj_set_drag(container_send_time_0, false); + lv_obj_set_pos(container_send_time_0, 0, 40); + lv_obj_set_size(container_send_time_0, 320, 200); + lv_obj_add_style(container_send_time_0, 0, &container_send_time_0_s0); + + container_send_time_0_scr_uiflowmenucommonoption = container_send_time_0; + + + static lv_style_t label_1_s0; + lv_style_init(&label_1_s0); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_1_s0, LV_STATE_DEFAULT, color); + lv_style_set_text_font(&label_1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_DISABLED, color); + lv_obj_t *label_1 = lv_label_create(container_send_time_0, NULL); + lv_obj_set_hidden(label_1, false); + lv_obj_set_click(label_1, false); + lv_obj_set_drag(label_1, false); + lv_plugin_label_allocate_ext_attr(label_1); + lv_label_set_text(label_1,"HH : MM"); + lv_plugin_label_allocate_ext_attr(label_1); + lv_plugin_label_set_font_type(label_1, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); + lv_label_set_align(label_1, LV_LABEL_ALIGN_CENTER); + lv_label_set_long_mode(label_1, LV_LABEL_LONG_SROLL); + lv_obj_set_pos(label_1, 0, 124); + lv_obj_set_size(label_1, 320, 20); + lv_obj_add_style(label_1, 0, &label_1_s0); + + label_1_scr_uiflowmenucommonoption = label_1; + + + static lv_style_t label_2_s0; + lv_style_init(&label_2_s0); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_2_s0, LV_STATE_DEFAULT, color); + lv_style_set_text_font(&label_2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_DISABLED, color); + lv_obj_t *label_2 = lv_label_create(container_send_time_0, NULL); + lv_obj_set_hidden(label_2, false); + lv_obj_set_click(label_2, false); + lv_obj_set_drag(label_2, false); + lv_plugin_label_allocate_ext_attr(label_2); + lv_label_set_text(label_2,"Send Time"); + lv_plugin_label_allocate_ext_attr(label_2); + lv_plugin_label_set_font_type(label_2, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); + lv_label_set_align(label_2, LV_LABEL_ALIGN_CENTER); + lv_label_set_long_mode(label_2, LV_LABEL_LONG_SROLL); + lv_obj_set_pos(label_2, 0, 20); + lv_obj_set_size(label_2, 320, 20); + lv_obj_add_style(label_2, 0, &label_2_s0); + + label_2_scr_uiflowmenucommonoption = label_2; + + + static lv_style_t container_send_time_1_s0; + lv_style_init(&container_send_time_1_s0); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_1_s0, LV_STATE_DEFAULT, color); + lv_style_set_border_width(&container_send_time_1_s0,LV_STATE_DEFAULT,0); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&container_send_time_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&container_send_time_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xe9, 0xdd, 0xdd, 0xdd) ; lv_style_set_border_color(&container_send_time_1_s0, LV_STATE_DISABLED, color); + lv_obj_t *container_send_time_1 = lv_cont_create(image_option_bg, NULL); + lv_obj_set_hidden(container_send_time_1, true); + lv_obj_set_click(container_send_time_1, true); + lv_obj_set_drag(container_send_time_1, false); + lv_obj_set_pos(container_send_time_1, 0, 40); + lv_obj_set_size(container_send_time_1, 320, 200); + lv_obj_add_style(container_send_time_1, 0, &container_send_time_1_s0); + + container_send_time_1_scr_uiflowmenucommonoption = container_send_time_1; + + + static lv_style_t label_time_1_s0; + lv_style_init(&label_time_1_s0); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_1_s0, LV_STATE_DEFAULT, color); + lv_style_set_text_font(&label_time_1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_1_s0, LV_STATE_DISABLED, color); + lv_obj_t *label_time_1 = lv_label_create(container_send_time_1, NULL); + lv_obj_set_hidden(label_time_1, false); + lv_obj_set_click(label_time_1, false); + lv_obj_set_drag(label_time_1, false); + lv_plugin_label_allocate_ext_attr(label_time_1); + lv_label_set_text(label_time_1,"Send Time 1"); + lv_plugin_label_allocate_ext_attr(label_time_1); + lv_plugin_label_set_font_type(label_time_1, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); + lv_label_set_align(label_time_1, LV_LABEL_ALIGN_CENTER); + lv_label_set_long_mode(label_time_1, LV_LABEL_LONG_SROLL); + lv_obj_set_pos(label_time_1, 0, 20); + lv_obj_set_size(label_time_1, 160, 20); + lv_obj_add_style(label_time_1, 0, &label_time_1_s0); + + label_time_1_scr_uiflowmenucommonoption = label_time_1; + + + static lv_style_t label_time_2_s0; + lv_style_init(&label_time_2_s0); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_2_s0, LV_STATE_DEFAULT, color); + lv_style_set_text_font(&label_time_2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_time_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_2_s0, LV_STATE_DISABLED, color); + lv_obj_t *label_time_2 = lv_label_create(container_send_time_1, NULL); + lv_obj_set_hidden(label_time_2, false); + lv_obj_set_click(label_time_2, false); + lv_obj_set_drag(label_time_2, false); + lv_plugin_label_allocate_ext_attr(label_time_2); + lv_label_set_text(label_time_2,"Send Time 2"); + lv_plugin_label_allocate_ext_attr(label_time_2); + lv_plugin_label_set_font_type(label_time_2, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); + lv_label_set_align(label_time_2, LV_LABEL_ALIGN_CENTER); + lv_label_set_long_mode(label_time_2, LV_LABEL_LONG_SROLL); + lv_obj_set_pos(label_time_2, 160, 20); + lv_obj_set_size(label_time_2, 160, 20); + lv_obj_add_style(label_time_2, 0, &label_time_2_s0); + + label_time_2_scr_uiflowmenucommonoption = label_time_2; + + + static lv_style_t label_5_s0; + lv_style_init(&label_5_s0); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_5_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_5_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_5_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_5_s0, LV_STATE_DEFAULT, color); + lv_style_set_text_font(&label_5_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_5_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_5_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_5_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_5_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_5_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_5_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_5_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_5_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_5_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_5_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_5_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_5_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_5_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_5_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_5_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_5_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_5_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_5_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_5_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_5_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_5_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_5_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_5_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_5_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_5_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_5_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_5_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_5_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_5_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_5_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_5_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_5_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_5_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_5_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_5_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_5_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_5_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_5_s0, LV_STATE_DISABLED, color); + lv_obj_t *label_5 = lv_label_create(container_send_time_1, NULL); + lv_obj_set_hidden(label_5, false); + lv_obj_set_click(label_5, false); + lv_obj_set_drag(label_5, false); + lv_plugin_label_allocate_ext_attr(label_5); + lv_label_set_text(label_5,"HH : MM"); + lv_plugin_label_allocate_ext_attr(label_5); + lv_plugin_label_set_font_type(label_5, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); + lv_label_set_align(label_5, LV_LABEL_ALIGN_CENTER); + lv_label_set_long_mode(label_5, LV_LABEL_LONG_SROLL); + lv_obj_set_pos(label_5, 0, 124); + lv_obj_set_size(label_5, 160, 20); + lv_obj_add_style(label_5, 0, &label_5_s0); + + label_5_scr_uiflowmenucommonoption = label_5; + + + static lv_style_t label_6_s0; + lv_style_init(&label_6_s0); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_6_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_6_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_6_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_6_s0, LV_STATE_DEFAULT, color); + lv_style_set_text_font(&label_6_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_6_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_6_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_6_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_6_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_6_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_6_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_6_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_6_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_6_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_6_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_6_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_6_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_6_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_6_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_6_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_6_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_6_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_6_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_6_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_6_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_6_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_6_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_6_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_6_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_6_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_6_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_6_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_6_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_6_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_6_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_6_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_6_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_bg_color(&label_6_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_6_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_6_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_6_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_6_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_6_s0, LV_STATE_DISABLED, color); + lv_obj_t *label_6 = lv_label_create(container_send_time_1, NULL); + lv_obj_set_hidden(label_6, false); + lv_obj_set_click(label_6, false); + lv_obj_set_drag(label_6, false); + lv_plugin_label_allocate_ext_attr(label_6); + lv_label_set_text(label_6,"HH : MM"); + lv_plugin_label_allocate_ext_attr(label_6); + lv_plugin_label_set_font_type(label_6, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); + lv_label_set_align(label_6, LV_LABEL_ALIGN_CENTER); + lv_label_set_long_mode(label_6, LV_LABEL_LONG_SROLL); + lv_obj_set_pos(label_6, 160, 124); + lv_obj_set_size(label_6, 160, 20); + lv_obj_add_style(label_6, 0, &label_6_s0); + + label_6_scr_uiflowmenucommonoption = label_6; + + return parent; } diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOption.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOption.h index a56c1244c..ba9f39b35 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOption.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOption.h @@ -37,6 +37,14 @@ extern lv_obj_t* image_option5_scr_uiflowmenucommonoption; extern lv_obj_t* container_option_title_scr_uiflowmenucommonoption; extern lv_obj_t* label_menu_item_scr_uiflowmenucommonoption; extern lv_obj_t* image_option_title_scr_uiflowmenucommonoption; +extern lv_obj_t* container_send_time_0_scr_uiflowmenucommonoption; +extern lv_obj_t* label_1_scr_uiflowmenucommonoption; +extern lv_obj_t* label_2_scr_uiflowmenucommonoption; +extern lv_obj_t* container_send_time_1_scr_uiflowmenucommonoption; +extern lv_obj_t* label_time_1_scr_uiflowmenucommonoption; +extern lv_obj_t* label_time_2_scr_uiflowmenucommonoption; +extern lv_obj_t* label_5_scr_uiflowmenucommonoption; +extern lv_obj_t* label_6_scr_uiflowmenucommonoption; /********************** * GLOBAL PROTOTYPES diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOptionEventCallback.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOptionEventCallback.c index 9166bd2b0..fa1fc78b0 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOptionEventCallback.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonOption/UIFlowMenuCommonOptionEventCallback.c @@ -3,9 +3,12 @@ #include "UIFlowLVGL/UIFlowLVGL.h" #include "UIApp/Network/UIAppNetwork.h" #include +#include "UIFlowLVGL/UIFlowMenuCommonConfirm/UIFlowMenuCommonConfirmAPI.h" +#include "UIFlowLVGL/UIFlowMenuCommonItem/MenuId.h" #if HUNTING_CAMERA_MCU == ENABLE #include #endif +// #include "sf_4g_lpa.h" #define OPTION_PAGE_NUM 5 @@ -82,7 +85,7 @@ static void UIFlowMenuCommonOption_CloseScr(lv_obj_t* obj) #endif // -------------------------------------------------------------------------- -// Secondary interface is other display +// Secondary // -------------------------------------------------------------------------- #define MESSAGE_ITEM_TRUE 1 #define MESSAGE_ITEM_FALSE 0 @@ -95,11 +98,12 @@ static int is_message_item(lv_obj_t* obj) pItem = &pPage->pItems[pPage->SelItem]; UINT16 itemID = pItem->ItemId; switch (itemID) { - // case IDM_NETWORK_SELECTION: - // { - // printf("[is_message_item]IDM_NETWORK_SELECTION\n"); - // return; - // } + case IDM_NETWORK_SELECTION: + { + printf("[is_message_item]IDM_NETWORK_SELECTION\n"); + show_Network_Selection_page(obj, menu_option); + return MESSAGE_ITEM_TRUE; + } case IDM_QR_PICTURE: { printf("[is_message_item]IDM_QR_PICTURE\n"); @@ -145,6 +149,7 @@ static int is_message_item(lv_obj_t* obj) case IDM_FORMAT_SD: { printf("[is_message_item]IDM_FORMAT_SD\n"); + UIFlowMenuCommonConfirmAPI_Open(itemID); return MESSAGE_ITEM_TRUE; } case IDM_DATE_AND_TIME: @@ -156,6 +161,15 @@ static int is_message_item(lv_obj_t* obj) case IDM_CHECK_IN_PHOTO: case IDM_GPS: break; + + case IDM_BATTERY_TYPE: + case IDM_SD_LOOP: + break; + case IDM_CAMERA_FW_UPGRADE: + case IDM_MODULE_FW_UPGRADE: + case IDM_RESET: + UIFlowMenuCommonConfirmAPI_Open(itemID); + return MESSAGE_ITEM_TRUE; default: break; } @@ -519,6 +533,7 @@ static void LV_MenuOption_OnLeft(lv_obj_t* obj) SysSetFlag(pItem->SysFlag, PrevOption); lv_plugin_scr_close(obj, gen_nvtmsg_data(NVTRET_ENTER_MENU, 0)); } +extern TM_MENU gMoreMenu; static void LV_MenuOption_OnSelected(lv_obj_t* obj) { @@ -527,19 +542,14 @@ static void LV_MenuOption_OnSelected(lv_obj_t* obj) TM_ITEM *pItem; TM_OPTION *pOption; UINT16 SelOption = 0; - - // UIMenuStoreInfo *puiPara = sf_ui_para_get(); - - printf("\033[33m[LV_MenuOption_OnSelected]zyj pMenu->SelPage:%d\033[0m\n",pMenu->SelPage); - TM_MENU *MenuList[4]; - MenuList[0] = &gQrMenu; - MenuList[1] = &gGeneralMenu; - MenuList[2] = &gSendMenu; - MenuList[3] = &gMoreMenu; +// TM_MENU* pCurMenu; + //#NT#2023/10/25#Eric - begin + //#NT#Support IVOT_N12144_CO-144 + TM_MENU *pCurMenu = NULL; + //#NT#2023/10/25#Eric - end pPage = &pMenu->pPages[pMenu->SelPage]; pItem = &pPage->pItems[pPage->SelItem]; - if (pItem->Count != 0 && pItem->SysFlag != 0) { //#NT#2016/09/20#Bob Huang -begin //#NT#Support HDMI Display with 3DNR Out @@ -560,9 +570,13 @@ static void LV_MenuOption_OnSelected(lv_obj_t* obj) TM_CheckOptionStatus(pMenu, &SelOption, TRUE); SysSetFlag(pItem->SysFlag, SelOption); + + //#NT#2023/10/25#Eric - begin + //#NT#Support IVOT_N12144_CO-144 + pCurMenu = TM_GetTabMenu(pMenu->SelPage); // notify upper layer the Option had been confirmed - TM_MENU_CALLBACK(pMenu, TMM_CONFIRM_OPTION, MAKE_LONG(pItem->ItemId, SelOption)); - TM_MENU_CALLBACK(MenuList[pMenu->SelPage], TMM_CONFIRM_OPTION, MAKE_LONG(pItem->ItemId, SelOption)); + TM_MENU_CALLBACK(pCurMenu, TMM_CONFIRM_OPTION, MAKE_LONG(pItem->ItemId, SelOption)); + //#NT#2023/10/25#Eric - end pOption = &pItem->pOptions[SysGetFlag(pItem->SysFlag)]; @@ -577,16 +591,20 @@ static void LV_MenuOption_OnSelected(lv_obj_t* obj) } // -------------------------------------------------------------------------- - // 3th interface is other display + // 3th // -------------------------------------------------------------------------- if((pItem->ItemId == IDM_PASSWORD || pItem->ItemId == IDM_CAMERA_NAME || pItem->ItemId == IDM_DELAY || pItem->ItemId == IDM_OPERATING_TIME || pItem->ItemId == IDM_DATE_AND_TIME || - pItem->ItemId == IDM_MAX_NUM_DAY) + pItem->ItemId == IDM_MAX_NUM_DAY || + pItem->ItemId == IDM_SEND_TYPE) && (pOption->TextId == IDS_CAMERA_NAME_ON || pOption->TextId == IDS_DATE_AND_TIME_MANUAL || + pOption->TextId == IDS_SEND_TYPE_ONCE_DAY || + pOption->TextId == IDS_SEND_TYPE_TWICE_DAY || + pOption->TextId == IDS_SEND_TYPE_4_TIMES_DAY || pOption->TextId == IDS_MAX_NUM_DAY_NUMBER)) { lv_obj_set_hidden(container_main_menu_scr_uiflowmenucommonoption, true); @@ -610,6 +628,10 @@ static void LV_MenuOption_OnSelected(lv_obj_t* obj) break; case IDM_MAX_NUM_DAY: show_MaxNum_page(obj); + break; + case IDM_SEND_TYPE: + show_send_time_page(obj, SelOption); + break; default: break; } @@ -639,6 +661,20 @@ static void UIFlowMenuCommonOption_ChildScrClose(lv_obj_t* obj) set_indev_keypad_group(obj); + TM_MENU* pMenu = TM_GetMenu(); + TM_PAGE* pPage; + TM_ITEM* pItem; + pPage = &pMenu->pPages[pMenu->SelPage]; + pItem = &pPage->pItems[pPage->SelItem]; + UINT16 itemID = pItem->ItemId; + + if(itemID == IDM_FORMAT_SD || + itemID == IDM_CAMERA_FW_UPGRADE || + itemID == IDM_MODULE_FW_UPGRADE || + itemID == IDM_RESET) + { + lv_plugin_scr_close(obj, gen_nvtmsg_data(NVTRET_ENTER_MENU, 0)); + } } static void UIFlowMenuCommonOption_ScrOpen(lv_obj_t* obj, const void *data) @@ -799,7 +835,8 @@ void UIFlowMenuCommonOptionEventCallback(lv_obj_t* obj, lv_event_t event) // LV_MenuOption_OnSelected(obj); // break; - case LV_EVENT_KEY: + // case LV_EVENT_KEY: + case LV_USER_EVENT_KEY_RELEASE: { uint32_t* key = (uint32_t*)lv_event_get_data(); printf("\033[33m[UIFlowMenuCommonOptionEventCallback]LV_EVENT_KEY key:%d\033[0m\n", *key); @@ -807,6 +844,7 @@ void UIFlowMenuCommonOptionEventCallback(lv_obj_t* obj, lv_event_t event) switch(itemID) { case IDM_NETWORK_SELECTION: + UIFlowMenuCommonOption_Key(obj, *key); break; case IDM_QR_PICTURE: UIFlowMenuCommonOption_Key(obj, *key); @@ -893,7 +931,7 @@ void UIFlowMenuCommonOptionEventCallback(lv_obj_t* obj, lv_event_t event) case IDM_SEND_TYPE: if(isSetting) { - // Option_Operating_Time_Key(obj, *key); + Option_send_time_Key(obj, *key); } else { diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovie.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovie.c index bbff8fa5e..4af273250 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovie.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovie.c @@ -42,6 +42,7 @@ lv_obj_t* image_signal_1_scr_uiflowmovie; lv_obj_t* image_signal_2_scr_uiflowmovie; lv_obj_t* image_signal_3_scr_uiflowmovie; lv_obj_t* image_signal_4_scr_uiflowmovie; +lv_obj_t* image_4g_scr_uiflowmovie; lv_obj_t* UIFlowMovie_create(){ lv_obj_t *parent = lv_plugin_scr_create(); @@ -209,7 +210,7 @@ lv_obj_t* UIFlowMovie_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_date_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_date_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_date_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_date_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_date_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_date_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_date_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_date_s0, LV_STATE_CHECKED, color); @@ -269,7 +270,7 @@ lv_obj_t* UIFlowMovie_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_time_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_time_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_time_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_time_s0, LV_STATE_CHECKED, color); @@ -378,7 +379,7 @@ lv_obj_t* UIFlowMovie_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_rec_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_rec_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_rec_time_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_rec_time_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_rec_time_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_rec_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_rec_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_rec_time_s0, LV_STATE_CHECKED, color); @@ -537,7 +538,7 @@ lv_obj_t* UIFlowMovie_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_size_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_size_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_size_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_size_s0, LV_STATE_CHECKED, color); @@ -795,7 +796,7 @@ lv_obj_t* UIFlowMovie_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_zoom_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_zoom_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_color(&label_zoom_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_zoom_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_zoom_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_zoom_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_zoom_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_zoom_s0, LV_STATE_CHECKED, color); @@ -856,7 +857,7 @@ lv_obj_t* UIFlowMovie_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_maxtime_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_maxtime_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_maxtime_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_maxtime_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_maxtime_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_maxtime_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_maxtime_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_maxtime_s0, LV_STATE_CHECKED, color); @@ -1015,7 +1016,7 @@ lv_obj_t* UIFlowMovie_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_4_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_4_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_4_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_4_s0, LV_STATE_CHECKED, color); @@ -1126,7 +1127,7 @@ lv_obj_t* UIFlowMovie_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_5_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_5_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_5_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_5_s0, LV_STATE_CHECKED, color); @@ -1237,7 +1238,7 @@ lv_obj_t* UIFlowMovie_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_6_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_6_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_6_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_6_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_6_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_6_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_6_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_6_s0, LV_STATE_CHECKED, color); @@ -1348,7 +1349,7 @@ lv_obj_t* UIFlowMovie_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_sim_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_sim_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_sim_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_sim_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_sim_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_sim_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_sim_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_sim_s0, LV_STATE_CHECKED, color); @@ -1496,7 +1497,7 @@ lv_obj_t* UIFlowMovie_create(){ lv_obj_set_drag(image_wifi_connected, false); lv_obj_set_pos(image_wifi_connected, 40, 0); lv_obj_set_size(image_wifi_connected, 48, 40); - lv_img_set_src(image_wifi_connected, &sf_wifi_unconnected); + lv_img_set_src(image_wifi_connected, &sf_wifi_connected); lv_obj_add_style(image_wifi_connected, 0, &image_wifi_connected_s0); image_wifi_connected_scr_uiflowmovie = image_wifi_connected; @@ -1796,5 +1797,54 @@ lv_obj_t* UIFlowMovie_create(){ image_signal_4_scr_uiflowmovie = image_signal_4; + static lv_style_t image_4g_s0; + lv_style_init(&image_4g_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_4g_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_4g_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_4g_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_4g_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_4g_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_4g_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_4g_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_4g_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_4g_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_4g_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_4g_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_4g_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_4g_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_4g_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_4g_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_4g_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_4g_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_4g_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_4g_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_4g_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_4g_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_4g_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_4g_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_4g_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_4g_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_4g_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_4g_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_4g_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_4g_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_4g_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_4g_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_4g_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_4g_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_4g_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_4g_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_4g = lv_img_create(parent, NULL); + lv_obj_set_hidden(image_4g, true); + lv_obj_set_click(image_4g, false); + lv_obj_set_drag(image_4g, false); + lv_obj_set_pos(image_4g, 216, 0); + lv_obj_set_size(image_4g, 48, 40); + lv_img_set_src(image_4g, &sf_net4g); + lv_obj_add_style(image_4g, 0, &image_4g_s0); + + image_4g_scr_uiflowmovie = image_4g; + + return parent; } diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovie.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovie.h index fc6808611..f86cd0ae1 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovie.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovie.h @@ -50,6 +50,7 @@ extern lv_obj_t* image_signal_1_scr_uiflowmovie; extern lv_obj_t* image_signal_2_scr_uiflowmovie; extern lv_obj_t* image_signal_3_scr_uiflowmovie; extern lv_obj_t* image_signal_4_scr_uiflowmovie; +extern lv_obj_t* image_4g_scr_uiflowmovie; /********************** * GLOBAL PROTOTYPES diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovieEventCallback.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovieEventCallback.c index 101d51eda..8b0d5ad7d 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovieEventCallback.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMovie/UIFlowMovieEventCallback.c @@ -3,6 +3,8 @@ #include "GxStrg.h" #include "UIFlowLVGL/UIFlowLVGL.h" #include "UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsgAPI.h" +#include "UIFlowLVGL/UIFlowPassword/UIFlowPasswordEventCallback.h" +#include "UIFlowLVGL/UIFlowCommon/UIFlowCommon.h" #include #include "SysMain.h" #if (USE_DCF == ENABLE) @@ -250,10 +252,13 @@ static void signal_icon_show(const short signal) } static void update_4g_module_icon(void) { + UIMenuStoreInfo *puiPara = sf_ui_para_get(); static short signal = SIGNAL_NOT_YET_GET; static short searching_index = -1; short signal_new = sf_cardv_get_cq_signal(); - // printf("wwwwwwwwwwwwwwwwwww new signal = %d, old signal = %d\n", signal_new, signal); + unsigned short signal_level = 0; + network_signal_level_get(puiPara->NetGeneration, signal_new, &signal_level); + // printf("new signal = %d, old signal = %d\n", signal_new, signal); if(SIGNAL_NOT_YET_GET == signal_new) { signal_icon_hidden(searching_index); @@ -269,7 +274,7 @@ static void update_4g_module_icon(void) lv_obj_set_hidden(label_sim_scr_uiflowmovie, true); signal_icon_hidden(searching_index); signal_icon_hidden(signal); - signal_icon_show(signal_new); + signal_icon_show(signal_level); signal = signal_new; } else @@ -277,6 +282,30 @@ static void update_4g_module_icon(void) // Nothing changed. // printf(" nothing changed.\n"); } +const int EMPTY_IMAGE = 0; + lv_plugin_res_id res[] = { + EMPTY_IMAGE, + EMPTY_IMAGE, + LV_PLUGIN_IMG_ID_SF_NET2G, + LV_PLUGIN_IMG_ID_SF_NET3G, + LV_PLUGIN_IMG_ID_SF_NET4G + }; +// printf("NetGeneration:%d\n", puiPara->NetGeneration); + const int SIM_CARD_NOT_INIT = 0; + const int NET_GENERATION_2G = 2; + // const int NET_GENERATION_3G = 3; + const int NET_GENERATION_4G = 4; + // puiPara->NetGeneration = NET_GENERATION_4G; // Test + if (SIM_CARD_NOT_INIT == puiPara->NetGeneration + || puiPara->NetGeneration < NET_GENERATION_2G + || puiPara->NetGeneration > NET_GENERATION_4G) + { + lv_obj_set_hidden(image_4g_scr_uiflowmovie, true); + return; + } + int index = puiPara->NetGeneration; + lv_obj_set_hidden(image_4g_scr_uiflowmovie, false); + lv_plugin_img_set_src(image_4g_scr_uiflowmovie, res[index]); } static void update_camera_message(void) @@ -1330,7 +1359,7 @@ static void UIFlowMovie_OnExeZoomOutStop(lv_obj_t* obj) return; } -static void UIFlowMovie_KeyRelease(lv_obj_t* obj, uint32_t key) +void UIFlowMovie_KeyRelease(lv_obj_t* obj, uint32_t key) { switch(key) { @@ -1464,11 +1493,16 @@ static void UIFlowMovie_NVTMSG(lv_obj_t* obj, const LV_USER_EVENT_NVTMSG_DATA* m void UIFlowMovieEventCallback(lv_obj_t* obj, lv_event_t event) { - +#define PASSWORD_SWITCH_ON 1 + UIMenuStoreInfo *puiPara = sf_ui_para_get(); switch(event) { case LV_PLUGIN_EVENT_SCR_OPEN: UIFlowMovie_ScrOpen(obj); + if(PASSWORD_SWITCH_ON == puiPara->PwdSwitch) + { + OpenPasswordScreen(); + } #if HUNTING_CAMERA_MCU == ENABLE UIMenuStoreInfo *puiPara = sf_ui_para_get(); if((SF_CAM_MODE_VIDEO == puiPara->CamMode)) @@ -1487,10 +1521,11 @@ void UIFlowMovieEventCallback(lv_obj_t* obj, lv_event_t event) break; case LV_EVENT_CLICKED: - UIFlowMovie_OnKeyMenu(obj); + // UIFlowMovie_OnKeyMenu(obj); break; - case LV_EVENT_KEY: + // case LV_EVENT_KEY: + case LV_USER_EVENT_KEY_RELEASE: { uint32_t* key = (uint32_t*)lv_event_get_data(); @@ -1509,13 +1544,13 @@ void UIFlowMovieEventCallback(lv_obj_t* obj, lv_event_t event) break; } - case LV_USER_EVENT_KEY_RELEASE: - { - uint32_t* key = (uint32_t*)lv_event_get_data(); - UIFlowMovie_KeyRelease(obj, *key); + // case LV_USER_EVENT_KEY_RELEASE: + // { + // uint32_t* key = (uint32_t*)lv_event_get_data(); + // UIFlowMovie_KeyRelease(obj, *key); - break; - } + // break; + // } /* handle nvt event except key event */ case LV_USER_EVENT_NVTMSG: diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPassword.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPassword.c index d5416b6dc..802093316 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPassword.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPassword.c @@ -13,13 +13,8 @@ lv_obj_t* image_1_scr_uiflowpassword; lv_obj_t* label_enter_scr_uiflowpassword; lv_obj_t* button_matrix_password_scr_uiflowpassword; lv_obj_t* label_select_scr_uiflowpassword; -lv_obj_t* label_password_1_scr_uiflowpassword; +lv_obj_t* image_2_scr_uiflowpassword; lv_obj_t* label_tips_scr_uiflowpassword; -lv_obj_t* label_password_2_scr_uiflowpassword; -lv_obj_t* label_password_3_scr_uiflowpassword; -lv_obj_t* label_password_4_scr_uiflowpassword; -lv_obj_t* label_password_5_scr_uiflowpassword; -lv_obj_t* label_password_6_scr_uiflowpassword; lv_obj_t* UIFlowPassword_create(){ lv_obj_t *parent = lv_plugin_scr_create(); @@ -89,7 +84,7 @@ lv_obj_t* UIFlowPassword_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_enter_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_enter_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_enter_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_enter_s0,LV_STATE_DEFAULT,&arialuni_16_1bpp); + lv_style_set_text_font(&label_enter_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_enter_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_enter_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_enter_s0, LV_STATE_CHECKED, color); @@ -248,8 +243,8 @@ lv_obj_t* UIFlowPassword_create(){ lv_obj_set_hidden(button_matrix_password, false); lv_obj_set_click(button_matrix_password, true); lv_obj_set_drag(button_matrix_password, false); - lv_obj_set_pos(button_matrix_password, 74, 159); - lv_obj_set_size(button_matrix_password, 174, 80); + lv_obj_set_pos(button_matrix_password, 60, 102); + lv_obj_set_size(button_matrix_password, 199, 80); static const char* button_matrix_password_LVGLPropertyBtnmatrixButtonsText[] = {"0","0","0","0","0","0",""}; lv_btnmatrix_set_map(button_matrix_password, button_matrix_password_LVGLPropertyBtnmatrixButtonsText); lv_btnmatrix_set_one_check(button_matrix_password, false); @@ -268,7 +263,7 @@ lv_obj_t* UIFlowPassword_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_select_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_select_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_select_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_select_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_select_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_select_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_select_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_select_s0, LV_STATE_CHECKED, color); @@ -307,7 +302,7 @@ lv_obj_t* UIFlowPassword_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_select_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_select_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_select_s0, LV_STATE_DISABLED, color); - lv_obj_t *label_select = lv_label_create(parent, NULL); + lv_obj_t *label_select = lv_label_create(image_1, NULL); lv_obj_set_hidden(label_select, false); lv_obj_set_click(label_select, false); lv_obj_set_drag(label_select, false); @@ -317,73 +312,61 @@ lv_obj_t* UIFlowPassword_create(){ lv_plugin_label_set_font_type(label_select, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_label_set_align(label_select, LV_LABEL_ALIGN_CENTER); lv_label_set_long_mode(label_select, LV_LABEL_LONG_SROLL); - lv_obj_set_pos(label_select, 74, 139); + lv_obj_set_pos(label_select, 72, 139); lv_obj_set_size(label_select, 14, 24); lv_obj_add_style(label_select, 0, &label_select_s0); label_select_scr_uiflowpassword = label_select; - static lv_style_t label_password_1_s0; - lv_style_init(&label_password_1_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_password_1_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_DISABLED, color); - lv_obj_t *label_password_1 = lv_label_create(parent, NULL); - lv_obj_set_hidden(label_password_1, false); - lv_obj_set_click(label_password_1, false); - lv_obj_set_drag(label_password_1, false); - lv_plugin_label_allocate_ext_attr(label_password_1); - lv_label_set_text(label_password_1,"0"); - lv_plugin_label_allocate_ext_attr(label_password_1); - lv_plugin_label_set_font_type(label_password_1, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); - lv_label_set_align(label_password_1, LV_LABEL_ALIGN_CENTER); - lv_label_set_long_mode(label_password_1, LV_LABEL_LONG_SROLL); - lv_obj_set_pos(label_password_1, 74, 129); - lv_obj_set_size(label_password_1, 14, 24); - lv_obj_add_style(label_password_1, 0, &label_password_1_s0); + static lv_style_t image_2_s0; + lv_style_init(&image_2_s0); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_2_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_2_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_2_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_2_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_2_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_2_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&image_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&image_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&image_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&image_2_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_image_recolor(&image_2_s0, LV_STATE_DISABLED, color); + lv_obj_t *image_2 = lv_img_create(image_1, NULL); + lv_obj_set_hidden(image_2, false); + lv_obj_set_click(image_2, false); + lv_obj_set_drag(image_2, false); + lv_obj_set_pos(image_2, 10, 12); + lv_obj_set_size(image_2, 139, 53); + lv_img_set_auto_size(image_2, false); + lv_img_set_src(image_2, &icon_face_on); + lv_obj_add_style(image_2, 0, &image_2_s0); - label_password_1_scr_uiflowpassword = label_password_1; + image_2_scr_uiflowpassword = image_2; static lv_style_t label_tips_s0; @@ -392,7 +375,7 @@ lv_obj_t* UIFlowPassword_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_tips_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_tips_s0,LV_STATE_DEFAULT,&arialuni_18_1bpp); + lv_style_set_text_font(&label_tips_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_tips_s0, LV_STATE_CHECKED, color); @@ -443,321 +426,11 @@ lv_obj_t* UIFlowPassword_create(){ lv_label_set_align(label_tips, LV_LABEL_ALIGN_CENTER); lv_label_set_long_mode(label_tips, LV_LABEL_LONG_BREAK); lv_obj_set_pos(label_tips, 42, 71); - lv_obj_set_size(label_tips, 237, 21); + lv_obj_set_size(label_tips, 237, 20); lv_obj_add_style(label_tips, 0, &label_tips_s0); label_tips_scr_uiflowpassword = label_tips; - static lv_style_t label_password_2_s0; - lv_style_init(&label_password_2_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_password_2_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_DISABLED, color); - lv_obj_t *label_password_2 = lv_label_create(parent, NULL); - lv_obj_set_hidden(label_password_2, false); - lv_obj_set_click(label_password_2, false); - lv_obj_set_drag(label_password_2, false); - lv_plugin_label_allocate_ext_attr(label_password_2); - lv_label_set_text(label_password_2,"0"); - lv_plugin_label_allocate_ext_attr(label_password_2); - lv_plugin_label_set_font_type(label_password_2, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); - lv_label_set_align(label_password_2, LV_LABEL_ALIGN_CENTER); - lv_label_set_long_mode(label_password_2, LV_LABEL_LONG_SROLL); - lv_obj_set_pos(label_password_2, 106, 129); - lv_obj_set_size(label_password_2, 14, 24); - lv_obj_add_style(label_password_2, 0, &label_password_2_s0); - - label_password_2_scr_uiflowpassword = label_password_2; - - - static lv_style_t label_password_3_s0; - lv_style_init(&label_password_3_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_password_3_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_DISABLED, color); - lv_obj_t *label_password_3 = lv_label_create(parent, NULL); - lv_obj_set_hidden(label_password_3, false); - lv_obj_set_click(label_password_3, false); - lv_obj_set_drag(label_password_3, false); - lv_plugin_label_allocate_ext_attr(label_password_3); - lv_label_set_text(label_password_3,"0"); - lv_plugin_label_allocate_ext_attr(label_password_3); - lv_plugin_label_set_font_type(label_password_3, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); - lv_label_set_align(label_password_3, LV_LABEL_ALIGN_CENTER); - lv_label_set_long_mode(label_password_3, LV_LABEL_LONG_SROLL); - lv_obj_set_pos(label_password_3, 138, 129); - lv_obj_set_size(label_password_3, 14, 24); - lv_obj_add_style(label_password_3, 0, &label_password_3_s0); - - label_password_3_scr_uiflowpassword = label_password_3; - - - static lv_style_t label_password_4_s0; - lv_style_init(&label_password_4_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_password_4_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_DISABLED, color); - lv_obj_t *label_password_4 = lv_label_create(parent, NULL); - lv_obj_set_hidden(label_password_4, false); - lv_obj_set_click(label_password_4, false); - lv_obj_set_drag(label_password_4, false); - lv_plugin_label_allocate_ext_attr(label_password_4); - lv_label_set_text(label_password_4,"0"); - lv_plugin_label_allocate_ext_attr(label_password_4); - lv_plugin_label_set_font_type(label_password_4, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); - lv_label_set_align(label_password_4, LV_LABEL_ALIGN_CENTER); - lv_label_set_long_mode(label_password_4, LV_LABEL_LONG_SROLL); - lv_obj_set_pos(label_password_4, 170, 129); - lv_obj_set_size(label_password_4, 14, 24); - lv_obj_add_style(label_password_4, 0, &label_password_4_s0); - - label_password_4_scr_uiflowpassword = label_password_4; - - - static lv_style_t label_password_5_s0; - lv_style_init(&label_password_5_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_password_5_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_DISABLED, color); - lv_obj_t *label_password_5 = lv_label_create(parent, NULL); - lv_obj_set_hidden(label_password_5, false); - lv_obj_set_click(label_password_5, false); - lv_obj_set_drag(label_password_5, false); - lv_plugin_label_allocate_ext_attr(label_password_5); - lv_label_set_text(label_password_5,"0"); - lv_plugin_label_allocate_ext_attr(label_password_5); - lv_plugin_label_set_font_type(label_password_5, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); - lv_label_set_align(label_password_5, LV_LABEL_ALIGN_CENTER); - lv_label_set_long_mode(label_password_5, LV_LABEL_LONG_SROLL); - lv_obj_set_pos(label_password_5, 202, 129); - lv_obj_set_size(label_password_5, 14, 24); - lv_obj_add_style(label_password_5, 0, &label_password_5_s0); - - label_password_5_scr_uiflowpassword = label_password_5; - - - static lv_style_t label_password_6_s0; - lv_style_init(&label_password_6_s0); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_password_6_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_DISABLED, color); - lv_obj_t *label_password_6 = lv_label_create(parent, NULL); - lv_obj_set_hidden(label_password_6, false); - lv_obj_set_click(label_password_6, false); - lv_obj_set_drag(label_password_6, false); - lv_plugin_label_allocate_ext_attr(label_password_6); - lv_label_set_text(label_password_6,"0"); - lv_plugin_label_allocate_ext_attr(label_password_6); - lv_plugin_label_set_font_type(label_password_6, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); - lv_label_set_align(label_password_6, LV_LABEL_ALIGN_CENTER); - lv_label_set_long_mode(label_password_6, LV_LABEL_LONG_SROLL); - lv_obj_set_pos(label_password_6, 232, 129); - lv_obj_set_size(label_password_6, 14, 24); - lv_obj_add_style(label_password_6, 0, &label_password_6_s0); - - label_password_6_scr_uiflowpassword = label_password_6; - - return parent; } diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPassword.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPassword.h index 245378cbd..948ec95e9 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPassword.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPassword.h @@ -21,13 +21,8 @@ extern lv_obj_t* image_1_scr_uiflowpassword; extern lv_obj_t* label_enter_scr_uiflowpassword; extern lv_obj_t* button_matrix_password_scr_uiflowpassword; extern lv_obj_t* label_select_scr_uiflowpassword; -extern lv_obj_t* label_password_1_scr_uiflowpassword; +extern lv_obj_t* image_2_scr_uiflowpassword; extern lv_obj_t* label_tips_scr_uiflowpassword; -extern lv_obj_t* label_password_2_scr_uiflowpassword; -extern lv_obj_t* label_password_3_scr_uiflowpassword; -extern lv_obj_t* label_password_4_scr_uiflowpassword; -extern lv_obj_t* label_password_5_scr_uiflowpassword; -extern lv_obj_t* label_password_6_scr_uiflowpassword; /********************** * GLOBAL PROTOTYPES diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPasswordEventCallback.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPasswordEventCallback.c index 8b93e94a4..c6f0bae3a 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPasswordEventCallback.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPassword/UIFlowPasswordEventCallback.c @@ -71,7 +71,7 @@ static void UIFlowPassword_Key(lv_obj_t* obj, uint32_t key) printf("button_matrix_password_scr_uiflowpassword is NULL"); return; } - +#define OFFSET 31 UIMenuStoreInfo *puiPara = sf_ui_para_get(); printf("key:%d\n",key); @@ -96,13 +96,13 @@ static void UIFlowPassword_Key(lv_obj_t* obj, uint32_t key) case LV_USER_KEY_LEFT: printf("\033[33m[UIFlowPassword_Key]a\033[0m\n"); PasswordIndex = (PasswordIndex + 6 - 1) % 6; - lv_obj_set_pos(label_select_scr_uiflowpassword, 74 + 32 * PasswordIndex, 139); + lv_obj_set_pos(label_select_scr_uiflowpassword, 74 + OFFSET * PasswordIndex, 139); update_Password_msg(obj); break; case LV_USER_KEY_RIGHT: printf("\033[33m[UIFlowPassword_Key]d\033[0m\n"); PasswordIndex = (PasswordIndex + 1) % 6; - lv_obj_set_pos(label_select_scr_uiflowpassword, 74 + 32 * PasswordIndex, 139); + lv_obj_set_pos(label_select_scr_uiflowpassword, 74 + OFFSET * PasswordIndex, 139); update_Password_msg(obj); break; case LV_KEY_ENTER: @@ -147,8 +147,8 @@ printf(" UIFlowPasswordEventCallback %d\n", event); case LV_EVENT_CLICKED: break; - /* any key(including enter key) state changed(pressed), it's recommended to handle enter key in LV_EVENT_CLICKED instead of here. */ - case LV_EVENT_KEY: + // case LV_EVENT_KEY: + case LV_USER_EVENT_KEY_RELEASE: { uint32_t* key = (uint32_t*)lv_event_get_data(); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.c index c6429c345..b03052634 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhoto.c @@ -412,7 +412,7 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_size_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_size_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_size_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_size_s0, LV_STATE_CHECKED, color); @@ -523,7 +523,7 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_free_pic_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_free_pic_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_free_pic_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_free_pic_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_free_pic_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_free_pic_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_free_pic_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_free_pic_s0, LV_STATE_CHECKED, color); @@ -683,7 +683,7 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_self_timer_cnt_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_self_timer_cnt_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_self_timer_cnt_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_self_timer_cnt_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_self_timer_cnt_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_self_timer_cnt_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_self_timer_cnt_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_self_timer_cnt_s0, LV_STATE_CHECKED, color); @@ -731,7 +731,7 @@ lv_obj_t* UIFlowPhoto_create(){ lv_plugin_label_allocate_ext_attr(label_self_timer_cnt); lv_plugin_label_set_font_type(label_self_timer_cnt, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_self_timer_cnt, 68, -40); - lv_obj_set_size(label_self_timer_cnt, 9, 18); + lv_obj_set_size(label_self_timer_cnt, 10, 20); lv_obj_add_style(label_self_timer_cnt, 0, &label_self_timer_cnt_s0); label_self_timer_cnt_scr_uiflowphoto = label_self_timer_cnt; @@ -827,7 +827,7 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_dzoom_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_dzoom_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_dzoom_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_dzoom_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_dzoom_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_dzoom_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_dzoom_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_dzoom_s0, LV_STATE_CHECKED, color); @@ -892,7 +892,7 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_outline_color(&button_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_shadow_color(&button_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&button_1_s0, LV_STATE_DEFAULT, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_value_color(&button_1_s0, LV_STATE_DEFAULT, color); + STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_value_color(&button_1_s0, LV_STATE_DEFAULT, color); lv_style_set_value_font(&button_1_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_bg_color(&button_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&button_1_s0, LV_STATE_CHECKED, color); @@ -900,42 +900,42 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_outline_color(&button_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_shadow_color(&button_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&button_1_s0, LV_STATE_CHECKED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_value_color(&button_1_s0, LV_STATE_CHECKED, color); + STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_value_color(&button_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&button_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&button_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_border_color(&button_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_outline_color(&button_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_shadow_color(&button_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&button_1_s0, LV_STATE_FOCUSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_value_color(&button_1_s0, LV_STATE_FOCUSED, color); + STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_value_color(&button_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&button_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&button_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_border_color(&button_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x13, 0x44, 0xd1, 0xb6) ; lv_style_set_outline_color(&button_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_shadow_color(&button_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&button_1_s0, LV_STATE_EDITED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_value_color(&button_1_s0, LV_STATE_EDITED, color); + STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_value_color(&button_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&button_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&button_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_border_color(&button_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_outline_color(&button_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_shadow_color(&button_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&button_1_s0, LV_STATE_HOVERED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_value_color(&button_1_s0, LV_STATE_HOVERED, color); + STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_value_color(&button_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0xbc, 0xcc, 0xec, 0xef) ; lv_style_set_bg_color(&button_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&button_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_border_color(&button_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_outline_color(&button_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_shadow_color(&button_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&button_1_s0, LV_STATE_PRESSED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_value_color(&button_1_s0, LV_STATE_PRESSED, color); + STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_value_color(&button_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&button_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&button_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x9c, 0x88, 0x88, 0x88) ; lv_style_set_border_color(&button_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_outline_color(&button_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_shadow_color(&button_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_pattern_recolor(&button_1_s0, LV_STATE_DISABLED, color); - STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_value_color(&button_1_s0, LV_STATE_DISABLED, color); + STYLE_COLOR_PROP(0x9c, 0x88, 0x88, 0x88) ; lv_style_set_value_color(&button_1_s0, LV_STATE_DISABLED, color); lv_obj_t *button_1 = lv_btn_create(parent, NULL); lv_obj_set_hidden(button_1, false); lv_obj_set_click(button_1, true); @@ -956,48 +956,43 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_1_s0, LV_STATE_DEFAULT, color); + lv_style_set_text_font(&label_1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_1_s0, LV_STATE_CHECKED, color); - lv_style_set_text_font(&label_1_s0,LV_STATE_CHECKED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_1_s0, LV_STATE_FOCUSED, color); - lv_style_set_text_font(&label_1_s0,LV_STATE_FOCUSED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_1_s0, LV_STATE_EDITED, color); - lv_style_set_text_font(&label_1_s0,LV_STATE_EDITED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_1_s0, LV_STATE_HOVERED, color); - lv_style_set_text_font(&label_1_s0,LV_STATE_HOVERED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_1_s0, LV_STATE_PRESSED, color); - lv_style_set_text_font(&label_1_s0,LV_STATE_PRESSED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x9c, 0x88, 0x88, 0x88) ; lv_style_set_text_color(&label_1_s0, LV_STATE_DISABLED, color); - lv_style_set_text_font(&label_1_s0,LV_STATE_DISABLED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_DISABLED, color); lv_obj_t *label_1 = lv_label_create(button_1, NULL); @@ -1090,6 +1085,7 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_2_s0, LV_STATE_DEFAULT, color); + lv_style_set_text_font(&label_2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_CHECKED, color); @@ -1108,7 +1104,6 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_2_s0, LV_STATE_EDITED, color); - lv_style_set_text_font(&label_2_s0,LV_STATE_EDITED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_HOVERED, color); @@ -1127,7 +1122,6 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x9c, 0x88, 0x88, 0x88) ; lv_style_set_text_color(&label_2_s0, LV_STATE_DISABLED, color); - lv_style_set_text_font(&label_2_s0,LV_STATE_DISABLED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_DISABLED, color); lv_obj_t *label_2 = lv_label_create(button_2, NULL); @@ -1221,27 +1215,26 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_3_s0, LV_STATE_DEFAULT, color); + lv_style_set_text_font(&label_3_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); + lv_style_set_text_line_space(&label_3_s0,LV_STATE_DEFAULT,-21862); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_3_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_3_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_3_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_3_s0, LV_STATE_CHECKED, color); - lv_style_set_text_font(&label_3_s0,LV_STATE_CHECKED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_3_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_3_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_3_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_3_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_3_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_3_s0, LV_STATE_FOCUSED, color); - lv_style_set_text_font(&label_3_s0,LV_STATE_FOCUSED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_3_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_3_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_3_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_3_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_3_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0xd3, 0x31, 0x40, 0x4f) ; lv_style_set_text_color(&label_3_s0, LV_STATE_EDITED, color); - lv_style_set_text_font(&label_3_s0,LV_STATE_EDITED,&lv_font_montserrat_16); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_3_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x3a, 0x01, 0xa2, 0xb1) ; lv_style_set_text_sel_bg_color(&label_3_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_3_s0, LV_STATE_HOVERED, color); @@ -1383,7 +1376,7 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_sim_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_sim_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_sim_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_sim_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_sim_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_sim_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_sim_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_sim_s0, LV_STATE_CHECKED, color); @@ -1727,7 +1720,7 @@ lv_obj_t* UIFlowPhoto_create(){ lv_obj_set_drag(image_wifi_connected, false); lv_obj_set_pos(image_wifi_connected, 40, 0); lv_obj_set_size(image_wifi_connected, 48, 40); - lv_img_set_src(image_wifi_connected, &sf_wifi_unconnected); + lv_img_set_src(image_wifi_connected, &sf_wifi_connected); lv_obj_add_style(image_wifi_connected, 0, &image_wifi_connected_s0); image_wifi_connected_scr_uiflowphoto = image_wifi_connected; @@ -1825,7 +1818,7 @@ lv_obj_t* UIFlowPhoto_create(){ lv_obj_set_drag(image_wifi_unconnected, false); lv_obj_set_pos(image_wifi_unconnected, 40, 0); lv_obj_set_size(image_wifi_unconnected, 48, 40); - lv_img_set_src(image_wifi_unconnected, &sf_wifi_unconnected); + lv_img_set_src(image_wifi_unconnected, &sf_wifi_connected); lv_obj_add_style(image_wifi_unconnected, 0, &image_wifi_unconnected_s0); image_wifi_unconnected_scr_uiflowphoto = image_wifi_unconnected; @@ -1874,7 +1867,7 @@ lv_obj_t* UIFlowPhoto_create(){ lv_obj_set_drag(image_bluetooth_unconnected, false); lv_obj_set_pos(image_bluetooth_unconnected, 0, 0); lv_obj_set_size(image_bluetooth_unconnected, 48, 40); - lv_img_set_src(image_bluetooth_unconnected, &sf_bluetooth_unconnected); + lv_img_set_src(image_bluetooth_unconnected, &sf_bluetooth_connected); lv_obj_add_style(image_bluetooth_unconnected, 0, &image_bluetooth_unconnected_s0); image_bluetooth_unconnected_scr_uiflowphoto = image_bluetooth_unconnected; @@ -1935,7 +1928,7 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_4_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_4_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_4_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_4_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_4_s0, LV_STATE_CHECKED, color); @@ -2046,7 +2039,7 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_5_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_5_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_5_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_5_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_5_s0, LV_STATE_CHECKED, color); @@ -2157,7 +2150,7 @@ lv_obj_t* UIFlowPhoto_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_6_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_6_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_6_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_6_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_6_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_6_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_6_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_6_s0, LV_STATE_CHECKED, color); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhotoEventCallback.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhotoEventCallback.c index 43b60aff1..fec978b6d 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhotoEventCallback.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPhoto/UIFlowPhotoEventCallback.c @@ -4,9 +4,11 @@ #include "UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsgAPI.h" #include "UIFlowLVGL/UIFlowMenuCommonConfirm/UIFlowMenuCommonConfirmAPI.h" #include "UIFlowLVGL/UIFlowPassword/UIFlowPasswordEventCallback.h" +#include "UIFlowLVGL_SPORTCAM.h" #include "UIFlowPhotoParams.h" #include "UIFlowPhotoFuncs.h" #include "ImageApp/ImageApp_Photo.h" +#include "UIFlowLVGL/UIFlowCommon/UIFlowCommon.h" #include "comm/timer.h" #if (CALIBRATION_FUNC == ENABLE) #include "EngineerMode.h" @@ -48,6 +50,8 @@ static lv_task_t* task_qview = NULL; static void task_selftimer_cb(lv_task_t* task); static void task_qview_cb(lv_task_t* task); static void task_update_icons_timer_cb(lv_task_t* task); +#define LONG_PRESS_INTERVAL 500 +static unsigned long KeyLeftPressingTimeMs = 0; static BOOL g_PhotoBgInitFileSys = FALSE; @@ -353,9 +357,12 @@ static void signal_icon_show(const short signal) } static void update_4g_module_icon(void) { + UIMenuStoreInfo *puiPara = sf_ui_para_get(); static short signal = SIGNAL_NOT_YET_GET; static short searching_index = -1; short signal_new = sf_cardv_get_cq_signal(); + unsigned short signal_level = 0; + network_signal_level_get(puiPara->NetGeneration, signal_new, &signal_level); // printf("new signal = %d, old signal = %d\n", signal_new, signal); if(SIGNAL_NOT_YET_GET == signal_new) { @@ -372,7 +379,7 @@ static void update_4g_module_icon(void) lv_obj_set_hidden(label_sim_scr_uiflowphoto, true); signal_icon_hidden(searching_index); signal_icon_hidden(signal); - signal_icon_show(signal_new); + signal_icon_show(signal_level); signal = signal_new; } else @@ -381,7 +388,6 @@ static void update_4g_module_icon(void) // printf(" nothing changed.\n"); } const int EMPTY_IMAGE = 0; - UIMenuStoreInfo *puiPara = sf_ui_para_get(); lv_plugin_res_id res[] = { EMPTY_IMAGE, EMPTY_IMAGE, @@ -1465,6 +1471,11 @@ static void UIFlowPhoto_Key(lv_obj_t* obj, uint32_t key) #endif switch(key) { + case LV_USER_KEY_LEFT: + { + KeyLeftPressingTimeMs = 0; + break; + } case LV_KEY_ENTER: { #if HUNTING_CAMERA_MCU == ENABLE @@ -1483,6 +1494,7 @@ static void UIFlowPhoto_Key(lv_obj_t* obj, uint32_t key) case LV_USER_KEY_NEXT: case LV_USER_KEY_ZOOMIN: { + break; CHKPNT; UIFlowPhoto_OnExeZoomInStart(obj); break; @@ -1517,7 +1529,7 @@ static void UIFlowPhoto_Key(lv_obj_t* obj, uint32_t key) } } -static void UIFlowPhoto_KeyRelease(lv_obj_t* obj, uint32_t key) +void UIFlowPhoto_KeyRelease(lv_obj_t* obj, uint32_t key) { switch(key) { @@ -1552,6 +1564,24 @@ static void UIFlowPhoto_KeyRelease(lv_obj_t* obj, uint32_t key) break; } } +void UIFlowPhtot_KeyLongPress(lv_obj_t* obj, uint32_t key) +{ + switch(key) + { + case LV_USER_KEY_LEFT: + { + KeyLeftPressingTimeMs += LONG_PRESS_INTERVAL; + if (3 * 1000 <= KeyLeftPressingTimeMs) + { + Ux_PostEvent(NVTEVT_SYSTEM_SHUTDOWN, 1, APP_POWER_OFF_APO); + KeyLeftPressingTimeMs = 0; + } + break; + } + default: + break; + } +} void UIFlowPhotoEventCallback(lv_obj_t* obj, lv_event_t event) { @@ -1587,10 +1617,10 @@ void UIFlowPhotoEventCallback(lv_obj_t* obj, lv_event_t event) UIFlowPhoto_OnKeyMenu(obj); break; - case LV_EVENT_KEY: + // case LV_EVENT_KEY: + case LV_USER_EVENT_KEY_RELEASE: { uint32_t* key = (uint32_t*)lv_event_get_data(); - /* handle key event */ UIFlowPhoto_Key(obj, *key); @@ -1607,9 +1637,19 @@ void UIFlowPhotoEventCallback(lv_obj_t* obj, lv_event_t event) break; } - case LV_USER_EVENT_KEY_RELEASE: + // case LV_USER_EVENT_KEY_RELEASE: + // { + // uint32_t* key = (uint32_t*)lv_event_get_data(); + // break; + // UIFlowPhoto_KeyRelease(obj, *key); + + // break; + // } + case LV_USER_EVENT_KEY_LONG_PRESS: { uint32_t* key = (uint32_t*)lv_event_get_data(); + UIFlowPhtot_KeyLongPress(obj, *key); + break; UIFlowPhoto_KeyRelease(obj, *key); break; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlay.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlay.c index 64f5b009a..fd8a4c6a2 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlay.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlay.c @@ -161,7 +161,7 @@ lv_obj_t* UIFlowPlay_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_file_name_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_file_name_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_file_name_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_file_name_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_file_name_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_file_name_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_file_name_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_file_name_s0, LV_STATE_CHECKED, color); @@ -370,7 +370,7 @@ lv_obj_t* UIFlowPlay_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_play_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_play_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_play_time_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_play_time_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_play_time_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_play_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_play_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_play_time_s0, LV_STATE_CHECKED, color); @@ -1063,7 +1063,7 @@ lv_obj_t* UIFlowPlay_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_file_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_file_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xc6, 0xf4, 0xd3, 0x2e) ; lv_style_set_text_color(&label_file_time_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_file_time_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_file_time_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_file_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_file_time_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_file_time_s0, LV_STATE_CHECKED, color); @@ -1125,7 +1125,7 @@ lv_obj_t* UIFlowPlay_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_file_date_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_file_date_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xc6, 0xf4, 0xd3, 0x2e) ; lv_style_set_text_color(&label_file_date_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_file_date_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_file_date_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_file_date_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_file_date_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_file_date_s0, LV_STATE_CHECKED, color); @@ -1334,7 +1334,7 @@ lv_obj_t* UIFlowPlay_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_file_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_file_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xc6, 0xf4, 0xd3, 0x2e) ; lv_style_set_text_color(&label_file_size_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_file_size_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_file_size_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_file_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_file_size_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_file_size_s0, LV_STATE_CHECKED, color); @@ -1543,7 +1543,7 @@ lv_obj_t* UIFlowPlay_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_num_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_num_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_num_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_num_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_num_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_num_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_num_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_num_s0, LV_STATE_CHECKED, color); @@ -1605,7 +1605,7 @@ lv_obj_t* UIFlowPlay_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_1_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_1_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_CHECKED, color); @@ -1667,7 +1667,7 @@ lv_obj_t* UIFlowPlay_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_2_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_2_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_CHECKED, color); @@ -1898,7 +1898,7 @@ lv_obj_t* UIFlowPlay_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_playtime_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_playtime_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_playtime_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_playtime_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_playtime_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_playtime_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_playtime_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_playtime_s0, LV_STATE_CHECKED, color); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlayEventCallback.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlayEventCallback.c index 4c35ff6a2..bd0465798 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlayEventCallback.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlayEventCallback.c @@ -1200,7 +1200,7 @@ static void play_video(lv_obj_t *obj) } if(PLB_ST_PLAY_MOV == g_PlbData.State) { - printf("now sotp play the video.\n"); + printf("now stop play the video.\n"); g_PlbData.State = PLB_ST_FULL; lv_plugin_img_set_src(image_play_scr_uiflowplay, LV_PLUGIN_IMG_ID_SF_STOP); lv_label_set_text_fmt(label_playtime_scr_uiflowplay, "%02d:%02d", 0, 0); @@ -1886,17 +1886,17 @@ static void UIFlowPlay_CB_Error(lv_obj_t* obj, const LV_USER_EVENT_NVTMSG_DATA* static void UIFlowPlay_Key(lv_obj_t* obj, uint32_t key) { - switch(key) { case LV_USER_KEY_SELECT: { - UIFlowPlay_OnKeySelect(obj); break; + UIFlowPlay_OnKeySelect(obj); break; } - case LV_USER_KEY_SHUTTER2: + // case LV_USER_KEY_SHUTTER2: + case LV_KEY_ENTER: { play_video(obj); break; @@ -1933,24 +1933,28 @@ static void UIFlowPlay_Key(lv_obj_t* obj, uint32_t key) case LV_USER_KEY_ZOOMIN: { + break; UIFlowPlay_OnKeyZoomIn(obj); break; } case LV_USER_KEY_ZOOMOUT: { + break; UIFlowPlay_OnKeyZoomOut(obj); break; } case LV_USER_KEY_MENU: { + break; UIFlowPlay_OnKeyMenu(obj); break; } case LV_USER_KEY_MODE: { + break; UIFlowPlay_OnKeyMode(obj); break; } @@ -2037,11 +2041,13 @@ static void UIFlowPlayBtnEventCallback(lv_obj_t* obj, lv_event_t event) { case LV_EVENT_CLICKED: { + break; UIFlowPlay_OnKeySelect(obj); break; } - case LV_EVENT_KEY: + // case LV_EVENT_KEY: + case LV_USER_EVENT_KEY_RELEASE: { uint32_t* key = (uint32_t*)lv_event_get_data(); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlayThumb/UIFlowPlayThumb.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlayThumb/UIFlowPlayThumb.c index 77125064d..0a8c5076a 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlayThumb/UIFlowPlayThumb.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlayThumb/UIFlowPlayThumb.c @@ -1543,7 +1543,7 @@ lv_obj_t* UIFlowPlayThumb_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_page_info_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_page_info_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xe7, 0xd9, 0xd9, 0xd9) ; lv_style_set_text_color(&label_page_info_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_page_info_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_page_info_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_page_info_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_page_info_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_page_info_s0, LV_STATE_CHECKED, color); @@ -1605,7 +1605,7 @@ lv_obj_t* UIFlowPlayThumb_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_file_name_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_file_name_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xe7, 0xd9, 0xd9, 0xd9) ; lv_style_set_text_color(&label_file_name_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_file_name_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_file_name_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3b, 0x3e, 0x42) ; lv_style_set_text_sel_color(&label_file_name_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_file_name_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_file_name_s0, LV_STATE_CHECKED, color); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowUSB/UIFlowUSB.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowUSB/UIFlowUSB.c index 6c4787590..c0a68086f 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowUSB/UIFlowUSB.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowUSB/UIFlowUSB.c @@ -70,7 +70,7 @@ lv_obj_t* UIFlowUSB_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_usbmode_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_usbmode_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xf8, 0xfd, 0xfd, 0xfd) ; lv_style_set_text_color(&label_usbmode_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_usbmode_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_usbmode_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0x2f, 0x00, 0x9e, 0x84) ; lv_style_set_text_sel_color(&label_usbmode_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x0e, 0x00, 0x00, 0xff) ; lv_style_set_text_sel_bg_color(&label_usbmode_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_usbmode_s0, LV_STATE_CHECKED, color); @@ -118,8 +118,8 @@ lv_obj_t* UIFlowUSB_create(){ lv_label_set_text(label_usbmode,"Mass Storage"); lv_plugin_label_allocate_ext_attr(label_usbmode); lv_plugin_label_set_font_type(label_usbmode, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); - lv_obj_set_pos(label_usbmode, 99, 14); - lv_obj_set_size(label_usbmode, 108, 18); + lv_obj_set_pos(label_usbmode, 101, 14); + lv_obj_set_size(label_usbmode, 105, 20); lv_obj_add_style(label_usbmode, 0, &label_usbmode_s0); label_usbmode_scr_uiflowusb = label_usbmode; @@ -166,7 +166,7 @@ lv_obj_t* UIFlowUSB_create(){ lv_obj_set_hidden(image_usb, false); lv_obj_set_click(image_usb, false); lv_obj_set_drag(image_usb, false); - lv_obj_set_pos(image_usb, 139, 44); + lv_obj_set_pos(image_usb, 139, 46); lv_obj_set_size(image_usb, 28, 28); lv_img_set_src(image_usb, &icon_usb_on); lv_obj_add_style(image_usb, 0, &image_usb_s0); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowUSBMenu/UIFlowUSBMenu.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowUSBMenu/UIFlowUSBMenu.c index a1c8f6e1d..01d0bf578 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowUSBMenu/UIFlowUSBMenu.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowUSBMenu/UIFlowUSBMenu.c @@ -149,7 +149,7 @@ lv_obj_t* UIFlowUSBMenu_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_usbt_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_usbt_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xc4, 0xff, 0xa8, 0x00) ; lv_style_set_text_color(&label_usbt_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_usbt_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_usbt_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_usbt_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_usbt_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_usbt_s0, LV_STATE_CHECKED, color); @@ -197,8 +197,8 @@ lv_obj_t* UIFlowUSBMenu_create(){ lv_label_set_text(label_usbt,"USB"); lv_plugin_label_allocate_ext_attr(label_usbt); lv_plugin_label_set_font_type(label_usbt, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); - lv_obj_set_pos(label_usbt, 33, 13); - lv_obj_set_size(label_usbt, 35, 18); + lv_obj_set_pos(label_usbt, 33, 12); + lv_obj_set_size(label_usbt, 33, 20); lv_obj_add_style(label_usbt, 0, &label_usbt_s0); label_usbt_scr_uiflowusbmenu = label_usbt; @@ -245,7 +245,7 @@ lv_obj_t* UIFlowUSBMenu_create(){ lv_obj_set_hidden(image_1, false); lv_obj_set_click(image_1, false); lv_obj_set_drag(image_1, false); - lv_obj_set_pos(image_1, 84, 8); + lv_obj_set_pos(image_1, 82, 8); lv_obj_set_size(image_1, 28, 28); lv_img_set_src(image_1, &icon_usb_on); lv_obj_add_style(image_1, 0, &image_1_s0); @@ -328,7 +328,7 @@ lv_obj_t* UIFlowUSBMenu_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_msdc_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_msdc_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xf0, 0xea, 0xea, 0xea) ; lv_style_set_text_color(&label_msdc_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_msdc_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_msdc_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_msdc_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_msdc_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_msdc_s0, LV_STATE_CHECKED, color); @@ -377,7 +377,7 @@ lv_obj_t* UIFlowUSBMenu_create(){ lv_plugin_label_allocate_ext_attr(label_msdc); lv_plugin_label_set_font_type(label_msdc, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_msdc, 33, 12); - lv_obj_set_size(label_msdc, 108, 18); + lv_obj_set_size(label_msdc, 105, 20); lv_obj_add_style(label_msdc, 0, &label_msdc_s0); label_msdc_scr_uiflowusbmenu = label_msdc; @@ -424,7 +424,7 @@ lv_obj_t* UIFlowUSBMenu_create(){ lv_obj_set_hidden(image_2, false); lv_obj_set_click(image_2, false); lv_obj_set_drag(image_2, false); - lv_obj_set_pos(image_2, 157, 12); + lv_obj_set_pos(image_2, 154, 12); lv_obj_set_size(image_2, 28, 28); lv_img_set_src(image_2, &icon_usb_msdc); lv_obj_add_style(image_2, 0, &image_2_s0); @@ -507,7 +507,7 @@ lv_obj_t* UIFlowUSBMenu_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_pcc_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_pcc_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xf0, 0xea, 0xea, 0xea) ; lv_style_set_text_color(&label_pcc_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_pcc_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_pcc_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_pcc_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_pcc_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_pcc_s0, LV_STATE_CHECKED, color); @@ -556,7 +556,7 @@ lv_obj_t* UIFlowUSBMenu_create(){ lv_plugin_label_allocate_ext_attr(label_pcc); lv_plugin_label_set_font_type(label_pcc, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_pcc, 33, 12); - lv_obj_set_size(label_pcc, 92, 18); + lv_obj_set_size(label_pcc, 85, 20); lv_obj_add_style(label_pcc, 0, &label_pcc_s0); label_pcc_scr_uiflowusbmenu = label_pcc; @@ -603,7 +603,7 @@ lv_obj_t* UIFlowUSBMenu_create(){ lv_obj_set_hidden(image_3, false); lv_obj_set_click(image_3, false); lv_obj_set_drag(image_3, false); - lv_obj_set_pos(image_3, 141, 12); + lv_obj_set_pos(image_3, 134, 12); lv_obj_set_size(image_3, 28, 28); lv_img_set_src(image_3, &icon_usb_uvc); lv_obj_add_style(image_3, 0, &image_3_s0); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWaitMoment/UIFlowWaitMoment.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWaitMoment/UIFlowWaitMoment.c index 8c839d9e2..8e8367105 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWaitMoment/UIFlowWaitMoment.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWaitMoment/UIFlowWaitMoment.c @@ -69,7 +69,7 @@ lv_obj_t* UIFlowWaitMoment_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_1_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_1_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_CHECKED, color); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWifiLink/UIFlowWifiLink.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWifiLink/UIFlowWifiLink.c index d7803b670..13b930fd5 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWifiLink/UIFlowWifiLink.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWifiLink/UIFlowWifiLink.c @@ -155,7 +155,7 @@ lv_obj_t* UIFlowWifiLink_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_ref_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_ref_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xf0, 0xea, 0xea, 0xea) ; lv_style_set_text_color(&label_ref_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_ref_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_ref_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_ref_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_ref_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_ref_s0, LV_STATE_CHECKED, color); @@ -203,8 +203,8 @@ lv_obj_t* UIFlowWifiLink_create(){ lv_label_set_text(label_ref,"Refresh"); lv_plugin_label_allocate_ext_attr(label_ref); lv_plugin_label_set_font_type(label_ref, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); - lv_obj_set_pos(label_ref, 31, 8); - lv_obj_set_size(label_ref, 64, 18); + lv_obj_set_pos(label_ref, 33, 7); + lv_obj_set_size(label_ref, 60, 20); lv_obj_add_style(label_ref, 0, &label_ref_s0); label_ref_scr_uiflowwifilink = label_ref; @@ -285,7 +285,7 @@ lv_obj_t* UIFlowWifiLink_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_wifioff_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_wifioff_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xf0, 0xea, 0xea, 0xea) ; lv_style_set_text_color(&label_wifioff_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_wifioff_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_wifioff_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_wifioff_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_wifioff_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_wifioff_s0, LV_STATE_CHECKED, color); @@ -333,8 +333,8 @@ lv_obj_t* UIFlowWifiLink_create(){ lv_label_set_text(label_wifioff,"WiFi_OFF"); lv_plugin_label_allocate_ext_attr(label_wifioff); lv_plugin_label_set_font_type(label_wifioff, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); - lv_obj_set_pos(label_wifioff, 24, 8); - lv_obj_set_size(label_wifioff, 77, 18); + lv_obj_set_pos(label_wifioff, 27, 7); + lv_obj_set_size(label_wifioff, 70, 20); lv_obj_add_style(label_wifioff, 0, &label_wifioff_s0); label_wifioff_scr_uiflowwifilink = label_wifioff; @@ -383,7 +383,7 @@ lv_obj_t* UIFlowWifiLink_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xc4, 0xff, 0xa8, 0x00) ; lv_style_set_text_color(&label_1_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_1_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_CHECKED, color); @@ -431,7 +431,7 @@ lv_obj_t* UIFlowWifiLink_create(){ lv_plugin_label_allocate_ext_attr(label_1); lv_plugin_label_set_font_type(label_1, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_1, 23, 90); - lv_obj_set_size(label_1, 38, 18); + lv_obj_set_size(label_1, 37, 20); lv_obj_add_style(label_1, 0, &label_1_s0); label_1_scr_uiflowwifilink = label_1; @@ -443,7 +443,7 @@ lv_obj_t* UIFlowWifiLink_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xc4, 0xff, 0xa8, 0x00) ; lv_style_set_text_color(&label_2_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_2_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_CHECKED, color); @@ -491,7 +491,7 @@ lv_obj_t* UIFlowWifiLink_create(){ lv_plugin_label_allocate_ext_attr(label_2); lv_plugin_label_set_font_type(label_2, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_2, 23, 127); - lv_obj_set_size(label_2, 29, 18); + lv_obj_set_size(label_2, 26, 20); lv_obj_add_style(label_2, 0, &label_2_s0); label_2_scr_uiflowwifilink = label_2; @@ -503,7 +503,7 @@ lv_obj_t* UIFlowWifiLink_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_ssid_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_ssid_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xf8, 0xfd, 0xfd, 0xfd) ; lv_style_set_text_color(&label_ssid_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_ssid_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_ssid_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_ssid_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_ssid_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_ssid_s0, LV_STATE_CHECKED, color); @@ -551,7 +551,7 @@ lv_obj_t* UIFlowWifiLink_create(){ lv_plugin_label_allocate_ext_attr(label_ssid); lv_plugin_label_set_font_type(label_ssid, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_ssid, 101, 90); - lv_obj_set_size(label_ssid, 25, 18); + lv_obj_set_size(label_ssid, 23, 20); lv_obj_add_style(label_ssid, 0, &label_ssid_s0); label_ssid_scr_uiflowwifilink = label_ssid; @@ -563,7 +563,7 @@ lv_obj_t* UIFlowWifiLink_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_pwa2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_pwa2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xf8, 0xfd, 0xfd, 0xfd) ; lv_style_set_text_color(&label_pwa2_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_pwa2_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_pwa2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_pwa2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_pwa2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_pwa2_s0, LV_STATE_CHECKED, color); @@ -611,7 +611,7 @@ lv_obj_t* UIFlowWifiLink_create(){ lv_plugin_label_allocate_ext_attr(label_pwa2); lv_plugin_label_set_font_type(label_pwa2, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_pwa2, 103, 128); - lv_obj_set_size(label_pwa2, 25, 18); + lv_obj_set_size(label_pwa2, 23, 20); lv_obj_add_style(label_pwa2, 0, &label_pwa2_s0); label_pwa2_scr_uiflowwifilink = label_pwa2; @@ -623,7 +623,7 @@ lv_obj_t* UIFlowWifiLink_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xc4, 0xff, 0xa8, 0x00) ; lv_style_set_text_color(&label_3_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_3_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_3_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_3_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xc5, 0xff, 0xb4, 0x00) ; lv_style_set_bg_color(&label_3_s0, LV_STATE_CHECKED, color); @@ -671,7 +671,7 @@ lv_obj_t* UIFlowWifiLink_create(){ lv_plugin_label_allocate_ext_attr(label_3); lv_plugin_label_set_font_type(label_3, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_3, 23, 50); - lv_obj_set_size(label_3, 46, 18); + lv_obj_set_size(label_3, 43, 20); lv_obj_add_style(label_3, 0, &label_3_s0); label_3_scr_uiflowwifilink = label_3; @@ -683,7 +683,7 @@ lv_obj_t* UIFlowWifiLink_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_wifimode_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_wifimode_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xf8, 0xfd, 0xfd, 0xfd) ; lv_style_set_text_color(&label_wifimode_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_wifimode_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_wifimode_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_wifimode_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_wifimode_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_wifimode_s0, LV_STATE_CHECKED, color); @@ -732,7 +732,7 @@ lv_obj_t* UIFlowWifiLink_create(){ lv_plugin_label_allocate_ext_attr(label_wifimode); lv_plugin_label_set_font_type(label_wifimode, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_wifimode, 101, 50); - lv_obj_set_size(label_wifimode, 76, 18); + lv_obj_set_size(label_wifimode, 68, 20); lv_obj_add_style(label_wifimode, 0, &label_wifimode_s0); label_wifimode_scr_uiflowwifilink = label_wifimode; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWifiLinkOK/UIFlowWifiLinkOK.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWifiLinkOK/UIFlowWifiLinkOK.c index 1e8f16e32..d42dd9eb9 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWifiLinkOK/UIFlowWifiLinkOK.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWifiLinkOK/UIFlowWifiLinkOK.c @@ -105,7 +105,7 @@ lv_obj_t* UIFlowWifiLinkOK_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_select_msg_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_select_msg_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xf8, 0xfd, 0xfd, 0xfd) ; lv_style_set_text_color(&label_select_msg_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_select_msg_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_select_msg_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_select_msg_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_select_msg_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_select_msg_s0, LV_STATE_CHECKED, color); @@ -152,8 +152,8 @@ lv_obj_t* UIFlowWifiLinkOK_create(){ lv_label_set_text(label_select_msg,"Press Select to Disconnect"); lv_plugin_label_allocate_ext_attr(label_select_msg); lv_plugin_label_set_font_type(label_select_msg, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); - lv_obj_set_pos(label_select_msg, 29, 8); - lv_obj_set_size(label_select_msg, 213, 18); + lv_obj_set_pos(label_select_msg, 32, 7); + lv_obj_set_size(label_select_msg, 206, 20); lv_obj_add_style(label_select_msg, 0, &label_select_msg_s0); label_select_msg_scr_uiflowwifilinkok = label_select_msg; @@ -201,7 +201,7 @@ lv_obj_t* UIFlowWifiLinkOK_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xc4, 0xff, 0xa8, 0x00) ; lv_style_set_text_color(&label_2_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_2_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_2_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_2_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_2_s0, LV_STATE_CHECKED, color); @@ -249,7 +249,7 @@ lv_obj_t* UIFlowWifiLinkOK_create(){ lv_plugin_label_allocate_ext_attr(label_2); lv_plugin_label_set_font_type(label_2, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_2, 15, 18); - lv_obj_set_size(label_2, 39, 18); + lv_obj_set_size(label_2, 37, 20); lv_obj_add_style(label_2, 0, &label_2_s0); label_2_scr_uiflowwifilinkok = label_2; @@ -261,7 +261,7 @@ lv_obj_t* UIFlowWifiLinkOK_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_mac_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_mac_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xf8, 0xfd, 0xfd, 0xfd) ; lv_style_set_text_color(&label_mac_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_mac_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_mac_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_mac_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_mac_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_mac_s0, LV_STATE_CHECKED, color); @@ -309,7 +309,7 @@ lv_obj_t* UIFlowWifiLinkOK_create(){ lv_plugin_label_allocate_ext_attr(label_mac); lv_plugin_label_set_font_type(label_mac, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_mac, 92, 18); - lv_obj_set_size(label_mac, 156, 18); + lv_obj_set_size(label_mac, 149, 20); lv_obj_add_style(label_mac, 0, &label_mac_s0); label_mac_scr_uiflowwifilinkok = label_mac; @@ -321,7 +321,7 @@ lv_obj_t* UIFlowWifiLinkOK_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_wifista_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_wifista_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xf8, 0xfd, 0xfd, 0xfd) ; lv_style_set_text_color(&label_wifista_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_wifista_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_wifista_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_wifista_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_wifista_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_wifista_s0, LV_STATE_CHECKED, color); @@ -369,7 +369,7 @@ lv_obj_t* UIFlowWifiLinkOK_create(){ lv_plugin_label_allocate_ext_attr(label_wifista); lv_plugin_label_set_font_type(label_wifista, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_wifista, 92, 65); - lv_obj_set_size(label_wifista, 120, 18); + lv_obj_set_size(label_wifista, 113, 20); lv_obj_add_style(label_wifista, 0, &label_wifista_s0); label_wifista_scr_uiflowwifilinkok = label_wifista; @@ -381,7 +381,7 @@ lv_obj_t* UIFlowWifiLinkOK_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xc4, 0xff, 0xa8, 0x00) ; lv_style_set_text_color(&label_1_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_1_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_1_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_1_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_1_s0, LV_STATE_CHECKED, color); @@ -429,7 +429,7 @@ lv_obj_t* UIFlowWifiLinkOK_create(){ lv_plugin_label_allocate_ext_attr(label_1); lv_plugin_label_set_font_type(label_1, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_obj_set_pos(label_1, 15, 65); - lv_obj_set_size(label_1, 53, 18); + lv_obj_set_size(label_1, 50, 20); lv_obj_add_style(label_1, 0, &label_1_s0); label_1_scr_uiflowwifilinkok = label_1; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsg.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsg.c index 6330450e6..3d2b0b236 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsg.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsg.c @@ -47,6 +47,7 @@ lv_obj_t* UIFlowWrnMsg_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_CHECKED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_CHECKED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_CHECKED, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_bg_color(&message_box_1_s0, LV_STATE_FOCUSED, color); @@ -55,6 +56,7 @@ lv_obj_t* UIFlowWrnMsg_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_FOCUSED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_FOCUSED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_FOCUSED, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_bg_color(&message_box_1_s0, LV_STATE_EDITED, color); @@ -63,6 +65,7 @@ lv_obj_t* UIFlowWrnMsg_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_EDITED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_EDITED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_EDITED, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_bg_color(&message_box_1_s0, LV_STATE_HOVERED, color); @@ -71,6 +74,7 @@ lv_obj_t* UIFlowWrnMsg_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_HOVERED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_HOVERED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_HOVERED, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_bg_color(&message_box_1_s0, LV_STATE_PRESSED, color); @@ -79,6 +83,7 @@ lv_obj_t* UIFlowWrnMsg_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_PRESSED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_PRESSED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_PRESSED, color); STYLE_COLOR_PROP(0xcc, 0x02, 0x62, 0xb6) ; lv_style_set_bg_color(&message_box_1_s0, LV_STATE_DISABLED, color); @@ -87,6 +92,7 @@ lv_obj_t* UIFlowWrnMsg_create(){ STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_outline_color(&message_box_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x09, 0xc0, 0xc0, 0xc0) ; lv_style_set_shadow_color(&message_box_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&message_box_1_s0, LV_STATE_DISABLED, color); + lv_style_set_text_font(&message_box_1_s0,LV_STATE_DISABLED,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&message_box_1_s0, LV_STATE_DISABLED, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&message_box_1_s0, LV_STATE_DISABLED, color); lv_obj_t *message_box_1 = lv_msgbox_create(parent, NULL); @@ -94,7 +100,7 @@ lv_obj_t* UIFlowWrnMsg_create(){ lv_obj_set_click(message_box_1, true); lv_obj_set_drag(message_box_1, false); lv_obj_set_pos(message_box_1, 55, 52); - lv_obj_set_size(message_box_1, 210, 134); + lv_obj_set_size(message_box_1, 210, 136); lv_plugin_msgbox_allocate_ext_attr(message_box_1); lv_plugin_msgbox_set_text(message_box_1, LV_PLUGIN_STRING_ID_STRID_NULL_); lv_msgbox_set_text(message_box_1,"\n"); @@ -164,7 +170,7 @@ lv_obj_t* UIFlowWrnMsg_create(){ STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_color(&label_tips_s0, LV_STATE_DEFAULT, color); - lv_style_set_text_font(&label_tips_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16); + lv_style_set_text_font(&label_tips_s0,LV_STATE_DEFAULT,&sf_ui_text_medium_16_1bpp); STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_tips_s0, LV_STATE_DEFAULT, color); STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_tips_s0, LV_STATE_CHECKED, color); @@ -213,7 +219,7 @@ lv_obj_t* UIFlowWrnMsg_create(){ lv_plugin_label_set_font_type(label_tips, LV_PLUGIN_LANGUAGE_FONT_TYPE_0); lv_label_set_long_mode(label_tips, LV_LABEL_LONG_BREAK); lv_obj_set_pos(label_tips, 13, 12); - lv_obj_set_size(label_tips, 184, 54); + lv_obj_set_size(label_tips, 184, 60); lv_obj_add_style(label_tips, 0, &label_tips_s0); label_tips_scr_uiflowwrnmsg = label_tips; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsgEventCallback.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsgEventCallback.c index 34aad73d1..32ebab6a2 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsgEventCallback.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsgEventCallback.c @@ -2,6 +2,8 @@ #include "UIFlowLVGL/UIFlowWrnMsg/UIFlowWrnMsgAPI.h" #include "UIFlowLVGL/UIFlowLVGL.h" #include +#include "sf_sd_common.h" +#include "sf_commu_mcu_reg.h" /************************************************************** * static variables @@ -90,6 +92,14 @@ void UIFlowWrnMsgAPI_Open_StringID(lv_plugin_res_id id, uint16_t auto_close_time lv_plugin_msgbox_set_text(msgbox, id); } + // if(LV_PLUGIN_STRING_ID_STRING_UPGRADING == msgID) + // { + // const lv_plugin_string_t* tmpstr1 = lv_plugin_get_string(LV_PLUGIN_STRING_ID_STRING_UPGRADING); + // const lv_plugin_string_t* tmpstr2 = lv_plugin_get_string(LV_PLUGIN_STRING_ID_STRING_UPGRADE_WARNING); + // printf("%s\n%s",tmpstr1->ptr,tmpstr2->ptr); + // lv_msgbox_set_text_fmt(msgbox, "%s\n%s",tmpstr1->ptr,tmpstr2->ptr); + // } + /* add button */ // btn_map[0] = lv_plugin_get_string(LV_PLUGIN_STRING_ID_STRID_OK)->ptr; // lv_msgbox_add_btns(msgbox, btn_map); @@ -124,10 +134,50 @@ void UIFlowWrnMsgEventCallback_OnOpen(lv_obj_t* obj) +} + +static void UIFlowWrnMsg_OnNVTMSG(lv_obj_t* obj, const LV_USER_EVENT_NVTMSG_DATA* msg) +{ + NVTEVT message=msg->paramArray[ONDONE_PARAM_INDEX_CMD]; + switch(msg->event) + { + case NVTEVT_BACKGROUND_DONE: + switch (message) + { + case NVTEVT_BKW_FORMAT_CARD: + { + + int ret = sf_get_card_statu(); + if(ret == CMD_FORMAT_SD_OK) + { + lv_plugin_msgbox_set_text(msgbox, LV_PLUGIN_STRING_ID_STRING_COMPLETED); + } + else + { + lv_plugin_msgbox_set_text(msgbox, LV_PLUGIN_STRING_ID_STRING_FORMAT_ERR); + } + lv_msgbox_start_auto_close(msgbox, 3000); + printf("[%s]start auto close 3000ms", __FUNCTION__); + break; + } + case NVTEVT_BKW_CAMERA_FW_UPGRADE: + case NVTEVT_BKW_MODULE_FW_UPGRADE: + case NVTEVT_BKW_RESET: + { + break; + } + + default: + break; + } + default: + break; + } } void UIFlowWrnMsgEventCallback(lv_obj_t* obj, lv_event_t event) { + printf("[%s]event:%d\n", __FUNCTION__, event); switch(event) { @@ -155,6 +205,14 @@ void UIFlowWrnMsgEventCallback(lv_obj_t* obj, lv_event_t event) break; } + case LV_USER_EVENT_NVTMSG: + { + const LV_USER_EVENT_NVTMSG_DATA* msg = (const LV_USER_EVENT_NVTMSG_DATA*)lv_event_get_data(); + + UIFlowWrnMsg_OnNVTMSG(obj, msg); + break; + } + default: break; @@ -195,9 +253,11 @@ void message_box_wrnmsg_OnKey(lv_obj_t* msgbox, uint32_t key) void message_box_wrnmsg_event_callback(lv_obj_t* obj, lv_event_t event) { + printf("[%s]event:%d\n", __FUNCTION__, event); switch (event) { - case LV_EVENT_KEY: + // case LV_EVENT_KEY: + case LV_USER_EVENT_KEY_RELEASE: { uint32_t* key = (uint32_t*)lv_event_get_data(); @@ -220,6 +280,12 @@ void message_box_wrnmsg_event_callback(lv_obj_t* obj, lv_event_t event) /* reset pointer of msgbox */ msgbox = NULL; + if(msgID == LV_PLUGIN_STRING_ID_STRING_NO_SD || + msgID == LV_PLUGIN_STRING_ID_STRING_FORMATING) + { + evt = NVTRET_ENTER_MENU; + } + /* parent is UIFlowWrnMsg */ if(evt != NVTEVT_NULL){ lv_plugin_scr_close(lv_obj_get_parent(obj), gen_nvtmsg_data(evt, 0)); diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL_SPORTCAM.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL_SPORTCAM.h index f6b76cac2..edd7941ee 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL_SPORTCAM.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL_SPORTCAM.h @@ -65,6 +65,7 @@ typedef enum { LV_USER_EVENT_START = _LV_PLUGIN_EVENT_LAST, LV_USER_EVENT_NVTMSG = LV_USER_EVENT_START, /* lv_event_get_data(): LV_USER_EVENT_NVTMSG_DATA */ LV_USER_EVENT_KEY_RELEASE, /* lv_event_get_data(): */ + LV_USER_EVENT_KEY_LONG_PRESS } LV_USER_EVENT; diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_bluetooth_unconnected.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_bluetooth_unconnected.bmp index 159551e4b..31f8da526 100644 Binary files a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_bluetooth_unconnected.bmp and b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_bluetooth_unconnected.bmp differ diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_next1.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_next1.bmp index 4ed024632..9168a6e8d 100644 Binary files a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_next1.bmp and b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_next1.bmp differ diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_next2.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_next2.bmp index 249dfc79c..fba4b4fa6 100644 Binary files a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_next2.bmp and b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_next2.bmp differ diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_on.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_on.bmp index 9f7293fe8..4e5af7a2e 100644 Binary files a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_on.bmp and b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_on.bmp differ diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_pwd_down-up.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_pwd_down-up.bmp new file mode 100644 index 000000000..a6612616d Binary files /dev/null and b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_pwd_down-up.bmp differ diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal0.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal0.bmp index e49d4346f..611519121 100644 Binary files a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal0.bmp and b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal0.bmp differ diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal1.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal1.bmp index 82815bf8b..0b805fc5b 100644 Binary files a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal1.bmp and b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal1.bmp differ diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal2.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal2.bmp index b28c48989..d41fd3d19 100644 Binary files a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal2.bmp and b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal2.bmp differ diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal3.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal3.bmp index 50219e801..cf75c690a 100644 Binary files a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal3.bmp and b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_signal3.bmp differ diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_wifi_unconnected.bmp b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_wifi_unconnected.bmp index 94ed5f732..88b82ed72 100644 Binary files a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_wifi_unconnected.bmp and b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/icons/sf_wifi_unconnected.bmp differ diff --git a/code/application/source/cardv/SrcCode/lv_drivers/display/fbdev.c b/code/application/source/cardv/SrcCode/lv_drivers/display/fbdev.c index da7958e79..8e81a6236 100755 --- a/code/application/source/cardv/SrcCode/lv_drivers/display/fbdev.c +++ b/code/application/source/cardv/SrcCode/lv_drivers/display/fbdev.c @@ -104,16 +104,6 @@ static struct bsd_fb_var_info vinfo; #endif #endif /* USE_BSD_FBDEV */ -#if LV_COLOR_DEPTH == 24 - -HD_RESULT disp_gfx_copy_8565(UINT32 dst_pa, UINT32 src_pa,lv_disp_drv_t * disp_drv); -HD_RESULT disp_gfx_rotate_8565(UINT32 dst_pa, UINT32 src_pa,lv_disp_drv_t * disp_drv); -void lv_gpu_nvt_dma2d_rotate_8565(lv_color_t * buf, lv_coord_t buf_w, const lv_color_t * map, lv_coord_t map_w, lv_area_t area, UINT32 dir); - -#endif - -void lv_gpu_nvt_dma2d_rotate(lv_color_t * buf, lv_coord_t buf_w, const lv_color_t * map, lv_coord_t map_w, lv_area_t area, UINT32 dir, bool flush); - char *fbp = 0; long int screensize = 0; static UINT32 buf1_pa; @@ -122,8 +112,6 @@ static UINT32 buf1_pa; #include "lvgl/src/lv_gpu/lv_gpu_nvt_dma2d.h" -static UINT32 hdal_fmt=DISPLAY_HDAL_OSD_FMT; //for gfx need hdal fmt - #endif static int fbfd = 0; @@ -147,9 +135,6 @@ void lv_user_rounder_callback( { #if LV_USE_GPU_NVT_DMA2D == 1 - -#if LV_COLOR_DEPTH != 8 - #if LV_USER_CFG_USE_ROTATE_BUFFER uint8_t alignment = 16; #else @@ -159,8 +144,8 @@ void lv_user_rounder_callback( area->x1 = ALIGN_FLOOR(area->x1, alignment); area->y1 = ALIGN_FLOOR(area->y1, alignment); - lv_coord_t copy_w = (area->x2 - area->x1) + 1; - lv_coord_t copy_h = (area->y2 - area->y1) + 1; + lv_coord_t copy_w = lv_area_get_width(area); + lv_coord_t copy_h = lv_area_get_height(area); uint8_t remainder_copy_w = copy_w % alignment; uint8_t remainder_copy_h = copy_h % alignment; @@ -186,20 +171,6 @@ void lv_user_rounder_callback( if(area->y2 > (disp_drv->ver_res - 1)) area->y2 = disp_drv->ver_res - 1; -#else - - /******************************************************************* - * invalidate area update still has issues for LV_COLOR_DEPTH = 8, - * keep fully update. - ******************************************************************/ - - area->x1 = 0; - area->y1 = 0; - area->x2 = disp_drv->hor_res - 1; - area->y2 = disp_drv->ver_res - 1; - -#endif - #endif } @@ -492,11 +463,11 @@ void fbdev_exit(void) #if LV_USER_CFG_USE_TWO_BUFFER UINT32 fpb_scr, fpb_dst; - const lv_area_t area = {0, 0, disp_drv->hor_res - 1, disp_drv->ver_res - 1}; - + const lv_area_t area = {0, 0, DISPLAY_OSD_W - 1, DISPLAY_OSD_H - 1}; +// CHKPNT; /* check is last chunk */ if(disp_drv->buffer->flushing_last){ - +// CHKPNT; if(vinfo.yoffset == 0){ vinfo.yoffset = vinfo.yres; fpb_scr = (UINT32)fbp + screensize; @@ -514,12 +485,14 @@ void fbdev_exit(void) lv_gpu_nvt_dma2d_copy( (lv_color_t *) fpb_scr, - disp_drv->hor_res, - disp_drv->ver_res, - (lv_color_t *) fpb_dst, - disp_drv->hor_res, - disp_drv->ver_res, + DISPLAY_OSD_W, + DISPLAY_OSD_H, &area, + (lv_color_t *) fpb_dst, + DISPLAY_OSD_W, + DISPLAY_OSD_H, + 0, + 0, true ); } @@ -540,77 +513,20 @@ void fbdev_exit(void) { UINT32 dst_va = disp_get_dst_va(disp_drv); - lv_gpu_nvt_dma2d_rotate_8565( - (lv_color_t *)dst_va, disp_drv->hor_res, - (lv_color_t *)color_p, disp_drv->hor_res, - *area, VDO_ROTATE_DIR); - - disp_set_pan_display(disp_drv); - - lv_disp_flush_ready(disp_drv); - } - - #else - - void disp_flush(lv_disp_drv_t * disp_drv, const lv_area_t * area, lv_color_t * color_p) - { - UINT32 dst_va = disp_get_dst_va(disp_drv); - - #if 1 - - lv_gpu_nvt_dma2d_copy( - color_p, - disp_drv->hor_res, - disp_drv->ver_res, - (lv_color_t *)dst_va, + lv_gpu_nvt_dma2d_rotate( + (lv_color_t *)color_p, disp_drv->hor_res, disp_drv->ver_res, area, + (lv_color_t *)dst_va, + DISPLAY_OSD_W, + DISPLAY_OSD_H, + DISPLAY_OSD_W_OFFSET, + DISPLAY_OSD_H_OFFSET, + VDO_ROTATE_DIR, true ); - #else /* CPU flush for debugging */ - - uint32_t location, location2; - const uint32_t alpha_offset = LV_HOR_RES_MAX * LV_VER_RES_MAX * 2; - - - for(int i=area->x1 ; i<=area->x2 ; i++) - { - for(int j=area->y1 ; j<=area->y2 ; j++) - { - location = i + j * disp_drv->hor_res; - location2 = (i-area->x1) + (j-area->y1) * disp_drv->hor_res; - *(((uint16_t*)dst_va) + location ) = *((uint16_t*)(vir_meminfo.va) + location2); - *((uint8_t*)(dst_va + alpha_offset + location)) = *((uint8_t*)(vir_meminfo.va) + location2 + alpha_offset); - } - } - - hd_common_mem_flush_cache(color_p, disp_drv->hor_res * disp_drv->ver_res * sizeof(lv_color_t)); - - #endif - - disp_set_pan_display(disp_drv); - - lv_disp_flush_ready(disp_drv); - } - - #endif - - - #else /* 32 & 8 */ - - #if LV_USER_CFG_USE_ROTATE_BUFFER - - void disp_flush(lv_disp_drv_t * disp_drv, const lv_area_t * area, lv_color_t * color_p) - { - UINT32 dst_va = disp_get_dst_va(disp_drv); - - lv_gpu_nvt_dma2d_rotate( - (lv_color_t *)dst_va, disp_drv->hor_res, - (lv_color_t *)color_p, disp_drv->hor_res, - *area, VDO_ROTATE_DIR, true); - disp_set_pan_display(disp_drv); lv_disp_flush_ready(disp_drv); @@ -626,10 +542,70 @@ void fbdev_exit(void) color_p, lv_area_get_width(area), lv_area_get_height(area), + area, (lv_color_t *)dst_va, + DISPLAY_OSD_W, + DISPLAY_OSD_H, + DISPLAY_OSD_W_OFFSET, + DISPLAY_OSD_H_OFFSET, + true + ); + + disp_set_pan_display(disp_drv); + + lv_disp_flush_ready(disp_drv); + } + + #endif + + + #else /* 32 & 8 */ + + #if LV_USER_CFG_USE_ROTATE_BUFFER + + void disp_flush(lv_disp_drv_t * disp_drv, const lv_area_t * area, lv_color_t * color_p) + { + UINT32 dst_va = disp_get_dst_va(disp_drv); + + lv_gpu_nvt_dma2d_rotate( + (lv_color_t *)color_p, disp_drv->hor_res, disp_drv->ver_res, area, + (lv_color_t *)dst_va, + DISPLAY_OSD_W, + DISPLAY_OSD_H, + DISPLAY_OSD_W_OFFSET, + DISPLAY_OSD_H_OFFSET, + VDO_ROTATE_DIR, + true + ); + + disp_set_pan_display(disp_drv); + + lv_disp_flush_ready(disp_drv); + } + + #else + + void disp_flush(lv_disp_drv_t * disp_drv, const lv_area_t * area, lv_color_t * color_p) + { + UINT32 dst_va = disp_get_dst_va(disp_drv); + fbdev_msg("disp_flush x1=. %s\n",area->x1); + fbdev_msg("disp_flush x2=. %s\n",area->x2); + fbdev_msg("disp_flush y1=. %s\n",area->y1); + fbdev_msg("disp_flush y2=. %s\n",area->y2); + + lv_gpu_nvt_dma2d_copy( + color_p, + lv_area_get_width(area), + lv_area_get_height(area), + area, + (lv_color_t *)dst_va, + DISPLAY_OSD_W, + DISPLAY_OSD_H, + DISPLAY_OSD_W_OFFSET, + DISPLAY_OSD_H_OFFSET, true ); @@ -697,216 +673,11 @@ void set_px_cb_8565( } } -void lv_gpu_nvt_dma2d_rotate_8565(lv_color_t * buf, lv_coord_t buf_w, const lv_color_t * map, lv_coord_t map_w, lv_area_t area, UINT32 dir) -{ - UINT32 dst_pa = 0; - UINT32 src_pa = 0; - HD_GFX_ROTATE param = {0}; - HD_RESULT ret = HD_OK; - HD_COMMON_MEM_VIRT_INFO vir_meminfo = {0}; - lv_coord_t copy_w = (area.x2 - area.x1) + 1; - lv_coord_t copy_h = (area.y2 - area.y1) + 1; - bool swap_xy = false; - HD_IPOINT dst_pos = {-1, -1}; - - const uint8_t pixel_size_rgb = sizeof(LV_COLOR_BLACK.full); - const uint8_t pixel_size_alpha = sizeof(LV_COLOR_BLACK.ext_ch.alpha); - const uint32_t alpha_offset = LV_VER_RES_MAX * LV_HOR_RES_MAX * pixel_size_rgb; - - - /* convert va to pa */ - vir_meminfo.va = (void *)(map); - if ( hd_common_mem_get(HD_COMMON_MEM_PARAM_VIRT_INFO, &vir_meminfo) != HD_OK) { - fbdev_msg("convert map failed!\n"); - return; - } - - src_pa = vir_meminfo.pa; - - vir_meminfo.va = (void *)(buf); - if ( hd_common_mem_get(HD_COMMON_MEM_PARAM_VIRT_INFO, &vir_meminfo) != HD_OK) { - fbdev_msg("convert buf failed!\n"); - return; - } - - dst_pa = vir_meminfo.pa; - - - memset(¶m, 0, sizeof(HD_GFX_ROTATE)); - - /* check dir */ - - switch(dir) - { - case HD_VIDEO_DIR_ROTATE_90: - dst_pos = (HD_IPOINT){LV_VER_RES_MAX - area.y1 - copy_h, area.x1}; - swap_xy = true; - break; - - case HD_VIDEO_DIR_ROTATE_270: - dst_pos = (HD_IPOINT){area.y1, LV_HOR_RES_MAX - area.x1 - copy_w}; - swap_xy = true; - break; - - case HD_VIDEO_DIR_ROTATE_180: - dst_pos = (HD_IPOINT){LV_HOR_RES_MAX - area.x1 - copy_w, LV_VER_RES_MAX - area.y1 - copy_h}; - swap_xy = false; - break; - - default: - LV_LOG_ERROR("dir(%lx) is currently not supported", dir); - return; - } - - /* rotate rgb channels */ - - param.src_img.dim.w = LV_HOR_RES_MAX; - param.src_img.dim.h = LV_VER_RES_MAX; - param.src_img.p_phy_addr[0] = src_pa; - param.src_img.lineoffset[0] = LV_HOR_RES_MAX * pixel_size_rgb; - param.src_img.format = HD_VIDEO_PXLFMT_RGB565; - - param.src_region.x = 0; - param.src_region.y = 0; - param.src_region.w = copy_w; - param.src_region.h = copy_h; - - param.dst_img.format = HD_VIDEO_PXLFMT_RGB565; - param.dst_img.dim.w = swap_xy ? LV_VER_RES_MAX : LV_HOR_RES_MAX; - param.dst_img.dim.h = swap_xy ? LV_HOR_RES_MAX : LV_VER_RES_MAX; - param.dst_img.p_phy_addr[0] = dst_pa; - param.dst_img.lineoffset[0] = (swap_xy ? LV_VER_RES_MAX : LV_HOR_RES_MAX) * pixel_size_rgb; - param.dst_pos = dst_pos; - param.angle = dir; - - ret = hd_gfx_rotate(¶m); - - if(ret != HD_OK){ - fbdev_msg("ret = %d\n", ret); - } - - /* rotate alpha channel */ - param.src_img.dim.w = LV_HOR_RES_MAX; - param.src_img.dim.h = LV_VER_RES_MAX; - param.src_img.p_phy_addr[0] = src_pa + alpha_offset; - param.src_img.lineoffset[0] = LV_HOR_RES_MAX * pixel_size_alpha; - param.src_img.format = HD_VIDEO_PXLFMT_I8; - - param.src_region.x = 0; - param.src_region.y = 0; - param.src_region.w = copy_w; - param.src_region.h = copy_h; - - param.dst_img.format = HD_VIDEO_PXLFMT_I8; - param.dst_img.dim.w = swap_xy ? LV_VER_RES_MAX : LV_HOR_RES_MAX; - param.dst_img.dim.h = swap_xy ? LV_HOR_RES_MAX : LV_VER_RES_MAX; - param.dst_img.p_phy_addr[0] = dst_pa + alpha_offset; - param.dst_img.lineoffset[0] = (swap_xy ? LV_VER_RES_MAX : LV_HOR_RES_MAX) * pixel_size_alpha; - param.dst_pos = dst_pos; - param.angle = dir; - - ret = hd_gfx_rotate(¶m); - - if(ret != HD_OK){ - fbdev_msg("ret = %d\n", ret); - } -} - - #endif #include "kwrap/debug.h" #include "FileSysTsk.h" -void lv_gpu_nvt_dma2d_rotate(lv_color_t * buf, lv_coord_t buf_w, const lv_color_t * map, lv_coord_t map_w, lv_area_t area, UINT32 dir, bool flush) -{ - UINT32 dst_pa = 0; - UINT32 src_pa = 0; - HD_GFX_ROTATE param = {0}; - HD_RESULT ret = HD_OK; - HD_COMMON_MEM_VIRT_INFO vir_meminfo = {0}; - lv_coord_t copy_w = lv_area_get_width(&area); - lv_coord_t copy_h = lv_area_get_height(&area); - bool swap_xy = false; - HD_IPOINT dst_pos = {-1, -1}; - - /* convert va to pa */ - vir_meminfo.va = (void *)(map); - if ( hd_common_mem_get(HD_COMMON_MEM_PARAM_VIRT_INFO, &vir_meminfo) != HD_OK) { - fbdev_msg("convert map failed!\n"); - return; - } - - src_pa = vir_meminfo.pa; - - vir_meminfo.va = (void *)(buf); - if ( hd_common_mem_get(HD_COMMON_MEM_PARAM_VIRT_INFO, &vir_meminfo) != HD_OK) { - fbdev_msg("convert buf failed!\n"); - return; - } - - dst_pa = vir_meminfo.pa; - - - memset(¶m, 0, sizeof(HD_GFX_ROTATE)); - - /* check dir */ - - switch(dir) - { - case HD_VIDEO_DIR_ROTATE_90: - dst_pos = (HD_IPOINT){LV_VER_RES_MAX - area.y1 - copy_h, area.x1}; - swap_xy = true; - break; - - case HD_VIDEO_DIR_ROTATE_270: - dst_pos = (HD_IPOINT){area.y1, LV_HOR_RES_MAX - area.x1 - copy_w}; - swap_xy = true; - break; - - case HD_VIDEO_DIR_ROTATE_180: - dst_pos = (HD_IPOINT){LV_HOR_RES_MAX - area.x1 - copy_w, LV_VER_RES_MAX - area.y1 - copy_h}; - swap_xy = false; - break; - - default: - LV_LOG_ERROR("dir(%lx) is currently not supported", dir); - return; - } - - /* rotate rgb channels */ - - param.src_img.dim.w = copy_w; - param.src_img.dim.h = copy_h; - param.src_img.p_phy_addr[0] = src_pa; - param.src_img.lineoffset[0] = copy_w * sizeof(lv_color_t); - param.src_img.format = hdal_fmt; - - param.src_region.x = 0; - param.src_region.y = 0; - param.src_region.w = copy_w; - param.src_region.h = copy_h; - - param.dst_img.format = hdal_fmt; - param.dst_img.dim.w = swap_xy ? LV_VER_RES_MAX : LV_HOR_RES_MAX; - param.dst_img.dim.h = swap_xy ? LV_HOR_RES_MAX : LV_VER_RES_MAX; - param.dst_img.p_phy_addr[0] = dst_pa; - param.dst_img.lineoffset[0] = (swap_xy ? LV_VER_RES_MAX : LV_HOR_RES_MAX) * sizeof(lv_color_t); - param.dst_pos = dst_pos; - param.angle = dir; - - if(flush){ - ret = hd_gfx_rotate(¶m); - } - else{ - ret = vendor_gfx_rotate_no_flush(¶m); - } - - if(ret != HD_OK){ - fbdev_msg("ret = %d\n", ret); - } -} - #endif @@ -914,73 +685,73 @@ void lv_gpu_nvt_dma2d_rotate(lv_color_t * buf, lv_coord_t buf_w, const lv_color_ * Local Functions **********************/ -#if LV_COLOR_DEPTH == 24 - -HD_RESULT disp_gfx_rotate_8565(UINT32 dst_pa, UINT32 src_pa, lv_disp_drv_t * disp_drv) -{ - HD_GFX_ROTATE param; - HD_RESULT ret; - HD_VIDEO_PXLFMT fmt; - - fmt = HD_VIDEO_PXLFMT_RGB565; - - fbdev_msg("disp_gfx_rotate: dst_pa = 0x%x,src_pa = 0x%x fmt 0x%x\n", dst_pa,src_pa,fmt); - - memset(¶m, 0, sizeof(HD_GFX_ROTATE)); - param.src_img.dim.w = disp_drv->hor_res; - param.src_img.dim.h = disp_drv->ver_res; - param.src_img.p_phy_addr[0] = src_pa; - param.src_img.lineoffset[0] = disp_drv->hor_res * 2; - param.src_img.format = fmt; - - param.dst_img.dim.w = disp_drv->ver_res; - param.dst_img.dim.h = disp_drv->hor_res; - param.dst_img.p_phy_addr[0] = dst_pa; - param.dst_img.lineoffset[0] = disp_drv->ver_res * 2; - param.dst_img.format = fmt; - - param.src_region.x = 0; - param.src_region.y = 0; - param.src_region.w = disp_drv->hor_res; - param.src_region.h = disp_drv->ver_res; - - param.dst_pos.x = 0; - param.dst_pos.y = 0; - param.angle = VDO_ROTATE_DIR; - - ret = hd_gfx_rotate(¶m); - - - fmt = HD_VIDEO_PXLFMT_I8; - - memset(¶m, 0, sizeof(HD_GFX_ROTATE)); - param.src_img.dim.w = disp_drv->hor_res; - param.src_img.dim.h = disp_drv->ver_res; - param.src_img.p_phy_addr[0] = src_pa + disp_drv->hor_res * disp_drv->ver_res * 2; - param.src_img.lineoffset[0] = disp_drv->hor_res; - param.src_img.format = fmt; - - param.dst_img.dim.w = disp_drv->ver_res; - param.dst_img.dim.h = disp_drv->hor_res; - param.dst_img.p_phy_addr[0] = dst_pa + disp_drv->hor_res * disp_drv->ver_res * 2; - param.dst_img.lineoffset[0] = disp_drv->ver_res; - param.dst_img.format = fmt; - - param.src_region.x = 0; - param.src_region.y = 0; - param.src_region.w = disp_drv->hor_res; - param.src_region.h = disp_drv->ver_res; - - param.dst_pos.x = 0; - param.dst_pos.y = 0; - param.angle = VDO_ROTATE_DIR; - - ret = hd_gfx_rotate(¶m); - - return ret; -} - -#endif +//#if LV_COLOR_DEPTH == 24 +// +//HD_RESULT disp_gfx_rotate_8565(UINT32 dst_pa, UINT32 src_pa, lv_disp_drv_t * disp_drv) +//{ +// HD_GFX_ROTATE param; +// HD_RESULT ret; +// HD_VIDEO_PXLFMT fmt; +// +// fmt = HD_VIDEO_PXLFMT_RGB565; +// +// fbdev_msg("disp_gfx_rotate: dst_pa = 0x%x,src_pa = 0x%x fmt 0x%x\n", dst_pa,src_pa,fmt); +// +// memset(¶m, 0, sizeof(HD_GFX_ROTATE)); +// param.src_img.dim.w = disp_drv->hor_res; +// param.src_img.dim.h = disp_drv->ver_res; +// param.src_img.p_phy_addr[0] = src_pa; +// param.src_img.lineoffset[0] = disp_drv->hor_res * 2; +// param.src_img.format = fmt; +// +// param.dst_img.dim.w = disp_drv->ver_res; +// param.dst_img.dim.h = disp_drv->hor_res; +// param.dst_img.p_phy_addr[0] = dst_pa; +// param.dst_img.lineoffset[0] = disp_drv->ver_res * 2; +// param.dst_img.format = fmt; +// +// param.src_region.x = 0; +// param.src_region.y = 0; +// param.src_region.w = disp_drv->hor_res; +// param.src_region.h = disp_drv->ver_res; +// +// param.dst_pos.x = 0; +// param.dst_pos.y = 0; +// param.angle = VDO_ROTATE_DIR; +// +// ret = hd_gfx_rotate(¶m); +// +// +// fmt = HD_VIDEO_PXLFMT_I8; +// +// memset(¶m, 0, sizeof(HD_GFX_ROTATE)); +// param.src_img.dim.w = disp_drv->hor_res; +// param.src_img.dim.h = disp_drv->ver_res; +// param.src_img.p_phy_addr[0] = src_pa + disp_drv->hor_res * disp_drv->ver_res * 2; +// param.src_img.lineoffset[0] = disp_drv->hor_res; +// param.src_img.format = fmt; +// +// param.dst_img.dim.w = disp_drv->ver_res; +// param.dst_img.dim.h = disp_drv->hor_res; +// param.dst_img.p_phy_addr[0] = dst_pa + disp_drv->hor_res * disp_drv->ver_res * 2; +// param.dst_img.lineoffset[0] = disp_drv->ver_res; +// param.dst_img.format = fmt; +// +// param.src_region.x = 0; +// param.src_region.y = 0; +// param.src_region.w = disp_drv->hor_res; +// param.src_region.h = disp_drv->ver_res; +// +// param.dst_pos.x = 0; +// param.dst_pos.y = 0; +// param.angle = VDO_ROTATE_DIR; +// +// ret = hd_gfx_rotate(¶m); +// +// return ret; +//} +// +//#endif #endif /* USE_FBDEV || USE_BSD_FBDEV */ diff --git a/code/application/source/cardv/SrcCode/lv_drivers/display/fbdev.h b/code/application/source/cardv/SrcCode/lv_drivers/display/fbdev.h index 819216b34..e603b2f25 100755 --- a/code/application/source/cardv/SrcCode/lv_drivers/display/fbdev.h +++ b/code/application/source/cardv/SrcCode/lv_drivers/display/fbdev.h @@ -44,12 +44,6 @@ void fbdev_init(void); void fbdev_exit(void); void fbdev_flush(int32_t x1, int32_t y1, int32_t x2, int32_t y2, const lv_color_t * color_p); void disp_flush(lv_disp_drv_t * disp_drv, const lv_area_t * area, lv_color_t * color_p); -void fbdev_fill(lv_color_t *fbp,int32_t x1, int32_t y1, int32_t x2, int32_t y2, lv_color_t color); -void disp_fill(struct _disp_drv_t * disp_drv, lv_color_t * dest_buf, lv_coord_t dest_width, - const lv_area_t * fill_area, lv_color_t color); -void fbdev_map(int32_t x1, int32_t y1, int32_t x2, int32_t y2, const lv_color_t * color_p); -void fbdev_get_sizes(uint32_t *width, uint32_t *height); - void lv_user_rounder_callback(lv_disp_drv_t* disp_drv,lv_area_t* area); #if LV_USE_GPU_NVT_DMA2D diff --git a/code/application/source/cardv/SrcCode/lv_drivers/display/fbindex.c b/code/application/source/cardv/SrcCode/lv_drivers/display/fbindex.c index 9b79865b6..a7307e04d 100755 --- a/code/application/source/cardv/SrcCode/lv_drivers/display/fbindex.c +++ b/code/application/source/cardv/SrcCode/lv_drivers/display/fbindex.c @@ -11,7 +11,7 @@ #include "hd_common.h" #include "Utility/Color.h" -//extern const uint32_t gDemoKit_Palette_Palette[256]; +extern const uint32_t gDemoKit_Palette_Palette[256]; lv_color8_t gDemoKit_Palette_RGB332[256]; uint32_t gDemoKit_Palette_BGRA8888[256]; @@ -125,17 +125,21 @@ UINT32 COLOR_YUV_2_RGB(UINT32 yuv, UINT32 a) } -//void PALETTE_PREPARE_DATA(void) -//{ -// UINT32 i = 0; -// uint32_t gDemoKit_Palette_Index8[256]; -// -// for (i = 0; i < 256; i++) { -// gDemoKit_Palette_Index8[i] = COLOR_YUV_2_RGB(gDemoKit_Palette_Palette[i], 0xff); -// //DBG_DUMP("%d %x \r\n",i,gDemoKit_Palette_Index8[i]); -// } -// gDemoKit_Palette_Index8[0] = COLOR_YUV_2_RGB(gDemoKit_Palette_Palette[0], 0); -// -// //copy convert palette to org palette table -// memcpy((void *)gDemoKit_Palette_Palette,(void *)gDemoKit_Palette_Index8,sizeof(UINT32)*256); -//} +#if 0 +void PALETTE_PREPARE_DATA(void) +{ + UINT32 i = 0; + uint32_t gDemoKit_Palette_Index8[256]; + + for (i = 0; i < 256; i++) { + gDemoKit_Palette_Index8[i] = COLOR_YUV_2_RGB(gDemoKit_Palette_Palette[i], 0xff); + //DBG_DUMP("%d %x \r\n",i,gDemoKit_Palette_Index8[i]); + } + gDemoKit_Palette_Index8[0] = COLOR_YUV_2_RGB(gDemoKit_Palette_Palette[0], 0); + + //copy convert palette to org palette table + memcpy((void *)gDemoKit_Palette_Palette,(void *)gDemoKit_Palette_Index8,sizeof(UINT32)*256); +} +#endif + + diff --git a/code/application/source/sf_app/code/include/sf_4g_lpa.h b/code/application/source/sf_app/code/include/sf_4g_lpa.h index 977527176..3a3e7151a 100755 --- a/code/application/source/sf_app/code/include/sf_4g_lpa.h +++ b/code/application/source/sf_app/code/include/sf_4g_lpa.h @@ -71,8 +71,8 @@ void sf_set_wifi_socket(int fd); int sf_get_wifi_socket(void); void sf_set_wifi_cmd(UINT8 cmd); UINT8 sf_get_wifi_cmd(void); -void sf_network_select(UINT8* profileId); -void sf_4g_operator_scan(UINT8 mode); +void sf_network_select(UINT8 profileId, UINT8 ctlType); //SF_CONTROL_TYPE_e ctlType +void sf_4g_operator_scan(UINT8 mode, UINT8 ctlType); //SF_CONTROL_TYPE_e ctlType SINT32 sf_lpa_get_esim_iccid(SF_CHAR iccid[][22]); diff --git a/code/application/source/sf_app/code/include/sf_module.h b/code/application/source/sf_app/code/include/sf_module.h index b74de8b2f..63932cace 100644 --- a/code/application/source/sf_app/code/include/sf_module.h +++ b/code/application/source/sf_app/code/include/sf_module.h @@ -46,16 +46,16 @@ extern "C" { -typedef enum sf4G_STATUS_E -{ - SF_4G_OK = 0x01, - SF_4G_FAIL = 0x02, - SF_4G_FREE = 0x03, - SF_4G_SENDING = 0x04, - SF_4G_SEARCHING = 0X05, - SF_4G_REBOOT = 0x06, - SF_4G_BUTT = 0x07, -} SF_4G_STATUS_E; +// typedef enum sf4G_STATUS_E +// { +// SF_4G_OK = 0x01, +// SF_4G_FAIL = 0x02, +// SF_4G_FREE = 0x03, +// SF_4G_SENDING = 0x04, +// SF_4G_SEARCHING = 0X05, +// SF_4G_REBOOT = 0x06, +// SF_4G_BUTT = 0x07, +// } SF_4G_STATUS_E; //SINT32 sf_4G_cfun_set(); diff --git a/code/application/source/sf_app/code/include/sf_param_enum.h b/code/application/source/sf_app/code/include/sf_param_enum.h index 491bb5e3f..f8a9dfae8 100755 --- a/code/application/source/sf_app/code/include/sf_param_enum.h +++ b/code/application/source/sf_app/code/include/sf_param_enum.h @@ -483,7 +483,8 @@ typedef enum sf_PARA_MESSAGE_TYPE_E SF_PARA_CMD_WAIT = 0x1F03, SF_PARA_CMD_SIG = 0x1F04, SF_PARA_CMD_BLE = 0x1F05, - + SF_PARA_CMD_SIMISINSERT = 0x1F06, + SF_PARA_CMD_ISESIM = 0x1F07, }SF_PARA_MESSAGE_TYPE_E; typedef enum sf_WIFI_MESSAGE_TYPE_E @@ -523,9 +524,29 @@ typedef enum _SF_DEV_CMD_STEP_e{ SF_DEV_CMD_ESIM_OPERATION_SWTICH = 0x5, SF_DEV_CMD_OTA = 0x6, SF_DEV_CMD_BLU_START = 0x7, + SF_DEV_CMD_ESIM_OPERATION_SELECT_RESP = 0x8, SF_DEV_CMD_BUTT } SF_DEV_CMD_STEP_e; +typedef enum _SF_CONTROL_TYPE_e{ + SF_CONTROL_TYPE_NONE, + SF_CONTROL_TYPE_BLUETOOTH, + SF_CONTROL_TYPE_WIFI, + SF_CONTROL_TYPE_SMS, + SF_CONTROL_TYPE_LOCAL +}SF_CONTROL_TYPE_e; + +typedef enum sf4G_STATUS_E +{ + SF_4G_OK = 0x01, + SF_4G_FAIL = 0x02, + SF_4G_FREE = 0x03, + SF_4G_SENDING = 0x04, + SF_4G_SEARCHING = 0X05, + SF_4G_REBOOT = 0x06, + SF_4G_BUTT = 0x07, +} SF_4G_STATUS_E; + #ifdef __cplusplus #if __cplusplus } diff --git a/code/application/source/sf_app/code/source/4gMng/sf_4g_lpa.c b/code/application/source/sf_app/code/source/4gMng/sf_4g_lpa.c index 9f06a23b2..7fec838d8 100755 --- a/code/application/source/sf_app/code/source/4gMng/sf_4g_lpa.c +++ b/code/application/source/sf_app/code/source/4gMng/sf_4g_lpa.c @@ -28,6 +28,7 @@ //#define SAMPLE__USE_MODEM_CONNECTIVITY +#include "sf_param_enum.h" #include #include #if !SIFAR_PLATFORM_ICATCH @@ -1915,6 +1916,14 @@ SINT32 sf_lpa_get_download_profile_iccid(SINT8* iccid) static UINT8 g_esim_flag=0; //adjust insert esim or not void sf_set_esim_card(UINT8 flag) { + if(g_esim_flag != flag) + { + SF_MESSAGE_BUF_S stMessageBuf = {0}; + stMessageBuf.arg2 = flag; + stMessageBuf.arg1 = SF_PARA_CMD_ISESIM; + stMessageBuf.cmdId = CMD_PARA; + sf_com_message_send_to_cardv(&stMessageBuf); + } g_esim_flag = flag; } @@ -2798,16 +2807,23 @@ UINT8 sf_check_network_status(void) return errCode; } +struct ThreadArgs +{ + UINT8 arg1; + UINT8 arg2; +}; -void sf_operator_scan_thread(UINT32 *tmp) +void sf_operator_scan_thread(void* args) { printf("scan network.\n"); - + struct ThreadArgs* myArgs = (struct ThreadArgs*)args; + UINT8 totalOperator = 0; UINT8 totalProfile = 0; UINT8 i = 0; UINT8 errCode = CMD_SUCCESS; - UINT8 mode = (UINT8)*tmp; + UINT8 mode = myArgs->arg1; + SF_CONTROL_TYPE_e controlType = myArgs->arg2; UINT8 *sendBuff = NULL; UINT16 sendBuffLen = 0; APP_SVR_PACKET_T *pMsgParse = NULL; @@ -2822,7 +2838,7 @@ void sf_operator_scan_thread(UINT32 *tmp) memset((void *)&profileItem, 0, sizeof(LPA_PROFILE_INFO)); memset((void *)&operatorInfo, 0, sizeof(SF_OPERATORS_LIST_T)); - printf("mode=%d\n", mode); + printf("mode=%d controlType:%d\n", mode, controlType); errCode = sf_check_network_status(); @@ -2945,21 +2961,24 @@ void sf_operator_scan_thread(UINT32 *tmp) } printf("\n[sendBuff-1] e\n"); free(sendBuff); - sf_share_mem_wifi_down(1); + + if(controlType == SF_CONTROL_TYPE_WIFI) + sf_share_mem_wifi_down(1); } } - - - -void sf_4g_operator_scan(UINT8 mode) +void sf_4g_operator_scan(UINT8 mode, UINT8 ctlType) { pthread_t tOperScanTask; + + static struct ThreadArgs args = {0}; + args.arg1 = mode; + args.arg2 = ctlType; - pthread_create(&tOperScanTask,NULL,sf_operator_scan_thread,(void *)&mode); + pthread_create(&tOperScanTask,NULL,sf_operator_scan_thread,(void *)&args); } UINT8 sf_wifi_server_network_select_finish(UINT8 errCode) @@ -3059,14 +3078,17 @@ SF_BOOL sf_get_active_profile_next_index(UINT8 *index) return TRUE; } -void sf_network_select_thread(UINT8 * tmp) +void sf_network_select_thread(void* args) { - printf("select network, PID:%d\n", *tmp); + struct ThreadArgs* myArgs = (struct ThreadArgs*)args; + printf("select network, PID:%d\n", myArgs->arg1); + UINT32 ret = SF_LPA_SUCCESS; UINT32 sts = 0; UINT32 retryTime=0; UINT8 errCode = CMD_SUCCESS; - UINT8 profileId = *tmp; + UINT8 profileId = myArgs->arg1; + SF_CONTROL_TYPE_e controlType = myArgs->arg2; UINT8 curActiveProfileId = 0; UINT32 totalProfile = 0; LPA_API_ERROR lpaErrCode = LPA_NO_ERROR; @@ -3269,7 +3291,17 @@ void sf_network_select_thread(UINT8 * tmp) } - sf_wifi_server_network_select_finish(errCode); + if(controlType == SF_CONTROL_TYPE_WIFI) + sf_wifi_server_network_select_finish(errCode); + else if(controlType == SF_CONTROL_TYPE_LOCAL) + { + SF_MESSAGE_BUF_S stMessageBuf = {0}; + stMessageBuf.cmdId = CMD_DEV; + stMessageBuf.arg1 = SF_DEV_CMD_ESIM_OPERATION_SELECT_RESP; + stMessageBuf.arg2 = errCode; + stMessageBuf.arg3 = 0; + sf_com_message_send_to_cardv(&stMessageBuf); + } #if ((!SF_IQ_DEBUG)&&(!SF_4G_TEST)) if(errCode == CMD_SUCCESS) @@ -3293,11 +3325,16 @@ void sf_network_select_thread(UINT8 * tmp) } -void sf_network_select(UINT8* profileId) +void sf_network_select(UINT8 profileId, UINT8 ctlType) { pthread_t tNetWorkSeclectTask; - SLOGD("sf_network_select,Pid:%d\n", *profileId); - pthread_create(&tNetWorkSeclectTask, NULL, sf_network_select_thread, profileId); + SLOGD("sf_network_select,Pid:%d ctlType:%d\n", profileId, ctlType); + + static struct ThreadArgs args = {0}; + args.arg1 = profileId; + args.arg2 = ctlType; + + pthread_create(&tNetWorkSeclectTask, NULL, sf_network_select_thread, (void *)&args); } diff --git a/code/application/source/sf_app/code/source/4gMng/sf_ftp.c b/code/application/source/sf_app/code/source/4gMng/sf_ftp.c index 008fbac39..ac725d4fe 100755 --- a/code/application/source/sf_app/code/source/4gMng/sf_ftp.c +++ b/code/application/source/sf_app/code/source/4gMng/sf_ftp.c @@ -166,7 +166,7 @@ SINT32 sf_check_max_num(void) sprintf((char *)logStr, "[%s:%d]Reach Max Num/Day Limit,Error Code:0x%08x", __FUNCTION__, __LINE__, ret); SLOGE((char *)logStr); } - ret = SF_SUCCESS; + // ret = SF_SUCCESS; printf("[%s:%d]ret=%d\n", __FUNCTION__, __LINE__, ret); return ret; diff --git a/code/application/source/sf_app/code/source/app/sf_common.c b/code/application/source/sf_app/code/source/app/sf_common.c index 7bce977e1..44933b66e 100755 --- a/code/application/source/sf_app/code/source/app/sf_common.c +++ b/code/application/source/sf_app/code/source/app/sf_common.c @@ -914,18 +914,18 @@ static SINT32 sf_app_proccess_cmd_dev(SF_MESSAGE_BUF_S *pMessageBuf) break; case SF_DEV_CMD_ESIM_OPERATION_SCAN: - MLOGI("SF_DEV_CMD_ESIM_OPERATION_SCAN: arg3:%d\n", pMessageBuf->arg3); + MLOGI("SF_DEV_CMD_ESIM_OPERATION_SCAN: arg2:%d arg3:%d\n", pMessageBuf->arg2, pMessageBuf->arg3); //sf_set_wifi_socket(pMessageBuf->arg2); sf_set_wifi_cmd(0x3b);//WIFI_CONTROL_CAMERA_Network_Scan - sf_4g_operator_scan(pMessageBuf->arg3); + sf_4g_operator_scan(pMessageBuf->arg3, pMessageBuf->arg2); break; case SF_DEV_CMD_ESIM_OPERATION_SELECT: - MLOGI("SF_DEV_CMD_ESIM_OPERATION_SELECT:arg3:%d\n", pMessageBuf->arg3); + MLOGI("SF_DEV_CMD_ESIM_OPERATION_SCAN: arg2:%d arg3:%d\n", pMessageBuf->arg2, pMessageBuf->arg3); //sf_set_wifi_socket(pMessageBuf->arg2); sf_set_wifi_cmd(0x3c);//WIFI_CONTROL_CAMERA_Network_Select - sf_network_select((UINT8 *)&pMessageBuf->arg3); + sf_network_select(pMessageBuf->arg3, pMessageBuf->arg2); break; case SF_DEV_CMD_ESIM_OPERATION_SWTICH: diff --git a/code/application/source/sf_app/code/source/systemMng/sf_commu_mcu_reg.c b/code/application/source/sf_app/code/source/systemMng/sf_commu_mcu_reg.c index 06c8d0c2a..65d6b2696 100755 --- a/code/application/source/sf_app/code/source/systemMng/sf_commu_mcu_reg.c +++ b/code/application/source/sf_app/code/source/systemMng/sf_commu_mcu_reg.c @@ -33,6 +33,7 @@ #include "sf_param_common.h" #include "sf_sms.h" #include "sf_system.h" +#include "sf_message_queue.h" #ifdef __cplusplus #if __cplusplus extern "C" { @@ -1211,6 +1212,15 @@ int sf_app_while_flag(void) } void sf_set_sim_insert(UINT32 sim) { + if(simCardInsert != sim) + { + SF_MESSAGE_BUF_S stMessageBuf = {0}; + stMessageBuf.arg2 = sim; + stMessageBuf.arg1 = SF_PARA_CMD_SIMISINSERT; + stMessageBuf.cmdId = CMD_PARA; + sf_com_message_send_to_cardv(&stMessageBuf); + } + simCardInsert = sim; } diff --git a/code/application/source/sf_app/code/source/wifi/sf_wifi_svr.c b/code/application/source/sf_app/code/source/wifi/sf_wifi_svr.c index b6834396e..35fe6cdf0 100755 --- a/code/application/source/sf_app/code/source/wifi/sf_wifi_svr.c +++ b/code/application/source/sf_app/code/source/wifi/sf_wifi_svr.c @@ -2044,7 +2044,7 @@ SINT32 sf_svr_packet_proc(SINT32 fd, UINT8 *pAppData, UINT16 dataLen) printf("[WIFI_CONTROL_CAMERA_Network_Scan] fd:%d\n", fd); //SF_MESSAGE_BUF_S stMessageBuf = {0}; stMessageBuf.arg1 = SF_DEV_CMD_ESIM_OPERATION_SCAN; - stMessageBuf.arg2 = fd; + stMessageBuf.arg2 = SF_CONTROL_TYPE_WIFI; stMessageBuf.arg3 = pMsgStruct->msgBuf.ctrlNetworkScan.networkCtrl; stMessageBuf.cmdId = CMD_DEV; sf_com_message_send_to_app(&stMessageBuf); @@ -2057,7 +2057,7 @@ SINT32 sf_svr_packet_proc(SINT32 fd, UINT8 *pAppData, UINT16 dataLen) printf("[WIFI_CONTROL_CAMERA_Network_Select] fd:%d, pID:%d\n", fd, \ pMsgStruct->msgBuf.ctrlNetworkSelect.profileId); stMessageBuf.arg1 = SF_DEV_CMD_ESIM_OPERATION_SELECT; - stMessageBuf.arg2 = fd; + stMessageBuf.arg2 = SF_CONTROL_TYPE_WIFI; stMessageBuf.arg3 = pMsgStruct->msgBuf.ctrlNetworkSelect.profileId; stMessageBuf.cmdId = CMD_DEV; sf_com_message_send_to_app(&stMessageBuf); diff --git a/code/lib/source/lvgl/lv_conf.h b/code/lib/source/lvgl/lv_conf.h index 54b02682f..9032502e6 100755 --- a/code/lib/source/lvgl/lv_conf.h +++ b/code/lib/source/lvgl/lv_conf.h @@ -63,9 +63,12 @@ +//#NT#2023/10/25#Eric - begin +//#NT#Support IVOT_N12144_CO-145 /* Default display refresh period. * Can be changed in the display driver (`lv_disp_drv_t`).*/ -#define LV_DISP_DEF_REFR_PERIOD 20 /*[ms]*/ +#define LV_DISP_DEF_REFR_PERIOD 33 /*[ms]*/ +//#NT#2023/10/25#Eric - end /* Dot Per Inch: used to initialize default sizes. * E.g. a button with width = LV_DPI / 2 -> half inch wide diff --git a/code/lib/source/lvgl/lvgl/src/lv_gpu/lv_gpu_nvt_dma2d.c b/code/lib/source/lvgl/lvgl/src/lv_gpu/lv_gpu_nvt_dma2d.c index c5213c3d7..31667547a 100755 --- a/code/lib/source/lvgl/lvgl/src/lv_gpu/lv_gpu_nvt_dma2d.c +++ b/code/lib/source/lvgl/lvgl/src/lv_gpu/lv_gpu_nvt_dma2d.c @@ -52,350 +52,16 @@ lv_res_t lv_gpu_nvt_dma2d_init() return LV_RES_OK; } -lv_res_t lv_gpu_nvt_dma2d_fill_with_alpha( - lv_color_t * dst_buf, - lv_coord_t dst_width, - lv_coord_t dst_height, - const lv_area_t * area, - lv_color_t color, - lv_opa_t opa, - bool flush) -{ -#if LV_COLOR_DEPTH == 32 - lv_color_t* src_buf = get_working_buffer(); - lv_res_t res; - lv_coord_t draw_area_w = lv_area_get_width(area); - lv_coord_t draw_area_h = lv_area_get_height(area); - lv_coord_t line_h = (LV_GPU_NVT_WORKING_BUFFER_SIZE / (sizeof(lv_color_t) * draw_area_w)); - lv_coord_t src_h = line_h > draw_area_h ? draw_area_h : line_h; - lv_coord_t src_w = draw_area_w; - lv_area_t fill_area = (lv_area_t) {0, 0, src_w - 1, src_h - 1}; - uint16_t y = 0, blend_cnt = 0; - - color.ch.alpha = ((color.ch.alpha * opa) / 0xFF); - - res = lv_gpu_nvt_dma2d_fill( - src_buf, - src_w, - src_h, - &fill_area, - color, - false - ); - - if(res != LV_RES_OK) - return res; - - lv_area_t blend_area; - bool need_flush = false; - - blend_area.x1 = area->x1; - blend_area.x2 = area->x2; - - for( y = 0 ; y <= draw_area_h - src_h ; y += src_h) - { - blend_area.y1 = (area->y1 + blend_cnt * src_h); - blend_area.y2 = blend_area.y1 + src_h; - blend_cnt++; - - if((blend_cnt == (draw_area_h / src_h)) && (draw_area_h % src_h == 0) && flush){ - need_flush = true; - } - - res = lv_gpu_nvt_dma2d_blend( - src_buf, - src_w, - src_h, - dst_buf, - dst_width, - dst_height, - &blend_area, - need_flush); - - if(res != LV_RES_OK) - return res; - - } - - if(y != draw_area_h){ - - if((draw_area_h - y) < 2){ - LV_LOG_WARN("last line height should greater than 2"); - } - - blend_area.y1 = (area->y1 + blend_cnt * src_h); - blend_area.y2 = blend_area.y1 + (draw_area_h - y); - blend_cnt++; - - res = lv_gpu_nvt_dma2d_blend( - src_buf, - src_w, - draw_area_h - y, - dst_buf, - dst_width, - dst_height, - &blend_area, - flush); - } - - return res; - -#else - - LV_LOG_ERROR("lv_gpu_nvt_dma2d_fill_with_alpha is unsupported for current LV_COLOR_DEPTH(%u)", LV_COLOR_DEPTH); - return LV_RES_INV; - -#endif - -} - -lv_res_t lv_gpu_nvt_dma2d_blend_src_memcpy( - const lv_color_t * src, - lv_coord_t src_w, - lv_coord_t src_h, - lv_color_t * dst, - lv_coord_t dst_w, - lv_coord_t dst_h, - const lv_area_t* blend_area, - bool flush - ) -{ -#if LV_COLOR_DEPTH == 32 - - lv_coord_t blend_w = lv_area_get_width(blend_area); - lv_coord_t blend_h = lv_area_get_height(blend_area); - lv_coord_t line_h = (LV_GPU_NVT_WORKING_BUFFER_SIZE / (sizeof(lv_color_t) * blend_w)); - lv_coord_t real_src_h = line_h > blend_h ? blend_h : line_h; - lv_color_t *real_src = get_working_buffer(); - lv_area_t real_blend_area = *blend_area; - lv_coord_t y; - lv_res_t res; - uint16_t blend_cnt = 0; - bool need_flush = false; - - - real_blend_area.x1 = blend_area->x1; - real_blend_area.x2 = blend_area->x2; - - for( y = 0 ; y <= blend_h - real_src_h ; y += real_src_h) - { - - _lv_memcpy(real_src, src, src_w * real_src_h * sizeof(lv_color_t)); - - real_blend_area.y1 = (blend_area->y1 + blend_cnt * real_src_h); - real_blend_area.y2 = real_blend_area.y1 + real_src_h; - blend_cnt++; - - if((blend_cnt == (blend_h / real_src_h)) && (blend_h % real_src_h == 0) && flush){ - need_flush = true; - } - - res = lv_gpu_nvt_dma2d_blend( - real_src, - src_w, - real_src_h, - dst, - dst_w, - dst_h, - &real_blend_area, - need_flush); - - if(res != LV_RES_OK) - return res; - } - - if(y != src_h){ - - if((src_h - y) < 2){ - LV_LOG_WARN("last line height should greater than 2"); - } - - real_blend_area.y1 = (blend_area->y1 + blend_cnt * real_src_h); - real_blend_area.y2 = real_blend_area.y1 + (src_h - y); - blend_cnt++; - - res = lv_gpu_nvt_dma2d_blend( - real_src, - src_w, - (src_h - y), - dst, - dst_w, - dst_h, - &real_blend_area, - flush); - } - -#else - - LV_LOG_ERROR("lv_gpu_nvt_dma2d_fill is unsupported for current LV_COLOR_DEPTH(%u)", LV_COLOR_DEPTH); - return LV_RES_INV; - -#endif - - return LV_RES_OK; -} - -lv_res_t lv_gpu_nvt_dma2d_blend( - const lv_color_t * src, - lv_coord_t src_w, - lv_coord_t src_h, - lv_color_t * dst, - lv_coord_t dst_w, - lv_coord_t dst_h, - const lv_area_t* area, - bool flush) -{ -#if LV_COLOR_DEPTH == 32 - UINT32 dst_pa = 0; - UINT32 src_pa = 0; - lv_coord_t blend_w = src_w; /* should equal to lv_area_get_width(area) */ - lv_coord_t blend_h = src_h; /* should equal to lv_area_get_height(area) */ - HD_RESULT ret = HD_OK; - HD_COMMON_MEM_VIRT_INFO vir_meminfo = {0}; - VENDOR_GFX_ALPHA_BLEND param = {0} ; - HD_VIDEO_PXLFMT fmt = color_depth_to_hd_video_pxlfmt(); - - /* convert src va to pa */ - vir_meminfo.va = (void *)(src); - if ( hd_common_mem_get(HD_COMMON_MEM_PARAM_VIRT_INFO, &vir_meminfo) != HD_OK) { - LV_LOG_ERROR("convert scr va(0x%08lX) failed!", src); - return LV_RES_INV; - } - - src_pa = vir_meminfo.pa; - - /* convert dst va to pa */ - vir_meminfo.va = (void *)(dst); - if ( hd_common_mem_get(HD_COMMON_MEM_PARAM_VIRT_INFO, &vir_meminfo) != HD_OK) { - LV_LOG_ERROR("convert dst va(0x%08lX) failed!", dst); - return LV_RES_INV; - } - - dst_pa = vir_meminfo.pa; - - LV_LOG_TRACE("lv_gpu_nvt_dma2d_blend(area = {%d, %d}-{%d, %d})", area->x1, area->y1, area->x2, area->y2); - - memset(¶m, 0, sizeof(VENDOR_GFX_ALPHA_BLEND)); - param.src_img.dim.w = blend_w; - param.src_img.dim.h = blend_h; - param.src_img.p_phy_addr[0] = src_pa; - param.src_img.lineoffset[0] = blend_w * sizeof(lv_color_t); - param.src_img.format = fmt; - - param.dst_img.dim.w = dst_w; - param.dst_img.dim.h = dst_h; - param.dst_img.p_phy_addr[0] = dst_pa; - param.dst_img.lineoffset[0] = dst_w * sizeof(lv_color_t); - param.dst_img.format = fmt; - - param.p_alpha = 1; /* actually p_alpha is unused for ARGB8888 */ - param.dst_pos = (HD_IPOINT) {area->x1, area->y1}; - - if(flush) - ret = vendor_gfx_alpha_blend(¶m); - else - ret = vendor_gfx_alpha_blend_no_flush(¶m); - - if(ret != HD_OK){ - LV_LOG_ERROR("ret = %d", ret); - return LV_RES_INV; - } - -#else - - LV_UNUSED(color_depth_to_hd_video_pxlfmt); - - LV_LOG_ERROR("lv_gpu_nvt_dma2d_fill is unsupported for current LV_COLOR_DEPTH(%u)", LV_COLOR_DEPTH); - return LV_RES_INV; - -#endif - - return LV_RES_OK; -} - - -lv_res_t lv_gpu_nvt_dma2d_fill( - lv_color_t * dst_buf, - lv_coord_t dst_width, - lv_coord_t dst_height, - const lv_area_t * fill_area, - lv_color_t color, - bool flush) -{ -#if LV_COLOR_DEPTH == 32 - - UINT32 dst_pa = 0; - HD_GFX_DRAW_RECT param; - HD_RESULT ret; - lv_coord_t fill_w = lv_area_get_width(fill_area); - lv_coord_t fill_h = lv_area_get_height(fill_area); - HD_COMMON_MEM_VIRT_INFO vir_meminfo = {0}; - HD_VIDEO_PXLFMT fmt = color_depth_to_hd_video_pxlfmt(); - - - /* convert dst va to pa */ - vir_meminfo.va = (void *)(dst_buf); - if ( hd_common_mem_get(HD_COMMON_MEM_PARAM_VIRT_INFO, &vir_meminfo) != HD_OK) { - LV_LOG_ERROR("convert dst failed!"); - return LV_RES_INV; - } - - dst_pa = vir_meminfo.pa; - - LV_LOG_TRACE("lv_gpu_nvt_dma2d_fill(dst_pa = %x, fill area = {%d, %d}-{%d %d}, 0x%08lX)", - dst_pa, - fill_area->x1, - fill_area->y1, - fill_area->x2, - fill_area->y2, - color); - - memset(¶m, 0, sizeof(HD_GFX_DRAW_RECT)); - - param.dst_img.dim.w = dst_width; - param.dst_img.dim.h = dst_height; - param.dst_img.p_phy_addr[0] = dst_pa; - param.dst_img.lineoffset[0] = dst_width * sizeof(lv_color_t); - param.dst_img.format = fmt; - - param.color = color.full; - param.rect.x = fill_area->x1; - param.rect.y = fill_area->y1; - param.rect.w = fill_w; - param.rect.h = fill_h; - param.type = HD_GFX_RECT_SOLID; - - if(flush){ - ret = hd_gfx_draw_rect(¶m); - } - else{ - ret = vendor_gfx_draw_rect_no_flush(¶m); - } - - if(ret != HD_OK){ - LV_LOG_ERROR("ret = %d", ret); - return LV_RES_INV; - } -#else - - LV_UNUSED(color_depth_to_hd_video_pxlfmt); - - LV_LOG_ERROR("lv_gpu_nvt_dma2d_fill is unsupported for current LV_COLOR_DEPTH(%u)", LV_COLOR_DEPTH); - return LV_RES_INV; - -#endif - - return LV_RES_OK; -} - lv_res_t lv_gpu_nvt_dma2d_copy( const lv_color_t * src, lv_coord_t src_w, lv_coord_t src_h, + const lv_area_t* src_area, lv_color_t * dst, lv_coord_t dst_w, lv_coord_t dst_h, - const lv_area_t* area, + const lv_coord_t dst_x, + const lv_coord_t dst_y, bool flush ) { @@ -411,7 +77,8 @@ lv_res_t lv_gpu_nvt_dma2d_copy( lv_coord_t copy_h = lv_area_get_height(area); const static uint8_t pixel_size_rgb = sizeof(LV_COLOR_BLACK.full); const static uint8_t pixel_size_alpha = sizeof(LV_COLOR_BLACK.ext_ch.alpha); - const uint32_t alpha_offset = LV_VER_RES_MAX * LV_HOR_RES_MAX * pixel_size_rgb; + const uint32_t alpha_offset_src = LV_VER_RES_MAX * LV_HOR_RES_MAX * pixel_size_rgb; + uint32_t alpha_offset_dst = dst_w * dst_h * pixel_size_rgb; LV_UNUSED(color_depth_to_hd_video_pxlfmt); @@ -440,10 +107,10 @@ lv_res_t lv_gpu_nvt_dma2d_copy( param.src_img.lineoffset[0] = LV_HOR_RES_MAX * pixel_size_rgb; param.src_img.format = fmt; - param.dst_img.dim.w = LV_HOR_RES_MAX; - param.dst_img.dim.h = LV_VER_RES_MAX; + param.dst_img.dim.w = dst_w; + param.dst_img.dim.h = dst_h; param.dst_img.p_phy_addr[0] = dst_pa; - param.dst_img.lineoffset[0] = LV_HOR_RES_MAX * pixel_size_rgb; + param.dst_img.lineoffset[0] = dst_w * pixel_size_rgb; param.dst_img.format = fmt; param.src_region.x = 0; @@ -451,8 +118,8 @@ lv_res_t lv_gpu_nvt_dma2d_copy( param.src_region.w = copy_w; param.src_region.h = copy_h; - param.dst_pos.x = area->x1; - param.dst_pos.y = area->y1; + param.dst_pos.x = dst_x + area->x1; + param.dst_pos.y = dst_y + area->y1; param.colorkey = 0; param.alpha = 255; @@ -474,14 +141,14 @@ lv_res_t lv_gpu_nvt_dma2d_copy( memset(¶m, 0, sizeof(HD_GFX_COPY)); param.src_img.dim.w = LV_HOR_RES_MAX; param.src_img.dim.h = LV_VER_RES_MAX; - param.src_img.p_phy_addr[0] = src_pa + alpha_offset; + param.src_img.p_phy_addr[0] = src_pa + alpha_offset_src; param.src_img.lineoffset[0] = LV_HOR_RES_MAX * pixel_size_alpha; param.src_img.format = fmt; - param.dst_img.dim.w = LV_HOR_RES_MAX; - param.dst_img.dim.h = LV_VER_RES_MAX; - param.dst_img.p_phy_addr[0] = dst_pa + alpha_offset; - param.dst_img.lineoffset[0] = LV_HOR_RES_MAX * pixel_size_alpha; + param.dst_img.dim.w = dst_w; + param.dst_img.dim.h = dst_h; + param.dst_img.p_phy_addr[0] = dst_pa + alpha_offset_dst; + param.dst_img.lineoffset[0] = dst_w * pixel_size_alpha; param.dst_img.format = fmt; param.src_region.x = 0; @@ -489,8 +156,8 @@ lv_res_t lv_gpu_nvt_dma2d_copy( param.src_region.w = copy_w; param.src_region.h = copy_h; - param.dst_pos.x = area->x1; - param.dst_pos.y = area->y1; + param.dst_pos.x = dst_x + area->x1; + param.dst_pos.y = dst_y + area->y1; param.colorkey = 0; param.alpha = 255; @@ -513,8 +180,8 @@ lv_res_t lv_gpu_nvt_dma2d_copy( HD_RESULT ret; HD_COMMON_MEM_VIRT_INFO vir_meminfo = {0}; HD_VIDEO_PXLFMT fmt = color_depth_to_hd_video_pxlfmt(); - lv_coord_t copy_w = lv_area_get_width(area); - lv_coord_t copy_h = lv_area_get_height(area); + lv_coord_t copy_w = lv_area_get_width(src_area); + lv_coord_t copy_h = lv_area_get_height(src_area); vir_meminfo.va = (void *)(src); @@ -551,8 +218,8 @@ lv_res_t lv_gpu_nvt_dma2d_copy( param.src_region.w = copy_w; param.src_region.h = copy_h; - param.dst_pos.x = area->x1; - param.dst_pos.y = area->y1; + param.dst_pos.x = dst_x + src_area->x1; + param.dst_pos.y = dst_y + src_area->y1; param.colorkey = 0; param.alpha = 255; @@ -564,7 +231,13 @@ lv_res_t lv_gpu_nvt_dma2d_copy( } if(ret != HD_OK){ - LV_LOG_ERROR("ret = %d", ret); + LV_LOG_ERROR("ret = %d src { %lu, %lu , %lu, %lu} dst{ %lu, %lu , %lu, %lu} x1 = %lu , x2 = %lu", + ret, src_w, src_h, copy_w, copy_h, dst_w, dst_h, dst_x, dst_y, + src_area->x1, src_area->y1 + ); + + + return LV_RES_INV; } @@ -573,90 +246,230 @@ lv_res_t lv_gpu_nvt_dma2d_copy( return LV_RES_OK; } -lv_res_t lv_gpu_nvt_dma2d_copy_src_memcpy( - const lv_color_t * src, +void lv_gpu_nvt_dma2d_rotate( + lv_color_t * src, lv_coord_t src_w, lv_coord_t src_h, + const lv_area_t* src_area, lv_color_t * dst, lv_coord_t dst_w, lv_coord_t dst_h, - const lv_area_t* copy_area, - bool flush - ) + const lv_coord_t dst_x, + const lv_coord_t dst_y, + uint32_t dir, + bool flush) { -#if LV_COLOR_DEPTH == 32 || LV_COLOR_DEPTH == 8 - lv_coord_t copy_w = lv_area_get_width(copy_area); - lv_coord_t copy_h = lv_area_get_height(copy_area); - lv_coord_t line_h = (LV_GPU_NVT_WORKING_BUFFER_SIZE / (sizeof(lv_color_t) * copy_w)); - lv_coord_t real_src_h = line_h > copy_h ? copy_h : line_h; - lv_color_t *real_src = get_working_buffer(); - lv_area_t real_copy_area = *copy_area; - lv_coord_t y; - lv_res_t res; - uint16_t copy_cnt = 0; - bool need_flush = false; +#if LV_COLOR_DEPTH == 24 + + UINT32 dst_pa = 0; + UINT32 src_pa = 0; + HD_GFX_ROTATE param = {0}; + HD_RESULT ret = HD_OK; + HD_COMMON_MEM_VIRT_INFO vir_meminfo = {0}; + lv_coord_t copy_w = lv_area_get_width(src_area); + lv_coord_t copy_h = lv_area_get_height(src_area); + bool swap_xy = false; + HD_IPOINT dst_pos = {-1, -1}; + + const uint8_t pixel_size_rgb = sizeof(LV_COLOR_BLACK.full); + const uint8_t pixel_size_alpha = sizeof(LV_COLOR_BLACK.ext_ch.alpha); + uint32_t alpha_offset_src = LV_VER_RES_MAX * LV_HOR_RES_MAX * pixel_size_rgb; + uint32_t alpha_offset_dst = dst_w * dst_h * pixel_size_rgb; + + LV_UNUSED(color_depth_to_hd_video_pxlfmt); + + /* convert va to pa */ + vir_meminfo.va = (void *)(src); + if ( hd_common_mem_get(HD_COMMON_MEM_PARAM_VIRT_INFO, &vir_meminfo) != HD_OK) { + LV_LOG_ERROR("convert map failed!\n"); + return; + } + + src_pa = vir_meminfo.pa; + + vir_meminfo.va = (void *)(dst); + if ( hd_common_mem_get(HD_COMMON_MEM_PARAM_VIRT_INFO, &vir_meminfo) != HD_OK) { + LV_LOG_ERROR("convert buf failed!\n"); + return; + } + + dst_pa = vir_meminfo.pa; - real_copy_area.x1 = copy_area->x1; - real_copy_area.x2 = copy_area->x2; + memset(¶m, 0, sizeof(HD_GFX_ROTATE)); - for( y = 0 ; y <= copy_h - real_src_h ; y += real_src_h) - { + /* check dir */ - _lv_memcpy(real_src, src, src_w * real_src_h * sizeof(lv_color_t)); + switch(dir) + { + case HD_VIDEO_DIR_ROTATE_90: + dst_pos = (HD_IPOINT){dst_h - src_area.y1 - copy_h - dst_y, src_area.x1 + dst_x}; + swap_xy = true; + break; - real_copy_area.y1 = (copy_area->y1 + copy_cnt * real_src_h); - real_copy_area.y2 = real_copy_area.y1 + real_src_h; - copy_cnt++; + case HD_VIDEO_DIR_ROTATE_270: + dst_pos = (HD_IPOINT){src_area.y1 + dst_y, dst_w - src_area.x1 - copy_w - dst_x}; + swap_xy = true; + break; - if((copy_cnt == (copy_h / real_src_h)) && (copy_h % real_src_h == 0) && flush){ - need_flush = true; - } + case HD_VIDEO_DIR_ROTATE_180: + dst_pos = (HD_IPOINT){dst_w - src_area.x1 - copy_w - dst_x, dst_h - src_area.y1 - copy_h - dst_y}; + swap_xy = false; + break; - res = lv_gpu_nvt_dma2d_copy( - real_src, - src_w, - real_src_h, - dst, - dst_w, - dst_h, - &real_copy_area, - need_flush); + default: + LV_LOG_ERROR("dir(%lx) is currently not supported", dir); + return; + } - if(res != LV_RES_OK) - return res; - } + /* rotate rgb channels */ - if(y != src_h){ + param.src_img.dim.w = LV_HOR_RES_MAX; + param.src_img.dim.h = LV_VER_RES_MAX; + param.src_img.p_phy_addr[0] = src_pa; + param.src_img.lineoffset[0] = LV_HOR_RES_MAX * pixel_size_rgb; + param.src_img.format = HD_VIDEO_PXLFMT_RGB565; - if((src_h - y) < 2){ - LV_LOG_WARN("last line height should greater than 2"); - } + param.src_region.x = 0; + param.src_region.y = 0; + param.src_region.w = copy_w; + param.src_region.h = copy_h; - real_copy_area.y1 = (copy_area->y1 + copy_cnt * real_src_h); - real_copy_area.y2 = real_copy_area.y1 + (src_h - y); - copy_cnt++; + param.dst_img.format = HD_VIDEO_PXLFMT_RGB565; + param.dst_img.dim.w = swap_xy ? dst_h : dst_w; + param.dst_img.dim.h = swap_xy ? dst_w : dst_h; + param.dst_img.p_phy_addr[0] = dst_pa; + param.dst_img.lineoffset[0] = (swap_xy ? dst_h : dst_w) * pixel_size_rgb; + param.dst_pos = dst_pos; + param.angle = dir; - res = lv_gpu_nvt_dma2d_copy( - real_src, - src_w, - (src_h - y), - dst, - dst_w, - dst_h, - &real_copy_area, - flush); - } + ret = hd_gfx_rotate(¶m); + + if(ret != HD_OK){ + LV_LOG_ERROR("ret = %d\n", ret); + } + + /* rotate alpha channel */ + param.src_img.dim.w = LV_HOR_RES_MAX; + param.src_img.dim.h = LV_VER_RES_MAX; + param.src_img.p_phy_addr[0] = src_pa + alpha_offset_src; + param.src_img.lineoffset[0] = LV_HOR_RES_MAX * pixel_size_alpha; + param.src_img.format = HD_VIDEO_PXLFMT_I8; + + param.src_region.x = 0; + param.src_region.y = 0; + param.src_region.w = copy_w; + param.src_region.h = copy_h; + + param.dst_img.format = HD_VIDEO_PXLFMT_I8; + param.dst_img.dim.w = swap_xy ? dst_h : dst_w; + param.dst_img.dim.h = swap_xy ? dst_w : dst_h; + param.dst_img.p_phy_addr[0] = dst_pa + alpha_offset_dst; + param.dst_img.lineoffset[0] = (swap_xy ? dst_h : dst_w) * pixel_size_alpha; + param.dst_pos = dst_pos; + param.angle = dir; + + if(flush){ + ret = hd_gfx_rotate(¶m); + } + else{ + ret = vendor_gfx_rotate_no_flush(¶m); + } + + if(ret != HD_OK){ + LV_LOG_ERROR("ret = %d\n", ret); + } #else - LV_LOG_ERROR("lv_gpu_nvt_dma2d_copy_src_memcpy is unsupported for current LV_COLOR_DEPTH(%u)", LV_COLOR_DEPTH); - return LV_RES_INV; + UINT32 dst_pa = 0; + UINT32 src_pa = 0; + HD_GFX_ROTATE param = {0}; + HD_RESULT ret = HD_OK; + HD_COMMON_MEM_VIRT_INFO vir_meminfo = {0}; + HD_VIDEO_PXLFMT fmt = color_depth_to_hd_video_pxlfmt(); + lv_coord_t copy_w = lv_area_get_width(src_area); + lv_coord_t copy_h = lv_area_get_height(src_area); + bool swap_xy = false; + HD_IPOINT dst_pos = {-1, -1}; + + /* convert va to pa */ + vir_meminfo.va = (void *)(src); + if ( hd_common_mem_get(HD_COMMON_MEM_PARAM_VIRT_INFO, &vir_meminfo) != HD_OK) { + LV_LOG_ERROR("convert map failed!\n"); + return; + } + + src_pa = vir_meminfo.pa; + + vir_meminfo.va = (void *)(dst); + if ( hd_common_mem_get(HD_COMMON_MEM_PARAM_VIRT_INFO, &vir_meminfo) != HD_OK) { + LV_LOG_ERROR("convert buf failed!\n"); + return; + } + + dst_pa = vir_meminfo.pa; + + + memset(¶m, 0, sizeof(HD_GFX_ROTATE)); + + /* check dir */ + switch(dir) + { + case HD_VIDEO_DIR_ROTATE_90: + dst_pos = (HD_IPOINT){dst_h - src_area->y1 - copy_h - dst_y, src_area->x1 + dst_x}; + swap_xy = true; + break; + + case HD_VIDEO_DIR_ROTATE_270: + dst_pos = (HD_IPOINT){src_area->y1 + dst_y, dst_w - src_area->x1 - copy_w - dst_x}; + swap_xy = true; + break; + + case HD_VIDEO_DIR_ROTATE_180: + dst_pos = (HD_IPOINT){dst_w - src_area->x1 - copy_w - dst_x, dst_h - src_area->y1 - copy_h - dst_y}; + swap_xy = false; + break; + + default: + LV_LOG_ERROR("dir(%lx) is currently not supported", dir); + return; + } + + /* rotate rgb channels */ + + param.src_img.dim.w = copy_w; + param.src_img.dim.h = copy_h; + param.src_img.p_phy_addr[0] = src_pa; + param.src_img.lineoffset[0] = copy_w * sizeof(lv_color_t); + param.src_img.format = fmt; + + param.src_region.x = 0; + param.src_region.y = 0; + param.src_region.w = copy_w; + param.src_region.h = copy_h; + + param.dst_img.format = fmt; + param.dst_img.dim.w = swap_xy ? dst_h : dst_w; + param.dst_img.dim.h = swap_xy ? dst_w : dst_h; + param.dst_img.p_phy_addr[0] = dst_pa; + param.dst_img.lineoffset[0] = (swap_xy ? dst_h : dst_w) * sizeof(lv_color_t); + param.dst_pos = dst_pos; + param.angle = dir; + + if(flush){ + ret = hd_gfx_rotate(¶m); + } + else{ + ret = vendor_gfx_rotate_no_flush(¶m); + } + + if(ret != HD_OK){ + LV_LOG_ERROR("ret = %d\n", ret); + } #endif - - return LV_RES_OK; } /********************** diff --git a/code/lib/source/lvgl/lvgl/src/lv_gpu/lv_gpu_nvt_dma2d.h b/code/lib/source/lvgl/lvgl/src/lv_gpu/lv_gpu_nvt_dma2d.h index 602593819..64bf11771 100755 --- a/code/lib/source/lvgl/lvgl/src/lv_gpu/lv_gpu_nvt_dma2d.h +++ b/code/lib/source/lvgl/lvgl/src/lv_gpu/lv_gpu_nvt_dma2d.h @@ -36,69 +36,31 @@ extern "C" { **********************/ lv_res_t lv_gpu_nvt_dma2d_init(void); -lv_res_t lv_gpu_nvt_dma2d_blend( - const lv_color_t * src, - lv_coord_t src_w, - lv_coord_t src_h, - lv_color_t * dst, - lv_coord_t dst_w, - lv_coord_t dst_h, - const lv_area_t* blend_area, - bool flush - ); - -lv_res_t lv_gpu_nvt_dma2d_blend_src_memcpy( - const lv_color_t * src, - lv_coord_t src_w, - lv_coord_t src_h, - lv_color_t * dst, - lv_coord_t dst_w, - lv_coord_t dst_h, - const lv_area_t* blend_area, - bool flush - ); - -lv_res_t lv_gpu_nvt_dma2d_fill( - lv_color_t * dst_buf, - lv_coord_t dst_width, - lv_coord_t dst_height, - const lv_area_t * fill_area, - lv_color_t color, - bool flush -); - -lv_res_t lv_gpu_nvt_dma2d_fill_with_alpha( - lv_color_t * dst_buf, - lv_coord_t dst_width, - lv_coord_t dst_height, - const lv_area_t * fill_area, - lv_color_t color, - lv_opa_t, - bool flush -); - lv_res_t lv_gpu_nvt_dma2d_copy( const lv_color_t * src, lv_coord_t src_w, lv_coord_t src_h, + const lv_area_t* src_area, lv_color_t * dst, lv_coord_t dst_w, lv_coord_t dst_h, - const lv_area_t* area, + const lv_coord_t dst_x, + const lv_coord_t dst_y, bool flush ); -lv_res_t lv_gpu_nvt_dma2d_copy_src_memcpy( - const lv_color_t * src, +void lv_gpu_nvt_dma2d_rotate( + lv_color_t * src, lv_coord_t src_w, lv_coord_t src_h, + const lv_area_t* src_area, lv_color_t * dst, lv_coord_t dst_w, lv_coord_t dst_h, - const lv_area_t* area, - bool flush -); - + const lv_coord_t dst_x, + const lv_coord_t dst_y, + uint32_t dir, + bool flush); /********************** * MACROS diff --git a/code/lib/source/sifar/code/include/sf_common.h b/code/lib/source/sifar/code/include/sf_common.h index 314d9aeeb..ea9c418dd 100755 --- a/code/lib/source/sifar/code/include/sf_common.h +++ b/code/lib/source/sifar/code/include/sf_common.h @@ -101,6 +101,14 @@ BOOL sf_is_movie_preview(void); BOOL sf_is_cap_preview(void); BOOL sf_is_preview(void); short sf_cardv_get_cq_signal(void); +void sf_cardv_4G_status_set(UINT8 status); +UINT8 sf_cardv_4G_status_get(void); +void sf_cardv_set_sim_insert(UINT8 sim); +UINT8 sf_cardv_get_sim_insert(void); +void sf_cardv_set_is_esim(UINT8 flag); +UINT8 sf_cardv_get_is_esim(void); +void sf_cardv_set_operationSelectResp(UINT8 resp); +UINT8 sf_cardv_get_operationSelectResp(void); void sf_set_send_statu(BOOL is); BOOL sf_get_send_statu(void); void sf_cardv_set_mcu_rtc_flag(void); diff --git a/code/lib/source/sifar/code/source/common/sf_common.c b/code/lib/source/sifar/code/source/common/sf_common.c index 8af5c345a..72e4cd6d9 100755 --- a/code/lib/source/sifar/code/source/common/sf_common.c +++ b/code/lib/source/sifar/code/source/common/sf_common.c @@ -59,6 +59,7 @@ #include #include #include "UIAppNetwork.h" +#include "kwrap/nvt_type.h" #include "sf_common.h" #include "sf_mcu.h" #include "sf_4g_lpa.h" @@ -68,7 +69,10 @@ BOOL isGoing2PowerOff = FALSE; UINT16 AutoOfftime = 0; BOOL isGoing2Pir = FALSE; -UINT8 NetWorkFlag = 0; +static UINT8 NetWorkFlag = 0; //SF_4G_STATUS_E +static UINT8 simCardInsert = 0; +static UINT8 g_esim_flag = 0; +static UINT8 operationSelectResp = 0; //WIFICameraErrCode_t UINT8 RespFlag = 0; static BOOL IsMenu = FALSE; static BOOL IsCap = FALSE; @@ -1693,7 +1697,7 @@ static SINT32 sf_cardv_proccess_cmd_para_update(SF_MESSAGE_BUF_S *pMessageBuf) ModuleUpdating = pMessageBuf->arg2; break; case SF_PARA_CMD_NET_STATUS: - NetWorkFlag = pMessageBuf->arg2; + sf_cardv_4G_status_set(pMessageBuf->arg2); break; case SF_PARA_CMD_WAIT: sf_cardv_set_wait_shared_condition(0); @@ -1703,6 +1707,11 @@ static SINT32 sf_cardv_proccess_cmd_para_update(SF_MESSAGE_BUF_S *pMessageBuf) break; case SF_PARA_CMD_BLE: + case SF_PARA_CMD_SIMISINSERT: + sf_cardv_set_sim_insert(pMessageBuf->arg2); + break; + case SF_PARA_CMD_ISESIM: + sf_cardv_set_is_esim(pMessageBuf->arg2); break; default: break; @@ -1803,7 +1812,10 @@ static SINT32 sf_cardv_proccess_cmd_dev(SF_MESSAGE_BUF_S *pMessageBuf) MLOGI("batteryVal:%d batteryType:%d powerVal:%d p:%d\n",batteryVal, batteryType, powerVal,pMessageBuf->arg3); break; - + case SF_DEV_CMD_ESIM_OPERATION_SELECT_RESP: + sf_cardv_set_operationSelectResp(pMessageBuf->arg2); + MLOGI("operationSelectResp:%d\n", pMessageBuf->arg2); + break; default: break; } @@ -2459,7 +2471,7 @@ BOOL sf_cmd_fs_ro_check(unsigned char argc, char **argv) BOOL sf_check_net_work_flag(void) { - if((0x04 == NetWorkFlag/*SF_4G_SENDING*/) || (0x05 == NetWorkFlag/*SF_4G_SEARCHING*/)){ + if((SF_4G_SENDING == NetWorkFlag/*SF_4G_SENDING*/) || (SF_4G_SEARCHING == NetWorkFlag/*SF_4G_SEARCHING*/)){ return TRUE; } else{ @@ -2468,6 +2480,51 @@ BOOL sf_check_net_work_flag(void) } +void sf_cardv_4G_status_set(UINT8 status) +{ + NetWorkFlag = status; + printf("cardv NetWorkFlag:%d\n",NetWorkFlag); +} + +UINT8 sf_cardv_4G_status_get(void) +{ + return NetWorkFlag; +} + +void sf_cardv_set_sim_insert(UINT8 sim) +{ + simCardInsert = sim; + printf("cardv simCardInsert:%d\n",simCardInsert); +} + +UINT8 sf_cardv_get_sim_insert(void) +{ + return simCardInsert; +} + +void sf_cardv_set_is_esim(UINT8 flag) +{ + g_esim_flag = flag; + printf("cardv g_esim_flag:%d\n",g_esim_flag); +} + +UINT8 sf_cardv_get_is_esim(void) +{ + return g_esim_flag; +} + +void sf_cardv_set_operationSelectResp(UINT8 resp) +{ + operationSelectResp = resp; +} + +UINT8 sf_cardv_get_operationSelectResp(void) +{ + return operationSelectResp; +} + + + /************************************************* Function: sf_save_camera_info Description: save camera info to sd