From 4a90ef3ae46465c0634f81916b79e279e4bd9961 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Thu, 22 Feb 2018 14:56:45 -0700 Subject: [PATCH] nested clips, big rework and cleanup, sams new icons, leaks and tweaks --- cinelerra-5.1/cinelerra/Makefile | 2 +- cinelerra-5.1/cinelerra/awindowgui.C | 34 +- cinelerra-5.1/cinelerra/batchrender.C | 2 +- cinelerra-5.1/cinelerra/bdcreate.C | 2 +- cinelerra-5.1/cinelerra/cache.C | 19 +- cinelerra-5.1/cinelerra/cache.h | 2 + cinelerra-5.1/cinelerra/clipedit.C | 20 +- cinelerra-5.1/cinelerra/clipedls.C | 93 ++ cinelerra-5.1/cinelerra/clipedls.h | 26 + cinelerra-5.1/cinelerra/clipedls.inc | 9 + cinelerra-5.1/cinelerra/clippopup.C | 110 +- cinelerra-5.1/cinelerra/clippopup.h | 24 + cinelerra-5.1/cinelerra/dvdcreate.C | 2 +- cinelerra-5.1/cinelerra/edit.C | 3 +- cinelerra-5.1/cinelerra/editpanel.C | 2 +- cinelerra-5.1/cinelerra/edits.C | 16 +- cinelerra-5.1/cinelerra/edl.C | 1002 +++++++---------- cinelerra-5.1/cinelerra/edl.h | 67 +- cinelerra-5.1/cinelerra/edlsession.C | 8 +- cinelerra-5.1/cinelerra/localsession.C | 9 +- cinelerra-5.1/cinelerra/localsession.h | 1 + cinelerra-5.1/cinelerra/main.C | 2 - cinelerra-5.1/cinelerra/mainmenu.C | 2 +- cinelerra-5.1/cinelerra/mainundo.C | 23 +- cinelerra-5.1/cinelerra/mwindow.C | 62 +- cinelerra-5.1/cinelerra/mwindow.h | 4 - cinelerra-5.1/cinelerra/mwindowedit.C | 132 ++- cinelerra-5.1/cinelerra/nestededls.C | 99 -- cinelerra-5.1/cinelerra/nestededls.h | 30 - cinelerra-5.1/cinelerra/nestededls.inc | 11 - cinelerra-5.1/cinelerra/renderfarm.C | 5 +- cinelerra-5.1/cinelerra/savefile.C | 10 +- cinelerra-5.1/cinelerra/tracks.C | 28 +- cinelerra-5.1/cinelerra/vwindow.C | 11 +- cinelerra-5.1/cinelerra/vwindowgui.C | 42 +- cinelerra-5.1/guicast/arraylist.h | 2 +- cinelerra-5.1/guicast/bcresources.C | 2 +- .../guicast/images/file_size_capb_dn.png | Bin 6979 -> 6143 bytes .../guicast/images/file_size_capb_dn_png.h | 819 +++++++------- .../guicast/images/file_size_capb_hi.png | Bin 6805 -> 6055 bytes .../guicast/images/file_size_capb_hi_png.h | 803 +++++++------ .../guicast/images/file_size_capb_up.png | Bin 4844 -> 4087 bytes .../guicast/images/file_size_capb_up_png.h | 557 +++++---- .../guicast/images/file_size_lwrb_dn.png | Bin 6778 -> 5926 bytes .../guicast/images/file_size_lwrb_dn_png.h | 793 ++++++------- .../guicast/images/file_size_lwrb_hi.png | Bin 6574 -> 5258 bytes .../guicast/images/file_size_lwrb_hi_png.h | 738 ++++++------ .../guicast/images/file_size_lwrb_up.png | Bin 4490 -> 3435 bytes .../guicast/images/file_size_lwrb_up_png.h | 494 ++++---- .../guicast/images/file_size_semi_dn.png | Bin 4784 -> 4043 bytes .../guicast/images/file_size_semi_dn_png.h | 550 +++++---- .../guicast/images/file_size_semi_hi.png | Bin 4981 -> 4323 bytes .../guicast/images/file_size_semi_hi_png.h | 581 +++++----- .../guicast/images/file_size_semi_up.png | Bin 2956 -> 2514 bytes .../guicast/images/file_size_semi_up_png.h | 341 +++--- .../guicast/images/file_size_zero_dn.png | Bin 7123 -> 6279 bytes .../guicast/images/file_size_zero_dn_png.h | 837 +++++++------- .../guicast/images/file_size_zero_hi.png | Bin 6970 -> 6211 bytes .../guicast/images/file_size_zero_hi_png.h | 823 +++++++------- .../guicast/images/file_size_zero_up.png | Bin 4893 -> 4364 bytes .../guicast/images/file_size_zero_up_png.h | 577 +++++----- cinelerra-5.1/info/plugins.txt | 1 + 62 files changed, 4512 insertions(+), 5320 deletions(-) create mode 100644 cinelerra-5.1/cinelerra/clipedls.C create mode 100644 cinelerra-5.1/cinelerra/clipedls.h create mode 100644 cinelerra-5.1/cinelerra/clipedls.inc delete mode 100644 cinelerra-5.1/cinelerra/nestededls.C delete mode 100644 cinelerra-5.1/cinelerra/nestededls.h delete mode 100644 cinelerra-5.1/cinelerra/nestededls.inc diff --git a/cinelerra-5.1/cinelerra/Makefile b/cinelerra-5.1/cinelerra/Makefile index 22bbdb23..755e4298 100644 --- a/cinelerra-5.1/cinelerra/Makefile +++ b/cinelerra-5.1/cinelerra/Makefile @@ -60,6 +60,7 @@ OBJS = \ $(OBJDIR)/channelpicker.o \ $(OBJDIR)/chantables.o \ $(OBJDIR)/clipedit.o \ + $(OBJDIR)/clipedls.o \ $(OBJDIR)/clippopup.o \ $(OBJDIR)/colorpicker.o \ $(OBJDIR)/commercials.o \ @@ -193,7 +194,6 @@ OBJS = \ $(OBJDIR)/mwindowgui.o \ $(OBJDIR)/mwindowmove.o \ $(OBJDIR)/mwindow.o \ - $(OBJDIR)/nestededls.o \ $(OBJDIR)/newfolder.o \ $(OBJDIR)/new.o \ $(OBJDIR)/overlaydirect.o \ diff --git a/cinelerra-5.1/cinelerra/awindowgui.C b/cinelerra-5.1/cinelerra/awindowgui.C index 68886913..fc087f56 100644 --- a/cinelerra-5.1/cinelerra/awindowgui.C +++ b/cinelerra-5.1/cinelerra/awindowgui.C @@ -32,6 +32,7 @@ #include "cache.h" #include "cstrdup.h" #include "clip.h" +#include "clipedls.h" #include "clippopup.h" #include "cursors.h" #include "cwindowgui.h" @@ -52,7 +53,6 @@ #include "mainsession.h" #include "mwindowgui.h" #include "mwindow.h" -#include "nestededls.h" #include "newfolder.h" #include "preferences.h" #include "samples.h" @@ -1280,16 +1280,16 @@ void AWindowGUI::update_asset_list() } // Synchronize EDL clips - for( int i = 0; i < mwindow->edl->clips.total; i++ ) { + for( int i=0; iedl->clips.size(); ++i ) { int exists = 0; // Look for clip in existing listitems for( int j = 0; j < assets.total && !exists; j++ ) { AssetPicon *picon = (AssetPicon*)assets.values[j]; - if( picon->id == mwindow->edl->clips.values[i]->id ) { - picon->edl = mwindow->edl->clips.values[i]; - picon->set_text(mwindow->edl->clips.values[i]->local_session->clip_title); + if( picon->id == mwindow->edl->clips[i]->id ) { + picon->edl = mwindow->edl->clips[i]; + picon->set_text(mwindow->edl->clips[i]->local_session->clip_title); exists = 1; picon->in_use = 1; } @@ -1298,16 +1298,14 @@ void AWindowGUI::update_asset_list() // Create new listitem if( !exists ) { AssetPicon *picon = new AssetPicon(mwindow, - this, mwindow->edl->clips.values[i]); + this, mwindow->edl->clips[i]); picon->create_objects(); assets.append(picon); } } // Synchronize EDL assets - for( Asset *current = mwindow->edl->assets->first; - current; - current = NEXT ) { + for( Asset *current=mwindow->edl->assets->first; current; current=NEXT ) { int exists = 0; // Look for asset in existing listitems @@ -1316,9 +1314,8 @@ void AWindowGUI::update_asset_list() if( picon->id == current->id ) { picon->indexable = current; - exists = 1; picon->in_use = 1; - break; + exists = 1; } } @@ -1336,26 +1333,25 @@ void AWindowGUI::update_asset_list() mwindow->gui->unlock_window(); // Synchronize nested EDLs - for( int i = 0; i < mwindow->edl->nested_edls->size(); i++ ) { + for( int i=0; iedl->nested_edls.size(); ++i ) { int exists = 0; - Indexable *indexable = mwindow->edl->nested_edls->get(i); + EDL *nested_edl = mwindow->edl->nested_edls[i]; // Look for asset in existing listitems - for( int j = 0; j < assets.total && !exists; j++ ) { + for( int j=0; jid == indexable->id ) { - picon->indexable = indexable; - exists = 1; + if( picon->id == nested_edl->id ) { + picon->indexable = nested_edl; picon->in_use = 1; - break; + exists = 1; } } // Create new listitem if( !exists ) { AssetPicon *picon = new AssetPicon(mwindow, - this, indexable); + this, (Indexable*)nested_edl); picon->create_objects(); assets.append(picon); } diff --git a/cinelerra-5.1/cinelerra/batchrender.C b/cinelerra-5.1/cinelerra/batchrender.C index 8a1bc56f..9e45b3ec 100644 --- a/cinelerra-5.1/cinelerra/batchrender.C +++ b/cinelerra-5.1/cinelerra/batchrender.C @@ -357,7 +357,7 @@ void BatchRenderThread::update_selected_edl() FileXML xml_file; char *path = get_current_edl(); EDL *edl = mwindow->edl; - edl->save_xml(&xml_file, path, 0, 0); + edl->save_xml(&xml_file, path); xml_file.terminate_string(); if( xml_file.write_to_file(path) ) { char msg[BCTEXTLEN]; diff --git a/cinelerra-5.1/cinelerra/bdcreate.C b/cinelerra-5.1/cinelerra/bdcreate.C index 48c27f99..c7cbfbc5 100644 --- a/cinelerra-5.1/cinelerra/bdcreate.C +++ b/cinelerra-5.1/cinelerra/bdcreate.C @@ -266,7 +266,7 @@ int CreateBD_Thread::create_bd_jobs(ArrayList *jobs, const char char xml_filename[BCTEXTLEN]; sprintf(xml_filename, "%s/bd.xml", asset_dir); FileXML xml_file; - edl->save_xml(&xml_file, xml_filename, 0, 0); + edl->save_xml(&xml_file, xml_filename); xml_file.terminate_string(); if( xml_file.write_to_file(xml_filename) ) { char msg[BCTEXTLEN]; diff --git a/cinelerra-5.1/cinelerra/cache.C b/cinelerra-5.1/cinelerra/cache.C index 7fed3e68..de8563a9 100644 --- a/cinelerra-5.1/cinelerra/cache.C +++ b/cinelerra-5.1/cinelerra/cache.C @@ -43,6 +43,7 @@ CICache::CICache(Preferences *preferences) edl = 0; check_out_lock = new Condition(0, "CICache::check_out_lock", 0); total_lock = new Mutex("CICache::total_lock"); + check_outs = 0; } CICache::~CICache() @@ -106,6 +107,8 @@ SET_TRACE current->age = EDL::next_id(); current->checked_out = tid; } + else if( current->checked_out == tid ) + ++check_outs; else current = 0; } @@ -122,13 +125,17 @@ SET_TRACE int CICache::check_in(Asset *asset) { total_lock->lock("CICache::check_in"); - CICacheItem *current = first; - while(current && strcmp(current->asset->path, asset->path) != 0) - current = NEXT; - if(current && current->checked_out) { - current->checked_out = 0; - current->Garbage::remove_user(); + if( !check_outs ) { + CICacheItem *current = first; + while(current && strcmp(current->asset->path, asset->path) != 0) + current = NEXT; + if(current && current->checked_out) { + current->checked_out = 0; + current->Garbage::remove_user(); + } } + else + --check_outs; total_lock->unlock(); // Release for blocking check_out operations diff --git a/cinelerra-5.1/cinelerra/cache.h b/cinelerra-5.1/cinelerra/cache.h index 876637f2..fde997a5 100644 --- a/cinelerra-5.1/cinelerra/cache.h +++ b/cinelerra-5.1/cinelerra/cache.h @@ -114,6 +114,8 @@ private: int lock_all(); int unlock_all(); + int check_outs; + // to prevent one from checking the same asset out before it's checked in // yet without blocking the asset trying to get checked in // use a seperate mutex for checkouts and checkins diff --git a/cinelerra-5.1/cinelerra/clipedit.C b/cinelerra-5.1/cinelerra/clipedit.C index 74d2ff8e..a3f633aa 100644 --- a/cinelerra-5.1/cinelerra/clipedit.C +++ b/cinelerra-5.1/cinelerra/clipedit.C @@ -58,9 +58,9 @@ void ClipEdit::handle_close_event(int result) { if( !result ) { int name_ok = 1; - for( int i = 0; name_ok && i < mwindow->edl->clips.total; ++i ) { + for( int i=0; name_ok && iedl->clips.size(); ++i ) { if( !strcasecmp(clip->local_session->clip_title, - mwindow->edl->clips.values[i]->local_session->clip_title) && + mwindow->edl->clips[i]->local_session->clip_title) && (create_it || strcasecmp(clip->local_session->clip_title, original->local_session->clip_title)) ) name_ok = 0; @@ -90,11 +90,8 @@ void ClipEdit::handle_close_event(int result) mwindow->session->clip_number--; } - - -// For creating new clips, the original was copied in add_clip. -// For editing old clips, the original was transferred to another variable. - if( !create_it ) clip->remove_user(); +// always a copy from new_gui + clip->remove_user(); original = 0; clip = 0; create_it = 0; @@ -105,12 +102,9 @@ void ClipEdit::handle_close_event(int result) BC_Window* ClipEdit::new_gui() { original = clip; - - if( !create_it ) { - this->clip = new EDL(mwindow->edl); - clip->create_objects(); - clip->copy_all(original); - } + this->clip = new EDL(mwindow->edl); + clip->create_objects(); + clip->copy_all(original); window = new ClipEditWindow(mwindow, this); window->create_objects(); diff --git a/cinelerra-5.1/cinelerra/clipedls.C b/cinelerra-5.1/cinelerra/clipedls.C new file mode 100644 index 00000000..65dd58e2 --- /dev/null +++ b/cinelerra-5.1/cinelerra/clipedls.C @@ -0,0 +1,93 @@ +#include "bcsignals.h" +#include "clipedls.h" +#include "edl.h" +#include "filexml.h" +#include "indexstate.h" + + +ClipEDLs::ClipEDLs() +{ +} + +ClipEDLs::~ClipEDLs() +{ + clear(); +} + +void ClipEDLs::clear() +{ + for( int i=0; iremove_user(); + remove_all(); +} + +void ClipEDLs::add_clip(EDL *edl) +{ + append(edl); + edl->add_user(); +} + +void ClipEDLs::remove_clip(EDL *clip) +{ + int n = size(); + remove(clip); + n -= size(); + while( --n >= 0 ) clip->remove_user(); +} + + +EDL* ClipEDLs::get_copy(EDL *src) +{ + if( !src ) return 0; + for( int i=0; ipath, src->path) ) return dst; + } + + EDL *dst = new EDL; + dst->create_objects(); + dst->copy_all(src); + append(dst); + return dst; +} + +EDL* ClipEDLs::load(char *path) +{ + for( int i=0; ipath, path) ) return dst; + } + + EDL *dst = new EDL; + dst->create_objects(); + + FileXML xml_file; + xml_file.read_from_file(path); + dst->load_xml(&xml_file, LOAD_ALL); + +// Override path EDL was saved to with the path it was loaded from. + dst->set_path(path); + append(dst); + return dst; +} + +void ClipEDLs::copy_nested(ClipEDLs &nested) +{ + clear(); + for( int i=0; icreate_objects(); + new_edl->copy_all(nested[i]); + append(new_edl); + } +} + +void ClipEDLs::update_index(EDL *clip_edl) +{ + for( int i=0; ipath, clip_edl->path) ) { + current->update_index(clip_edl); + } + } +} + diff --git a/cinelerra-5.1/cinelerra/clipedls.h b/cinelerra-5.1/cinelerra/clipedls.h new file mode 100644 index 00000000..8d4a4f8d --- /dev/null +++ b/cinelerra-5.1/cinelerra/clipedls.h @@ -0,0 +1,26 @@ +#ifndef NESTEDEDLS_H +#define NESTEDEDLS_H + + +#include "arraylist.h" +#include "edl.inc" + +class ClipEDLs : public ArrayList +{ +public: + ClipEDLs(); + ~ClipEDLs(); + + void add_clip(EDL *clip); + void remove_clip(EDL *clip); +// Return copy of the src EDL which belongs to the current object. + EDL* get_copy(EDL *src); + void copy_nested(ClipEDLs &nested); + EDL* load(char *path); + void clear(); + void update_index(EDL *clip); +}; + +#endif + + diff --git a/cinelerra-5.1/cinelerra/clipedls.inc b/cinelerra-5.1/cinelerra/clipedls.inc new file mode 100644 index 00000000..8febdcd4 --- /dev/null +++ b/cinelerra-5.1/cinelerra/clipedls.inc @@ -0,0 +1,9 @@ +#ifndef __CLIPEDLS_INC__ +#define __CLIPEDLS_INC__ + +class ClipEDLs; + +#endif + + + diff --git a/cinelerra-5.1/cinelerra/clippopup.C b/cinelerra-5.1/cinelerra/clippopup.C index 07ae7252..db11a158 100644 --- a/cinelerra-5.1/cinelerra/clippopup.C +++ b/cinelerra-5.1/cinelerra/clippopup.C @@ -26,16 +26,21 @@ #include "awindowgui.h" #include "bcsignals.h" #include "clipedit.h" +#include "clipedls.h" #include "cwindow.h" #include "cwindowgui.h" +#include "edit.h" +#include "edits.h" #include "edl.h" #include "filexml.h" #include "language.h" #include "localsession.h" #include "mainerror.h" +#include "mainindexes.h" #include "mainsession.h" #include "mwindow.h" #include "mwindowgui.h" +#include "track.h" #include "tracks.h" #include "vwindow.h" #include "vwindowgui.h" @@ -63,6 +68,8 @@ void ClipPopup::create_objects() add_item(view = new ClipPopupView(mwindow, this)); add_item(view_window = new ClipPopupViewWindow(mwindow, this)); add_item(new ClipPopupCopy(mwindow, this)); + add_item(new ClipPopupNest(mwindow, this)); + add_item(new ClipPopupUnNest(mwindow, this)); add_item(new ClipPopupPaste(mwindow, this)); add_item(menu_item = new BC_MenuItem(_("Match..."))); menu_item->add_submenu(submenu = new BC_SubMenu()); @@ -249,7 +256,7 @@ int ClipPopupCopy::handle_event() FileXML file; EDL *edl = mwindow->session->drag_clips->values[0]; double start = 0, end = edl->tracks->total_length(); - edl->copy(start, end, 1, 0, 0, &file, "", 1); + edl->copy(start, end, 1, &file, "", 1); const char *file_string = file.string(); long file_length = strlen(file_string); gui->to_clipboard(file_string, file_length, SECONDARY_SELECTION); @@ -406,3 +413,104 @@ void ClipListMenu::update() format->update(); } + +ClipPopupNest::ClipPopupNest(MWindow *mwindow, ClipPopup *popup) + : BC_MenuItem(_("Nest")) +{ + this->mwindow = mwindow; + this->popup = popup; +} +ClipPopupNest::~ClipPopupNest() +{ +} + +int ClipPopupNest::handle_event() +{ + MWindowGUI *gui = mwindow->gui; + gui->lock_window("ClipPopupNest::handle_event 1"); + if( mwindow->session->drag_clips->total > 0 ) { + EDL *edl = mwindow->edl; + EDL *clip = mwindow->session->drag_clips->values[0]; + EDL *clip_edl = new EDL; // no parent for nested clip + clip_edl->create_objects(); + clip_edl->copy_all(clip); + EDL *new_clip = new EDL(edl); + new_clip->create_objects(); + new_clip->awindow_folder = AW_CLIP_FOLDER; + snprintf(new_clip->local_session->clip_title, + sizeof(new_clip->local_session->clip_title), + _("Nested: %s"), clip->local_session->clip_title); + strcpy(new_clip->local_session->clip_notes, + clip->local_session->clip_notes); + time_t dt; time(&dt); + struct tm dtm; localtime_r(&dt, &dtm); + char path[BCSTRLEN]; + sprintf(path, _("Nested_%02d%02d%02d-%02d%02d%02d"), + dtm.tm_year+1900, dtm.tm_mon+1, dtm.tm_mday, + dtm.tm_hour, dtm.tm_min, dtm.tm_sec); + clip_edl->set_path(path); + new_clip->set_path(path); + new_clip->to_nested(clip_edl); + int idx = edl->clips.number_of(clip); + if( idx >= 0 ) { + edl->clips[idx] = new_clip; + clip->remove_user(); + } + else + edl->clips.append(new_clip); + mwindow->mainindexes->add_next_asset(0, clip_edl); + mwindow->mainindexes->start_build(); + clip_edl->remove_user(); + popup->gui->async_update_assets(); + } + gui->unlock_window(); + return 1; +} + + +ClipPopupUnNest::ClipPopupUnNest(MWindow *mwindow, ClipPopup *popup) + : BC_MenuItem(_("UnNest")) +{ + this->mwindow = mwindow; + this->popup = popup; +} +ClipPopupUnNest::~ClipPopupUnNest() +{ +} + +int ClipPopupUnNest::handle_event() +{ + EDL *nested_edl = 0; + MWindowGUI *gui = mwindow->gui; + gui->lock_window("ClipPopupUnNest::handle_event 1"); + if( mwindow->session->drag_clips->total > 0 ) { + EDL *clip = mwindow->session->drag_clips->values[0]; + Track *track = clip->tracks->first; + Edit *edit = track ? track->edits->first : 0; + nested_edl = edit && !edit->next && !edit->asset ? edit->nested_edl : 0; + while( nested_edl && (track=track->next)!=0 ) { + Edit *edit = track->edits->first; + if( !edit || edit->next || edit->nested_edl != nested_edl ) + nested_edl = 0; + } + if( nested_edl ) { + EDL *edl = mwindow->edl; + EDL *new_clip = new EDL(edl); + new_clip->create_objects(); + new_clip->copy_all(nested_edl); + new_clip->awindow_folder = AW_CLIP_FOLDER; + int idx = edl->clips.number_of(clip); + if( idx >= 0 ) { + edl->clips[idx] = new_clip; + clip->remove_user(); + } + else + edl->clips.append(new_clip); + edl->clips.add_clip(new_clip); + popup->gui->async_update_assets(); + } + } + gui->unlock_window(); + return 1; +} + diff --git a/cinelerra-5.1/cinelerra/clippopup.h b/cinelerra-5.1/cinelerra/clippopup.h index c641ce0f..dba9eab4 100644 --- a/cinelerra-5.1/cinelerra/clippopup.h +++ b/cinelerra-5.1/cinelerra/clippopup.h @@ -208,4 +208,28 @@ public: AWindowGUI *gui; }; +class ClipPopupNest : public BC_MenuItem +{ +public: + ClipPopupNest(MWindow *mwindow, ClipPopup *popup); + ~ClipPopupNest(); + + int handle_event(); + + MWindow *mwindow; + ClipPopup *popup; +}; + +class ClipPopupUnNest : public BC_MenuItem +{ +public: + ClipPopupUnNest(MWindow *mwindow, ClipPopup *popup); + ~ClipPopupUnNest(); + + int handle_event(); + + MWindow *mwindow; + ClipPopup *popup; +}; + #endif diff --git a/cinelerra-5.1/cinelerra/dvdcreate.C b/cinelerra-5.1/cinelerra/dvdcreate.C index 89072ef0..1014baf5 100644 --- a/cinelerra-5.1/cinelerra/dvdcreate.C +++ b/cinelerra-5.1/cinelerra/dvdcreate.C @@ -275,7 +275,7 @@ int CreateDVD_Thread::create_dvd_jobs(ArrayList *jobs, const ch char xml_filename[BCTEXTLEN]; sprintf(xml_filename, "%s/dvd.xml", asset_dir); FileXML xml_file; - edl->save_xml(&xml_file, xml_filename, 0, 0); + edl->save_xml(&xml_file, xml_filename); xml_file.terminate_string(); if( xml_file.write_to_file(xml_filename) ) { char msg[BCTEXTLEN]; diff --git a/cinelerra-5.1/cinelerra/edit.C b/cinelerra-5.1/cinelerra/edit.C index 9eb0d9d8..ce2612ac 100644 --- a/cinelerra-5.1/cinelerra/edit.C +++ b/cinelerra-5.1/cinelerra/edit.C @@ -32,7 +32,6 @@ #include "localsession.h" #include "plugin.h" #include "mainsession.h" -#include "nestededls.h" #include "strack.h" #include "trackcanvas.h" #include "tracks.h" @@ -242,7 +241,7 @@ int Edit::silence() void Edit::copy_from(Edit *edit) { - this->nested_edl = edl->nested_edls->get_copy(edit->nested_edl); + this->nested_edl = edl->nested_edls.get_copy(edit->nested_edl); this->asset = edl->assets->update(edit->asset); this->startsource = edit->startsource; this->startproject = edit->startproject; diff --git a/cinelerra-5.1/cinelerra/editpanel.C b/cinelerra-5.1/cinelerra/editpanel.C index a5d8df9b..8da34dba 100644 --- a/cinelerra-5.1/cinelerra/editpanel.C +++ b/cinelerra-5.1/cinelerra/editpanel.C @@ -940,7 +940,7 @@ EditCut::EditCut(MWindow *mwindow, EditPanel *panel, int x, int y) { this->mwindow = mwindow; this->panel = panel; - set_tooltip(_("Cut ( x )")); + set_tooltip(_("Split | Cut ( x )")); } EditCut::~EditCut() { diff --git a/cinelerra-5.1/cinelerra/edits.C b/cinelerra-5.1/cinelerra/edits.C index 9024af90..d4886476 100644 --- a/cinelerra-5.1/cinelerra/edits.C +++ b/cinelerra-5.1/cinelerra/edits.C @@ -26,6 +26,7 @@ #include "bcsignals.h" #include "cache.h" #include "clip.h" +#include "clipedls.h" #include "edit.h" #include "edits.h" #include "edl.h" @@ -34,7 +35,6 @@ #include "filexml.h" #include "filesystem.h" #include "localsession.h" -#include "nestededls.h" #include "plugin.h" #include "strategies.inc" #include "track.h" @@ -111,11 +111,8 @@ printf("Edits::operator= 1\n"); } -void Edits::insert_asset(Asset *asset, - EDL *nested_edl, - int64_t length, - int64_t position, - int track_number) +void Edits::insert_asset(Asset *asset, EDL *nested_edl, + int64_t length, int64_t position, int track_number) { Edit *new_edit = insert_new_edit(position); @@ -172,7 +169,7 @@ void Edits::insert_edits(Edits *source_edits, { EDL *dest_nested_edl = 0; if(source_edit->nested_edl) - dest_nested_edl = edl->nested_edls->get_copy(source_edit->nested_edl); + dest_nested_edl = edl->nested_edls.get_copy(source_edit->nested_edl); // Update Assets Asset *dest_asset = 0; @@ -462,11 +459,10 @@ int Edits::load_edit(FileXML *file, int64_t &startproject, int track_offset) file->tag.get_property("SRC", path); //printf("Edits::load_edit %d path=%s\n", __LINE__, path); if(path[0] != 0) { - current->nested_edl = edl->nested_edls->get(path); + current->nested_edl = edl->nested_edls.load(path); } // printf("Edits::load_edit %d nested_edl->path=%s\n", -// __LINE__, -// current->nested_edl->path); +// __LINE__, current->nested_edl->path); } else if(file->tag.title_is("FILE")) { char filename[BCTEXTLEN]; diff --git a/cinelerra-5.1/cinelerra/edl.C b/cinelerra-5.1/cinelerra/edl.C index 7298baa3..13c03263 100644 --- a/cinelerra-5.1/cinelerra/edl.C +++ b/cinelerra-5.1/cinelerra/edl.C @@ -27,8 +27,10 @@ #include "awindowgui.inc" #include "bcsignals.h" #include "clip.h" +#include "cstrdup.h" #include "bccmodels.h" #include "bchash.h" +#include "clipedls.h" #include "edits.h" #include "edl.h" #include "edlsession.h" @@ -40,7 +42,6 @@ #include "localsession.h" #include "maskautos.h" #include "mutex.h" -#include "nestededls.h" #include "panauto.h" #include "panautos.h" #include "playbackconfig.h" @@ -60,10 +61,6 @@ -Mutex* EDL::id_lock = 0; - - - EDL::EDL(EDL *parent_edl) : Indexable(0) { @@ -71,15 +68,7 @@ EDL::EDL(EDL *parent_edl) tracks = 0; labels = 0; local_session = 0; -// vwindow_edl = 0; -// vwindow_edl_shared = 0; - folders.set_array_delete(); - -// persistent for now -// new_folder(CLIP_FOLDER); -// new_folder(MEDIA_FOLDER); - id = next_id(); path[0] = 0; } @@ -88,60 +77,25 @@ EDL::EDL(EDL *parent_edl) EDL::~EDL() { - if(tracks) - { - delete tracks; - } - if(labels) - { - delete labels; - } - - if(local_session) - { - delete local_session; - } - - + delete tracks; + delete labels; + delete local_session; remove_vwindow_edls(); - -// if(vwindow_edl && !vwindow_edl_shared) -// vwindow_edl->Garbage::remove_user(); - - if(!parent_edl) - { + if( !parent_edl ) { delete assets; delete session; } - - folders.remove_all_objects(); - for(int i = 0; i < clips.size(); i++) - clips.get(i)->Garbage::remove_user(); - clips.remove_all(); - delete nested_edls; } - void EDL::create_objects() { tracks = new Tracks(this); - if(!parent_edl) - { - assets = new Assets(this); - session = new EDLSession(this); - } - else - { - assets = parent_edl->assets; - session = parent_edl->session; - } - + assets = !parent_edl ? new Assets(this) : parent_edl->assets; + session = !parent_edl ? new EDLSession(this) : parent_edl->session; local_session = new LocalSession(this); labels = new Labels(this, "LABELS"); - nested_edls = new NestedEDLs; -// last_playback_position = 0; } EDL& EDL::operator=(EDL &edl) @@ -153,7 +107,7 @@ printf("EDL::operator= 1\n"); int EDL::load_defaults(BC_Hash *defaults) { - if(!parent_edl) + if( !parent_edl ) session->load_defaults(defaults); local_session->load_defaults(defaults); @@ -162,7 +116,7 @@ int EDL::load_defaults(BC_Hash *defaults) int EDL::save_defaults(BC_Hash *defaults) { - if(!parent_edl) + if( !parent_edl ) session->save_defaults(defaults); local_session->save_defaults(defaults); @@ -178,29 +132,23 @@ void EDL::boundaries() int EDL::create_default_tracks() { - for(int i = 0; i < session->video_tracks; i++) - { + for( int i=0; ivideo_tracks; ++i ) { tracks->add_video_track(0, 0); } - for(int i = 0; i < session->audio_tracks; i++) - { + for( int i=0; iaudio_tracks; ++i ) { tracks->add_audio_track(0, 0); } return 0; } -int EDL::load_xml(FileXML *file, - uint32_t load_flags) +int EDL::load_xml(FileXML *file, uint32_t load_flags) { int result = 0; -// Track numbering offset for replacing undo data. - int track_offset = 0; // Clear objects folders.remove_all_objects(); - if((load_flags & LOAD_ALL) == LOAD_ALL) - { + if( (load_flags & LOAD_ALL) == LOAD_ALL ) { remove_vwindow_edls(); } @@ -213,181 +161,172 @@ int EDL::load_xml(FileXML *file, // The parent_edl test is required to make EDL loading work because // when loading an EDL the EDL tag is already read by the parent. - if(!parent_edl) - { - do{ + if( !parent_edl ) { + do { result = file->read_tag(); - }while(!result && + } while(!result && !file->tag.title_is("XML") && !file->tag.title_is("EDL")); } + return result ? result : read_xml(file, load_flags); +} + +int EDL::read_xml(FileXML *file, uint32_t load_flags) +{ + int result = 0; +// Track numbering offset for replacing undo data. + int track_offset = 0; - if(!result) - { // Get path for backups -// path[0] = 0; - file->tag.get_property("path", path); + file->tag.get_property("path", path); // Erase everything - if((load_flags & LOAD_ALL) == LOAD_ALL || - (load_flags & LOAD_EDITS) == LOAD_EDITS) - { - while(tracks->last) delete tracks->last; - } + if( (load_flags & LOAD_ALL) == LOAD_ALL || + (load_flags & LOAD_EDITS) == LOAD_EDITS ) { + while(tracks->last) delete tracks->last; + } - if((load_flags & LOAD_ALL) == LOAD_ALL) - { - for(int i = 0; i < clips.size(); i++) - clips.get(i)->Garbage::remove_user(); - clips.remove_all(); - mixers.remove_all_objects(); - } + if( (load_flags & LOAD_ALL) == LOAD_ALL ) { + clips.clear(); + mixers.remove_all_objects(); + } - if(load_flags & LOAD_TIMEBAR) - { - while(labels->last) delete labels->last; - local_session->unset_inpoint(); - local_session->unset_outpoint(); - } + if( load_flags & LOAD_TIMEBAR ) { + while(labels->last) delete labels->last; + local_session->unset_inpoint(); + local_session->unset_outpoint(); + } // This was originally in LocalSession::load_xml - if(load_flags & LOAD_SESSION) - { - local_session->clipboard_length = 0; - } + if( load_flags & LOAD_SESSION ) { + local_session->clipboard_length = 0; + } - do{ - result = file->read_tag(); + do { + result = file->read_tag(); - if(!result) - { - if(file->tag.title_is("/XML") || - file->tag.title_is("/EDL") || - file->tag.title_is("/CLIP_EDL") || - file->tag.title_is("/VWINDOW_EDL")) - { - result = 1; - } - else - if(file->tag.title_is("CLIPBOARD")) - { - local_session->clipboard_length = - file->tag.get_property("LENGTH", (double)0); - } - else - if(file->tag.title_is("VIDEO")) - { - if((load_flags & LOAD_VCONFIG) && - (load_flags & LOAD_SESSION)) - session->load_video_config(file, 0, load_flags); - else - result = file->skip_tag(); - } - else - if(file->tag.title_is("AUDIO")) - { - if((load_flags & LOAD_ACONFIG) && - (load_flags & LOAD_SESSION)) - session->load_audio_config(file, 0, load_flags); - else - result = file->skip_tag(); - } - else - if(file->tag.title_is("FOLDER")) - { - char folder[BCTEXTLEN]; - strcpy(folder, file->read_text()); - new_folder(folder); - } + if( !result ) { + if( file->tag.title_is("/XML") || + file->tag.title_is("/EDL") || + file->tag.title_is("/CLIP_EDL") || + file->tag.title_is("/NESTED_EDL") || + file->tag.title_is("/VWINDOW_EDL") ) { + result = 1; + } + else + if( file->tag.title_is("CLIPBOARD") ) { + local_session->clipboard_length = + file->tag.get_property("LENGTH", (double)0); + } + else + if( file->tag.title_is("VIDEO") ) { + if( (load_flags & LOAD_VCONFIG) && + (load_flags & LOAD_SESSION) ) + session->load_video_config(file, 0, load_flags); else - if(file->tag.title_is("MIXERS")) - { - if((load_flags & LOAD_SESSION)) - mixers.load(file); - else - result = file->skip_tag(); - } + result = file->skip_tag(); + } + else + if( file->tag.title_is("AUDIO") ) { + if( (load_flags & LOAD_ACONFIG) && + (load_flags & LOAD_SESSION) ) + session->load_audio_config(file, 0, load_flags); else - if(file->tag.title_is("ASSETS")) - { - if(load_flags & LOAD_ASSETS) - assets->load(file, load_flags); - else - result = file->skip_tag(); - } + result = file->skip_tag(); + } + else + if( file->tag.title_is("FOLDER") ) { + char folder[BCTEXTLEN]; + strcpy(folder, file->read_text()); + new_folder(folder); + } + else + if( file->tag.title_is("MIXERS") ) { + if( (load_flags & LOAD_SESSION) ) + mixers.load(file); else - if(file->tag.title_is(labels->xml_tag)) - { - if(load_flags & LOAD_TIMEBAR) - labels->load(file, load_flags); - else - result = file->skip_tag(); - } + result = file->skip_tag(); + } + else + if( file->tag.title_is("ASSETS") ) { + if( load_flags & LOAD_ASSETS ) + assets->load(file, load_flags); else - if(file->tag.title_is("LOCALSESSION")) - { - if((load_flags & LOAD_SESSION) || - (load_flags & LOAD_TIMEBAR)) - local_session->load_xml(file, load_flags); - else - result = file->skip_tag(); - } + result = file->skip_tag(); + } + else + if( file->tag.title_is(labels->xml_tag) ) { + if( load_flags & LOAD_TIMEBAR ) + labels->load(file, load_flags); else - if(file->tag.title_is("SESSION")) - { - if((load_flags & LOAD_SESSION) && - !parent_edl) - session->load_xml(file, 0, load_flags); - else - result = file->skip_tag(); - } + result = file->skip_tag(); + } + else + if( file->tag.title_is("LOCALSESSION") ) { + if( (load_flags & LOAD_SESSION) || + (load_flags & LOAD_TIMEBAR) ) + local_session->load_xml(file, load_flags); else - if(file->tag.title_is("TRACK")) - { - tracks->load(file, track_offset, load_flags); - } + result = file->skip_tag(); + } + else + if( file->tag.title_is("SESSION") ) { + if( (load_flags & LOAD_SESSION) && + !parent_edl ) + session->load_xml(file, 0, load_flags); else + result = file->skip_tag(); + } + else + if( file->tag.title_is("TRACK") ) { + tracks->load(file, track_offset, load_flags); + } + else // Sub EDL. // Causes clip creation to fail because that involves an opening EDL tag. - if(file->tag.title_is("CLIP_EDL") && !parent_edl) - { - EDL *new_edl = new EDL(this); - new_edl->create_objects(); - new_edl->load_xml(file, LOAD_ALL); - - if((load_flags & LOAD_ALL) == LOAD_ALL) - clips.append(new_edl); - else - new_edl->Garbage::remove_user(); - } - else - if(file->tag.title_is("VWINDOW_EDL") && !parent_edl) - { - EDL *new_edl = new EDL(this); - new_edl->create_objects(); - new_edl->load_xml(file, LOAD_ALL); + if( file->tag.title_is("CLIP_EDL") && !parent_edl ) { + EDL *new_edl = new EDL(this); + new_edl->create_objects(); + new_edl->read_xml(file, LOAD_ALL); + if( (load_flags & LOAD_ALL) == LOAD_ALL ) + clips.add_clip(new_edl); + new_edl->remove_user(); + } + else + if( file->tag.title_is("NESTED_EDL") ) { + EDL *nested_edl = new EDL; + nested_edl->create_objects(); + nested_edl->read_xml(file, LOAD_ALL); + if( (load_flags & LOAD_ALL) == LOAD_ALL ) + nested_edls.add_clip(nested_edl); + nested_edl->remove_user(); + } + else + if( file->tag.title_is("VWINDOW_EDL") && !parent_edl ) { + EDL *new_edl = new EDL(this); + new_edl->create_objects(); + new_edl->read_xml(file, LOAD_ALL); - if((load_flags & LOAD_ALL) == LOAD_ALL) - { -// if(vwindow_edl && !vwindow_edl_shared) -// vwindow_edl->Garbage::remove_user(); + if( (load_flags & LOAD_ALL) == LOAD_ALL ) { +// if( vwindow_edl && !vwindow_edl_shared ) +// vwindow_edl->remove_user(); // vwindow_edl_shared = 0; // vwindow_edl = new_edl; - append_vwindow_edl(new_edl, 0); + append_vwindow_edl(new_edl, 0); - } - else + } + else // Discard if not replacing EDL - { - new_edl->Garbage::remove_user(); - new_edl = 0; - } + { + new_edl->remove_user(); + new_edl = 0; } } - }while(!result); - } + } + } while(!result); + boundaries(); //dump(); @@ -398,30 +337,20 @@ int EDL::load_xml(FileXML *file, // It is a "" if complete names should be used. // Called recursively by copy for clips, thus the string can't be terminated. // The string is not terminated in this call. -int EDL::save_xml(FileXML *file, - const char *output_path, - int is_clip, - int is_vwindow) -{ - copy(0, - tracks->total_length(), - 1, - is_clip, - is_vwindow, - file, - output_path, - 0); +int EDL::save_xml(FileXML *file, const char *output_path) +{ + copy(0, tracks->total_length(), 1, file, output_path, 0); return 0; } int EDL::copy_all(EDL *edl) { - if(this == edl) return 0; + if( this == edl ) return 0; update_index(edl); - nested_edls->clear(); copy_session(edl); copy_assets(edl); copy_clips(edl); + copy_nested(edl); copy_mixers(edl); tracks->copy_from(edl->tracks); labels->copy_from(edl->labels); @@ -430,73 +359,65 @@ int EDL::copy_all(EDL *edl) void EDL::copy_clips(EDL *edl) { - if(this == edl) return; + if( this == edl ) return; remove_vwindow_edls(); -// if(vwindow_edl && !vwindow_edl_shared) -// vwindow_edl->Garbage::remove_user(); +// if( vwindow_edl && !vwindow_edl_shared ) +// vwindow_edl->remove_user(); // vwindow_edl = 0; // vwindow_edl_shared = 0; - for(int i = 0; i < edl->total_vwindow_edls(); i++) - { + for( int i=0; itotal_vwindow_edls(); ++i ) { EDL *new_edl = new EDL(this); new_edl->create_objects(); new_edl->copy_all(edl->get_vwindow_edl(i)); append_vwindow_edl(new_edl, 0); } - for(int i = 0; i < clips.size(); i++) - clips.get(i)->Garbage::remove_user(); - clips.remove_all(); - for(int i = 0; i < edl->clips.total; i++) - { - add_clip(edl->clips.values[i]); - } + clips.clear(); + for( int i=0; iclips.size(); ++i ) add_clip(edl->clips[i]); +} + +void EDL::copy_nested(EDL *edl) +{ + if( this == edl ) return; + nested_edls.copy_nested(edl->nested_edls); } void EDL::copy_assets(EDL *edl) { - if(this == edl) return; + if( this == edl ) return; - if(!parent_edl) - { + if( !parent_edl ) { assets->copy_from(edl->assets); } } void EDL::copy_mixers(EDL *edl) { - if(this == edl) return; + if( this == edl ) return; mixers.copy_from(edl->mixers); } void EDL::copy_session(EDL *edl, int session_only) { - if(this == edl) return; + if( this == edl ) return; - if(!session_only) - { + if( !session_only ) { strcpy(this->path, edl->path); //printf("EDL::copy_session %p %s\n", this, this->path); folders.remove_all_objects(); - for(int i = 0; i < edl->folders.total; i++) - { - char *new_folder; - folders.append(new_folder = new char[strlen(edl->folders.values[i]) + 1]); - strcpy(new_folder, edl->folders.values[i]); - } + for( int i=0; ifolders.size(); ++i ) + folders.append(cstrdup(edl->folders[i])); } - if(!parent_edl) - { + if( !parent_edl ) { session->copy(edl->session); } - if(!session_only) - { + if( !session_only ) { local_session->copy_from(edl->local_session); } } @@ -515,37 +436,22 @@ int EDL::copy_assets(double start, file->append_newline(); // Copy everything for a save - if(all) - { - for(Asset *asset = assets->first; - asset; - asset = asset->next) - { + if( all ) { + for( Asset *asset=assets->first; asset; asset=asset->next ) { asset_list.append(asset); } } - else + else { // Copy just the ones being used. - { - for(current = tracks->first; - current; - current = NEXT) - { - if(current->record) - { - current->copy_assets(start, - end, - &asset_list); - } + for( current = tracks->first; current; current = NEXT ) { + if( !current->record ) continue; + current->copy_assets(start, end, &asset_list); } } // Paths relativised here - for(int i = 0; i < asset_list.total; i++) - { - asset_list.values[i]->write(file, - 0, - output_path); + for( int i=0; iwrite(file, 0, output_path); } file->tag.set_title("/ASSETS"); @@ -555,39 +461,49 @@ int EDL::copy_assets(double start, return 0; } -int EDL::copy(double start, - double end, - int all, - int is_clip, - int is_vwindow, - FileXML *file, - const char *output_path, - int rewind_it) + +int EDL::copy(double start, double end, int all, + FileXML *file, const char *output_path, int rewind_it) { -//printf("EDL::copy 1\n"); -// begin file - if(is_clip) - file->tag.set_title("CLIP_EDL"); - else - if(is_vwindow) - file->tag.set_title("VWINDOW_EDL"); - else - { - file->tag.set_title("EDL"); - file->tag.set_property("VERSION", CINELERRA_VERSION); + file->tag.set_title("EDL"); + file->tag.set_property("VERSION", CINELERRA_VERSION); // Save path for restoration of the project title from a backup. - if(this->path[0]) - { - file->tag.set_property("PATH", path); - } - } + if( this->path[0] ) file->tag.set_property("PATH", path); + return copy(start, end, all, + "/EDL", file, output_path, rewind_it); +} +int EDL::copy_clip(double start, double end, int all, + FileXML *file, const char *output_path, int rewind_it) +{ + file->tag.set_title("CLIP_EDL"); + return copy(start, end, all, + "/CLIP_EDL", file, output_path, rewind_it); +} +int EDL::copy_nested_edl(double start, double end, int all, + FileXML *file, const char *output_path, int rewind_it) +{ + file->tag.set_title("NESTED_EDL"); + if( this->path[0] ) file->tag.set_property("PATH", path); + return copy(start, end, all, + "/NESTED_EDL", file, output_path, rewind_it); +} +int EDL::copy_vwindow_edl(double start, double end, int all, + FileXML *file, const char *output_path, int rewind_it) +{ + file->tag.set_title("VWINDOW_EDL"); + return copy(start, end, all, + "/VWINDOW_EDL", file, output_path, rewind_it); +} + +int EDL::copy(double start, double end, int all, + const char *closer, FileXML *file, + const char *output_path, int rewind_it) +{ file->append_tag(); file->append_newline(); - // Set clipboard samples only if copying to clipboard - if(!all) - { + if( !all ) { file->tag.set_title("CLIPBOARD"); file->tag.set_property("LENGTH", end - start); file->append_tag(); @@ -613,38 +529,32 @@ int EDL::copy(double start, session->save_audio_config(file); // Folders - for(int i = 0; i < folders.total; i++) - { + for( int i=0; itag.set_title("FOLDER"); file->append_tag(); - file->append_text(folders.values[i]); + file->append_text(folders[i]); file->tag.set_title("/FOLDER"); file->append_tag(); file->append_newline(); } -// Media -// Don't replicate all assets for every clip. -// The assets for the clips are probably in the main EDL. - if( !is_clip ) - copy_assets(start, end, file, all, output_path); + copy_assets(start, end, file, all, output_path); + + for( int i=0; icopy_nested_edl(0, tracks->total_length(), 1, + file, output_path, 0); + // Clips // Don't want this if using clipboard - if(all) - { - for(int i = 0; i < total_vwindow_edls(); i++) - { - get_vwindow_edl(i)->save_xml(file, - output_path, - 0, - 1); - } + if( all ) { + for( int i=0; icopy_vwindow_edl(0, tracks->total_length(), 1, + file, output_path, 0); + + for( int i=0; icopy_clip(0, tracks->total_length(), 1, + file, output_path, 0); - for(int i = 0; i < clips.total; i++) - clips.values[i]->save_xml(file, - output_path, - 1, - 0); mixers.save(file); } @@ -652,35 +562,38 @@ int EDL::copy(double start, file->append_newline(); } - -//printf("EDL::copy 1\n"); - labels->copy(start, end, file); -//printf("EDL::copy 1\n"); tracks->copy(start, end, all, file, output_path); -//printf("EDL::copy 2\n"); // terminate file - if( is_clip ) - file->tag.set_title("/CLIP_EDL"); - else if( is_vwindow ) - file->tag.set_title("/VWINDOW_EDL"); - else - file->tag.set_title("/EDL"); + file->tag.set_title(closer); file->append_tag(); file->append_newline(); - // For editing operations we want to rewind it for immediate pasting. // For clips and saving to disk leave it alone. - if(rewind_it) - { + if( rewind_it ) { file->terminate_string(); file->rewind(); } return 0; } +int EDL::to_nested(EDL *nested_edl) +{ +// Keep frame rate, sample rate, and output size unchanged. +// These parameters would revert the project if VWindow displayed an asset +// of different size than the project. + +// Nest all video & audio outputs + session->video_tracks = 1; + session->audio_tracks = nested_edl->session->audio_channels; + create_default_tracks(); + insert_asset(0, nested_edl, 0, 0, 0); + return 0; +} + + void EDL::retrack() { int min_w = session->output_w, min_h = session->output_h; @@ -695,7 +608,7 @@ void EDL::retrack() if( h < edit_h ) h = edit_h; } if( track->track_w == w && track->track_h == h ) continue; - ((MaskAutos*)track->automation->autos[AUTOMATION_MASK])-> + ((MaskAutos*)track->automation->autos[AUTOMATION_MASK])-> translate_masks( (w - track->track_w) / 2, (h - track->track_h) / 2); track->track_w = w; track->track_h = h; } @@ -703,16 +616,12 @@ void EDL::retrack() void EDL::rechannel() { - for(Track *current = tracks->first; current; current = NEXT) - { - if(current->data_type == TRACK_AUDIO) - { + for( Track *current=tracks->first; current; current=NEXT ) { + if( current->data_type == TRACK_AUDIO ) { PanAutos *autos = (PanAutos*)current->automation->autos[AUTOMATION_PAN]; ((PanAuto*)autos->default_auto)->rechannel(); - for(PanAuto *keyframe = (PanAuto*)autos->first; - keyframe; - keyframe = (PanAuto*)keyframe->next) - { + for( PanAuto *keyframe = (PanAuto*)autos->first; + keyframe; keyframe = (PanAuto*)keyframe->next ) { keyframe->rechannel(); } } @@ -721,10 +630,8 @@ void EDL::rechannel() void EDL::resample(double old_rate, double new_rate, int data_type) { - for(Track *current = tracks->first; current; current = NEXT) - { - if(current->data_type == data_type) - { + for( Track *current=tracks->first; current; current=NEXT ) { + if( current->data_type == data_type ) { current->resample(old_rate, new_rate); } } @@ -734,11 +641,9 @@ void EDL::resample(double old_rate, double new_rate, int data_type) void EDL::synchronize_params(EDL *edl) { local_session->synchronize_params(edl->local_session); - for(Track *this_track = tracks->first, *that_track = edl->tracks->first; - this_track && that_track; - this_track = this_track->next, - that_track = that_track->next) - { + for( Track *this_track=tracks->first, *that_track=edl->tracks->first; + this_track && that_track; + this_track=this_track->next, that_track=that_track->next ) { this_track->synchronize_params(that_track); } } @@ -749,8 +654,7 @@ int EDL::trim_selection(double start, int edit_plugins, int edit_autos) { - if(start != end) - { + if( start != end ) { // clear the data clear(0, start, @@ -769,16 +673,9 @@ int EDL::trim_selection(double start, int EDL::equivalent(double position1, double position2) { - double threshold = (double).5 / session->frame_rate; - if(session->cursor_on_frames) - threshold = (double).5 / session->frame_rate; - else - threshold = (double)1 / session->sample_rate; - - if(fabs(position2 - position1) < threshold) - return 1; - else - return 0; + double threshold = session->cursor_on_frames ? + 0.5 / session->frame_rate : 1.0 / session->sample_rate; + return fabs(position2 - position1) < threshold ? 1 : 0; } double EDL::equivalent_output(EDL *edl) @@ -797,30 +694,26 @@ void EDL::set_path(const char *path) void EDL::set_inpoint(double position) { - if(equivalent(local_session->get_inpoint(), position) && - local_session->get_inpoint() >= 0) - { + if( equivalent(local_session->get_inpoint(), position) && + local_session->get_inpoint() >= 0 ) { local_session->unset_inpoint(); } - else - { + else { local_session->set_inpoint(align_to_frame(position, 0)); - if(local_session->get_outpoint() <= local_session->get_inpoint()) + if( local_session->get_outpoint() <= local_session->get_inpoint() ) local_session->unset_outpoint(); } } void EDL::set_outpoint(double position) { - if(equivalent(local_session->get_outpoint(), position) && - local_session->get_outpoint() >= 0) - { + if( equivalent(local_session->get_outpoint(), position) && + local_session->get_outpoint() >= 0 ) { local_session->unset_outpoint(); } - else - { + else { local_session->set_outpoint(align_to_frame(position, 0)); - if(local_session->get_inpoint() >= local_session->get_outpoint()) + if( local_session->get_inpoint() >= local_session->get_outpoint() ) local_session->unset_inpoint(); } } @@ -839,8 +732,7 @@ int EDL::blade(double position) int EDL::clear(double start, double end, int clear_labels, int clear_plugins, int edit_autos) { - if(start == end) - { + if( start == end ) { double distance = 0; tracks->clear_handle(start, end, @@ -848,17 +740,16 @@ int EDL::clear(double start, double end, clear_labels, clear_plugins, edit_autos); - if(clear_labels && distance > 0) + if( clear_labels && distance > 0 ) labels->paste_silence(start, start + distance); } - else - { + else { tracks->clear(start, end, clear_plugins, edit_autos); - if(clear_labels) + if( clear_labels ) labels->clear(start, end, 1); @@ -918,7 +809,7 @@ void EDL::paste_silence(double start, int edit_plugins, int edit_autos) { - if(edit_labels) + if( edit_labels ) labels->paste_silence(start, end); tracks->paste_silence(start, end, @@ -929,60 +820,43 @@ void EDL::paste_silence(double start, void EDL::remove_from_project(ArrayList *clips) { - for(int i = 0; i < clips->size(); i++) - { - for(int j = 0; j < this->clips.size(); j++) - { - if(this->clips.get(j) == clips->values[i]) - { - EDL *clip = this->clips.get(j); - this->clips.remove(clip); - clip->Garbage::remove_user(); - } - } + for( int i=0; isize(); ++i ) { + this->clips.remove_clip(clips->get(i)); } } void EDL::remove_from_project(ArrayList *assets) { // Remove from clips - if(!parent_edl) - for(int j = 0; j < clips.total; j++) - { - clips.values[j]->remove_from_project(assets); + if( !parent_edl ) + for( int j=0; jremove_from_project(assets); } // Remove from VWindow EDLs - for(int i = 0; i < total_vwindow_edls(); i++) + for( int i=0; iremove_from_project(assets); - for(int i = 0; i < assets->size(); i++) - { + for( int i=0; isize(); ++i ) { // Remove from tracks - for(Track *track = tracks->first; track; track = track->next) - { + for( Track *track=tracks->first; track; track=track->next ) { track->remove_asset(assets->get(i)); } // Remove from assets - if(!parent_edl && assets->get(i)->is_asset) - { + if( !parent_edl && assets->get(i)->is_asset ) { this->assets->remove_asset((Asset*)assets->get(i)); } else - if(!parent_edl && !assets->get(i)->is_asset) - { - this->nested_edls->remove_edl((EDL*)assets->get(i)); + if( !parent_edl && !assets->get(i)->is_asset ) { + this->nested_edls.remove_clip((EDL*)assets->get(i)); } } } void EDL::update_assets(EDL *src) { - for(Asset *current = src->assets->first; - current; - current = NEXT) - { + for( Asset *current=src->assets->first; current; current=NEXT ) { assets->update(current); } } @@ -990,10 +864,7 @@ void EDL::update_assets(EDL *src) int EDL::get_tracks_height(Theme *theme) { int total_pixels = 0; - for(Track *current = tracks->first; - current; - current = NEXT) - { + for( Track *current=tracks->first; current; current=NEXT ) { total_pixels += current->vertical_span(theme); } return total_pixels; @@ -1002,12 +873,9 @@ int EDL::get_tracks_height(Theme *theme) int64_t EDL::get_tracks_width() { int64_t total_pixels = 0; - for(Track *current = tracks->first; - current; - current = NEXT) - { + for( Track *current=tracks->first; current; current=NEXT ) { int64_t pixels = current->horizontal_span(); - if(pixels > total_pixels) total_pixels = pixels; + if( pixels > total_pixels ) total_pixels = pixels; } //printf("EDL::get_tracks_width %d\n", total_pixels); return total_pixels; @@ -1015,24 +883,24 @@ int64_t EDL::get_tracks_width() // int EDL::calculate_output_w(int single_channel) // { -// if(single_channel) return session->output_w; +// if( single_channel ) return session->output_w; // // int widest = 0; -// for(int i = 0; i < session->video_channels; i++) +// for( int i=0; ivideo_channels; ++i ) // { -// if(session->vchannel_x[i] + session->output_w > widest) widest = session->vchannel_x[i] + session->output_w; +// if( session->vchannel_x[i] + session->output_w > widest ) widest = session->vchannel_x[i] + session->output_w; // } // return widest; // } // // int EDL::calculate_output_h(int single_channel) // { -// if(single_channel) return session->output_h; +// if( single_channel ) return session->output_h; // // int tallest = 0; -// for(int i = 0; i < session->video_channels; i++) +// for( int i=0; ivideo_channels; ++i ) // { -// if(session->vchannel_y[i] + session->output_h > tallest) tallest = session->vchannel_y[i] + session->output_h; +// if( session->vchannel_y[i] + session->output_h > tallest ) tallest = session->vchannel_y[i] + session->output_h; // } // return tallest; // } @@ -1040,7 +908,7 @@ int64_t EDL::get_tracks_width() // Get the total output size scaled to aspect ratio void EDL::calculate_conformed_dimensions(int single_channel, float &w, float &h) { - if((float)session->output_w / session->output_h > get_aspect_ratio()) + if( (float)session->output_w / session->output_h > get_aspect_ratio() ) h = (w = session->output_w) / get_aspect_ratio(); else w = (h = session->output_h) * get_aspect_ratio(); @@ -1053,7 +921,7 @@ float EDL::get_aspect_ratio() int EDL::dump(FILE *fp) { - if(parent_edl) + if( parent_edl ) fprintf(fp,"CLIP\n"); else fprintf(fp,"EDL\n"); @@ -1064,15 +932,13 @@ int EDL::dump(FILE *fp) local_session->get_selectionend(1), local_session->loop_start, local_session->loop_end); - for(int i = 0; i < TOTAL_PANES; i++) - { + for( int i=0; iview_start[i], local_session->track_start[i]); } - if(!parent_edl) - { + if( !parent_edl ) { fprintf(fp,"audio_channels: %d audio_tracks: %d sample_rate: %jd\n", session->audio_channels, session->audio_tracks, @@ -1081,9 +947,9 @@ int EDL::dump(FILE *fp) " video_tracks: %d\n" " frame_rate: %.2f\n" " frames_per_foot: %.2f\n" - " output_w: %d\n" - " output_h: %d\n" - " aspect_w: %f\n" + " output_w: %d\n" + " output_h: %d\n" + " aspect_w: %f\n" " aspect_h: %f\n" " color_model: %d\n", session->video_channels, @@ -1091,26 +957,27 @@ int EDL::dump(FILE *fp) session->frame_rate, session->frames_per_foot, session->output_w, - session->output_h, - session->aspect_w, - session->aspect_h, + session->output_h, + session->aspect_w, + session->aspect_h, session->color_model); - fprintf(fp," CLIPS\n"); - fprintf(fp," total: %d\n", clips.total); - - for(int i = 0; i < clips.total; i++) - { + fprintf(fp," CLIPS"); + fprintf(fp," total: %d\n", clips.size()); + for( int i=0; idump(fp); + clips[i]->dump(fp); fprintf(fp,"\n\n"); } + fprintf(fp," NESTED_EDLS"); + fprintf(fp," total: %d\n", nested_edls.size()); + for( int i=0; ipath); - fprintf(fp," VWINDOW EDLS\n"); + fprintf(fp," VWINDOW EDLS"); fprintf(fp," total: %d\n", total_vwindow_edls()); - for(int i = 0; i < total_vwindow_edls(); i++) - { + for( int i=0; ilocal_session->clip_title); } @@ -1145,8 +1012,8 @@ void EDL::insert_asset(Asset *asset, Asset *new_asset = 0; EDL *new_nested_edl = 0; - if(asset) new_asset = assets->update(asset); - if(nested_edl) new_nested_edl = nested_edls->get_copy(nested_edl); + if( asset ) new_asset = assets->update(asset); + if( nested_edl ) new_nested_edl = nested_edls.get_copy(nested_edl); // Paste video int vtrack = 0; @@ -1158,18 +1025,15 @@ void EDL::insert_asset(Asset *asset, int layers = 0; int channels = 0; - if(new_nested_edl) - { + if( new_nested_edl ) { length = new_nested_edl->tracks->total_length(); layers = 1; channels = new_nested_edl->session->audio_channels; } - if(new_asset) - { + if( new_asset ) { // Insert 1 frame for undefined length - if(new_asset->video_length < 0) - { + if( new_asset->video_length < 0 ) { length = session->si_useduration ? session->si_duration : 1.0 / session->frame_rate; @@ -1183,30 +1047,17 @@ void EDL::insert_asset(Asset *asset, channels = new_asset->channels; } - for( ; - current && vtrack < layers; - current = NEXT) - { - if(!current->record || - current->data_type != TRACK_VIDEO) - continue; - - current->insert_asset(new_asset, - new_nested_edl, - length, - position, - vtrack); - - vtrack++; + for( ; current && vtrackrecord || current->data_type != TRACK_VIDEO ) continue; + current->insert_asset(new_asset, new_nested_edl, + length, position, vtrack++); } int atrack = 0; - if(new_asset) - { - if(new_asset->audio_length < 0) - { + if( new_asset ) { + if( new_asset->audio_length < 0 ) { // Insert 1 frame for undefined length & video - if(new_asset->video_data) + if( new_asset->video_data ) length = (double)1.0 / new_asset->frame_rate; else // Insert 1 second for undefined length & no video @@ -1217,29 +1068,16 @@ void EDL::insert_asset(Asset *asset, new_asset->sample_rate; } - for(current = tracks->first; - current && atrack < channels; - current = NEXT) - { - if(!current->record || - current->data_type != TRACK_AUDIO) - continue; - - current->insert_asset(new_asset, - new_nested_edl, - length, - position, - atrack); - - - atrack++; + current = tracks->first; + for( ; current && atrack < channels; current=NEXT ) { + if( !current->record || current->data_type != TRACK_AUDIO ) continue; + current->insert_asset(new_asset, new_nested_edl, + length, position, atrack++); } // Insert labels from a recording window. - if(labels) - { - for(RecordLabel *label = labels->first; label; label = label->next) - { + if( labels ) { + for( RecordLabel *label=labels->first; label; label=label->next ) { this->labels->toggle_label(label->position, label->position); } } @@ -1249,31 +1087,32 @@ void EDL::insert_asset(Asset *asset, void EDL::set_index_file(Indexable *indexable) { - if(indexable->is_asset) + if( indexable->is_asset ) assets->update_index((Asset*)indexable); else - nested_edls->update_index((EDL*)indexable); + nested_edls.update_index((EDL*)indexable); } void EDL::optimize() { //printf("EDL::optimize 1\n"); - if(local_session->preview_start < 0) local_session->preview_start = 0; + if( local_session->preview_start < 0 ) local_session->preview_start = 0; double length = tracks->total_length(); - if(local_session->preview_end > length) local_session->preview_end = length; - if(local_session->preview_start >= local_session->preview_end ) { + if( local_session->preview_end > length ) local_session->preview_end = length; + if( local_session->preview_start >= local_session->preview_end ) { local_session->preview_start = 0; local_session->preview_end = length; } - for(Track *current = tracks->first; current; current = NEXT) + for( Track *current=tracks->first; current; current=NEXT ) current->optimize(); } int EDL::next_id() { - id_lock->lock("EDL::next_id"); + static Mutex id_lock; + id_lock.lock("EDL::next_id"); int result = EDLSession::current_id++; - id_lock->unlock(); + id_lock.unlock(); return result; } @@ -1282,46 +1121,27 @@ void EDL::get_shared_plugins(Track *source, int omit_recordable, int data_type) { - for(Track *track = tracks->first; track; track = track->next) - { - if(!track->record || !omit_recordable) - { - if(track != source && - track->data_type == data_type) - { - for(int i = 0; i < track->plugin_set.total; i++) - { - Plugin *plugin = track->get_current_plugin( - local_session->get_selectionstart(1), - i, - PLAY_FORWARD, - 1, - 0); - if(plugin && plugin->plugin_type == PLUGIN_STANDALONE) - { - plugin_locations->append(new SharedLocation(tracks->number_of(track), i)); - } - } - } + for( Track *track=tracks->first; track; track=track->next ) { + if( track->record && omit_recordable ) continue; + if( track == source || track->data_type != data_type ) continue; + for( int i=0; iplugin_set.size(); ++i ) { + Plugin *plugin = track->get_current_plugin( + local_session->get_selectionstart(1), + i, PLAY_FORWARD, 1, 0); + if( plugin && plugin->plugin_type != PLUGIN_STANDALONE ) continue; + plugin_locations->append(new SharedLocation(tracks->number_of(track), i)); } } } void EDL::get_shared_tracks(Track *track, ArrayList *module_locations, - int omit_recordable, - int data_type) + int omit_recordable, int data_type) { - for(Track *current = tracks->first; current; current = NEXT) - { - if(!omit_recordable || !current->record) - { - if(current != track && - current->data_type == data_type) - { - module_locations->append(new SharedLocation(tracks->number_of(current), 0)); - } - } + for( Track *current=tracks->first; current; current=NEXT ) { + if( omit_recordable && current->record ) continue; + if( current == track || current->data_type != data_type ) continue; + module_locations->append(new SharedLocation(tracks->number_of(current), 0)); } } @@ -1345,39 +1165,20 @@ double EDL::align_to_frame(double position, int round) void EDL::new_folder(const char *folder) { - for(int i = 0; i < folders.total; i++) - { - if(!strcasecmp(folders.values[i], folder)) return; - } - - char *new_folder; - folders.append(new_folder = new char[strlen(folder) + 1]); - strcpy(new_folder, folder); + for( int i=0; i= 0 && strcasecmp(folders[i], folder) ); + if( i >= 0 ) folders.remove_number(i); } int EDL::get_use_vconsole(VEdit* *playable_edit, - int64_t position, - int direction, - PlayableTracks *playable_tracks) + int64_t position, int direction, PlayableTracks *playable_tracks) { int share_playable_tracks = 1; int result = 0; @@ -1386,57 +1187,47 @@ int EDL::get_use_vconsole(VEdit* *playable_edit, *playable_edit = 0; // Calculate playable tracks when being called as a nested EDL - if(!playable_tracks) - { + if( !playable_tracks ) { share_playable_tracks = 0; playable_tracks = new PlayableTracks(this, - position, - direction, - TRACK_VIDEO, - 1); + position, direction, TRACK_VIDEO, 1); } // Total number of playable tracks is 1 - if(playable_tracks->size() != 1) - { + if( playable_tracks->size() != 1 ) { result = 1; } - else - { + else { playable_track = (VTrack*)playable_tracks->get(0); } // Don't need playable tracks anymore - if(!share_playable_tracks) - { + if( !share_playable_tracks ) { delete playable_tracks; } -if(debug) printf("EDL::get_use_vconsole %d playable_tracks->size()=%d\n", -__LINE__, -playable_tracks->size()); - if(result) return 1; +if( debug ) printf("EDL::get_use_vconsole %d playable_tracks->size()=%d\n", + __LINE__, playable_tracks->size()); + if( result ) return 1; // Test mutual conditions between direct copy rendering and this. - if(!playable_track->direct_copy_possible(position, + if( !playable_track->direct_copy_possible(position, direction, - 1)) + 1) ) return 1; -if(debug) printf("EDL::get_use_vconsole %d\n", __LINE__); +if( debug ) printf("EDL::get_use_vconsole %d\n", __LINE__); *playable_edit = (VEdit*)playable_track->edits->editof(position, - direction, - 0); + direction, 0); // No edit at current location - if(!*playable_edit) return 1; -if(debug) printf("EDL::get_use_vconsole %d\n", __LINE__); + if( !*playable_edit ) return 1; +if( debug ) printf("EDL::get_use_vconsole %d\n", __LINE__); // Edit is nested EDL - if((*playable_edit)->nested_edl) - { + if( (*playable_edit)->nested_edl ) { // Test nested EDL EDL *nested_edl = (*playable_edit)->nested_edl; int64_t nested_position = (int64_t)((position - @@ -1447,23 +1238,23 @@ if(debug) printf("EDL::get_use_vconsole %d\n", __LINE__); VEdit *playable_edit_temp = 0; - if(session->output_w != nested_edl->session->output_w || + if( session->output_w != nested_edl->session->output_w || session->output_h != nested_edl->session->output_h || nested_edl->get_use_vconsole(&playable_edit_temp, nested_position, direction, - 0)) + 0) ) return 1; return 0; } -if(debug) printf("EDL::get_use_vconsole %d\n", __LINE__); +if( debug ) printf("EDL::get_use_vconsole %d\n", __LINE__); // Edit is not a nested EDL Asset *asset = (*playable_edit)->asset; // Edit is silence - if(!asset) return 1; -if(debug) printf("EDL::get_use_vconsole %d\n", __LINE__); + if( !asset ) return 1; +if( debug ) printf("EDL::get_use_vconsole %d\n", __LINE__); // Asset and output device must have the same dimensions if( asset->width != session->output_w || @@ -1471,7 +1262,7 @@ if(debug) printf("EDL::get_use_vconsole %d\n", __LINE__); return 1; -if(debug) printf("EDL::get_use_vconsole %d\n", __LINE__); +if( debug ) printf("EDL::get_use_vconsole %d\n", __LINE__); // Asset and output device must have same resulting de-interlacing method if( ilaceautofixmethod2(session->interlace_mode, asset->interlace_autofixoption, asset->interlace_mode, @@ -1541,19 +1332,16 @@ int64_t EDL::get_video_frames() void EDL::remove_vwindow_edls() { - for(int i = 0; i < total_vwindow_edls(); i++) - { - get_vwindow_edl(i)->Garbage::remove_user(); + for( int i=0; iremove_user(); } vwindow_edls.remove_all(); } void EDL::remove_vwindow_edl(EDL *edl) { - if(vwindow_edls.number_of(edl) >= 0) - { - edl->Garbage::remove_user(); - + if( vwindow_edls.number_of(edl) >= 0 ) { + edl->remove_user(); vwindow_edls.remove(edl); } } @@ -1573,7 +1361,7 @@ void EDL::append_vwindow_edl(EDL *edl, int increase_counter) { if(vwindow_edls.number_of(edl) >= 0) return; - if(increase_counter) edl->Garbage::add_user(); + if(increase_counter) edl->add_user(); vwindow_edls.append(edl); } diff --git a/cinelerra-5.1/cinelerra/edl.h b/cinelerra-5.1/cinelerra/edl.h index e5955664..60784dcf 100644 --- a/cinelerra-5.1/cinelerra/edl.h +++ b/cinelerra-5.1/cinelerra/edl.h @@ -40,7 +40,7 @@ #include "localsession.inc" #include "maxchannels.h" #include "mutex.inc" -#include "nestededls.inc" +#include "clipedls.h" #include "playabletracks.inc" #include "playbackconfig.h" #include "pluginserver.h" @@ -80,14 +80,11 @@ public: void boundaries(); // Create tracks using existing configuration int create_default_tracks(); - int load_xml(FileXML *file, - uint32_t load_flags); - int save_xml(FileXML *xml, - const char *output_path, - int is_clip, - int is_vwindow); - int load_audio_config(FileXML *file, int append_mode, uint32_t load_flags); - int load_video_config(FileXML *file, int append_mode, uint32_t load_flags); + int load_xml(FileXML *file, uint32_t load_flags); + int read_xml(FileXML *file, uint32_t load_flags); + int save_xml(FileXML *xml, const char *output_path); + int load_audio_config(FileXML *file, int append_mode, uint32_t load_flags); + int load_video_config(FileXML *file, int append_mode, uint32_t load_flags); // Return 1 if rendering requires a virtual console. int get_use_vconsole(VEdit* *playable_edit, @@ -105,6 +102,15 @@ public: // Scale all sample values since everything is locked to audio void rechannel(); void resample(double old_rate, double new_rate, int data_type); + int copy(double start, double end, int all, + FileXML *file, const char *output_path, int rewind_it); + int copy_clip(double start, double end, int all, + FileXML *file, const char *output_path, int rewind_it); + int copy_nested_edl(double start, double end, int all, + FileXML *file, const char *output_path, int rewind_it); + int copy_vwindow_edl(double start, double end, int all, + FileXML *file, const char *output_path, int rewind_it); + void copy_tracks(EDL *edl); // Copies project path, folders, EDLSession, and LocalSession from edl argument. // session_only - used by preferences and format specify @@ -113,6 +119,7 @@ public: int copy_all(EDL *edl); void copy_assets(EDL *edl); void copy_clips(EDL *edl); + void copy_nested(EDL *edl); void copy_mixers(EDL *edl); // Copy pan and fade settings from edl void synchronize_params(EDL *edl); @@ -169,29 +176,20 @@ public: int edit_autos); // Editing functions - int copy_assets(double start, - double end, - FileXML *file, - int all, - const char *output_path); - int copy(double start, - double end, - int all, // Ignore recordable status of tracks for saving - int is_clip, - int is_vwindow, - FileXML *file, - const char *output_path, - int rewind_it); // Rewind EDL for easy pasting - void paste_silence(double start, - double end, + int copy_assets(double start, double end, + FileXML *file, int all, const char *output_path); + int copy(double start, double end, int all, + const char *closer, FileXML *file, + const char *output_path, int rewind_it); + int to_nested(EDL *nested_edl); + void paste_silence(double start, double end, int edit_labels /* = 1 */, int edit_plugins, int edit_autos); void remove_from_project(ArrayList *assets); void remove_from_project(ArrayList *clips); int blade(double position); - int clear(double start, - double end, + int clear(double start, double end, int clear_labels, int clear_plugins, int edit_autos); @@ -243,10 +241,8 @@ public: // Titles of all subfolders ArrayList folders; -// Clips - ArrayList clips; -// Nested EDLs - NestedEDLs *nested_edls; +// Clips, Nested EDLs + ClipEDLs clips, nested_edls; // EDLs being shown in VWindows ArrayList vwindow_edls; // is the vwindow_edl shared and therefore should not be deleted in destructor @@ -257,8 +253,6 @@ public: // Shared between all EDLs Assets *assets; - - Tracks *tracks; Labels *labels; // Shared between all EDLs in a tree, for projects. @@ -266,17 +260,8 @@ public: // Specific to this EDL, for clips. LocalSession *local_session; - - - - - // Use parent Assets if nonzero EDL *parent_edl; - - - static Mutex *id_lock; - }; #endif diff --git a/cinelerra-5.1/cinelerra/edlsession.C b/cinelerra-5.1/cinelerra/edlsession.C index 5c663922..292de030 100644 --- a/cinelerra-5.1/cinelerra/edlsession.C +++ b/cinelerra-5.1/cinelerra/edlsession.C @@ -71,7 +71,7 @@ EDLSession::EDLSession(EDL *edl) cwindow_scrollbars = 0; cwindow_xscroll = cwindow_yscroll = 0; cwindow_zoom = 1.0; - cwindow_click2play = 1; + cwindow_click2play = 0; strcpy(default_atransition, ""); strcpy(default_vtransition, ""); default_transition_length = 1.0; @@ -141,7 +141,7 @@ EDLSession::EDLSession(EDL *edl) view_follows_playback = 1; vwindow_meter = 0; vwindow_zoom = 1.; - vwindow_click2play = 1; + vwindow_click2play = 0; playback_config = new PlaybackConfig; } @@ -245,7 +245,7 @@ int EDLSession::load_defaults(BC_Hash *defaults) cwindow_xscroll = defaults->get("CWINDOW_XSCROLL", 0); cwindow_yscroll = defaults->get("CWINDOW_YSCROLL", 0); cwindow_zoom = defaults->get("CWINDOW_ZOOM", (float)1); - cwindow_click2play = defaults->get("CWINDOW_CLICK2PLAY", 1); + cwindow_click2play = defaults->get("CWINDOW_CLICK2PLAY", 0); sprintf(default_atransition, _("Crossfade")); defaults->get("DEFAULT_ATRANSITION", default_atransition); sprintf(default_vtransition, _("Dissolve")); @@ -328,7 +328,7 @@ int EDLSession::load_defaults(BC_Hash *defaults) view_follows_playback = defaults->get("VIEW_FOLLOWS_PLAYBACK", 1); vwindow_meter = defaults->get("VWINDOW_METER", 0); vwindow_zoom = defaults->get("VWINDOW_ZOOM", (float)1); - vwindow_click2play = defaults->get("VWINDOW_CLICK2PLAY", 1); + vwindow_click2play = defaults->get("VWINDOW_CLICK2PLAY", 0); decode_subtitles = defaults->get("DECODE_SUBTITLES", decode_subtitles); subtitle_number = defaults->get("SUBTITLE_NUMBER", subtitle_number); diff --git a/cinelerra-5.1/cinelerra/localsession.C b/cinelerra-5.1/cinelerra/localsession.C index 0008bcd3..771f7f5e 100644 --- a/cinelerra-5.1/cinelerra/localsession.C +++ b/cinelerra-5.1/cinelerra/localsession.C @@ -24,6 +24,7 @@ #include "clip.h" #include "bchash.h" #include "edl.h" +#include "filesystem.h" #include "filexml.h" #include "floatauto.h" #include "language.h" @@ -474,6 +475,12 @@ int LocalSession::outpoint_valid() return out_point >= 0; } - +void LocalSession::set_clip_path(Indexable *indexable) +{ + char string[BCTEXTLEN]; + FileSystem fs; + fs.extract_name(string, indexable->path); + strcpy(clip_title, string); +} diff --git a/cinelerra-5.1/cinelerra/localsession.h b/cinelerra-5.1/cinelerra/localsession.h index e2ee664e..7c987937 100644 --- a/cinelerra-5.1/cinelerra/localsession.h +++ b/cinelerra-5.1/cinelerra/localsession.h @@ -63,6 +63,7 @@ public: void load_xml(FileXML *file, unsigned long load_flags); int load_defaults(BC_Hash *defaults); int save_defaults(BC_Hash *defaults); + void set_clip_path(Indexable *indexable); // Used to copy parameters that affect rendering. void synchronize_params(LocalSession *that); diff --git a/cinelerra-5.1/cinelerra/main.C b/cinelerra-5.1/cinelerra/main.C index e7fe8f67..92a6a821 100644 --- a/cinelerra-5.1/cinelerra/main.C +++ b/cinelerra-5.1/cinelerra/main.C @@ -118,7 +118,6 @@ int main(int argc, char *argv[]) config_path[0] = 0; batch_path[0] = 0; deamon_path[0] = 0; - EDL::id_lock = new Mutex("EDL::id_lock"); Units::init(); File::init_cin_path(); @@ -407,7 +406,6 @@ DISABLE_BUFFER } filenames.remove_all_objects(); - delete EDL::id_lock; EDL::id_lock = 0; Units::finit(); return 0; diff --git a/cinelerra-5.1/cinelerra/mainmenu.C b/cinelerra-5.1/cinelerra/mainmenu.C index 67a7ee31..699caa33 100644 --- a/cinelerra-5.1/cinelerra/mainmenu.C +++ b/cinelerra-5.1/cinelerra/mainmenu.C @@ -861,7 +861,7 @@ int ClearDefaultKeyframe::handle_event() } Cut::Cut(MWindow *mwindow) - : BC_MenuItem(_("Cut"), "x", 'x') + : BC_MenuItem(_("Split | Cut"), "x", 'x') { this->mwindow = mwindow; } diff --git a/cinelerra-5.1/cinelerra/mainundo.C b/cinelerra-5.1/cinelerra/mainundo.C index a0aec63b..4a921cf4 100644 --- a/cinelerra-5.1/cinelerra/mainundo.C +++ b/cinelerra-5.1/cinelerra/mainundo.C @@ -22,6 +22,7 @@ #include "asset.h" #include "assets.h" #include "bctimer.h" +#include "clipedls.h" #include "edl.h" #include "filexml.h" #include "mainindexes.h" @@ -30,7 +31,6 @@ #include "mainundo.h" #include "mwindow.h" #include "mwindowgui.h" -#include "nestededls.h" #include #include "undostack.h" @@ -55,10 +55,7 @@ void MainUndo::update_undo_entry(const char *description, { FileXML file; - mwindow->edl->save_xml(&file, - "", - 0, - 0); + mwindow->edl->save_xml(&file, ""); file.terminate_string(); if(changes_made) mwindow->session->changes_made = 1; @@ -264,16 +261,11 @@ int MainUndo::load_from_undo(FileXML *file, uint32_t load_flags) if( load_flags & LOAD_SESSION ) mwindow->close_mixers(); mwindow->edl->load_xml(file, load_flags); - for(Asset *asset = mwindow->edl->assets->first; - asset; - asset = asset->next) - { + for( Asset *asset=mwindow->edl->assets->first; asset; asset=asset->next ) { mwindow->mainindexes->add_next_asset(0, asset); } - - for(int i = 0; i < mwindow->edl->nested_edls->size(); i++) - { - EDL *nested_edl = mwindow->edl->nested_edls->get(i); + for( int i=0; iedl->nested_edls.size(); ++i ) { + EDL *nested_edl = mwindow->edl->nested_edls[i]; mwindow->mainindexes->add_next_asset(0, nested_edl); } mwindow->mainindexes->start_build(); @@ -286,10 +278,7 @@ int MainUndo::load_from_undo(FileXML *file, uint32_t load_flags) void MainUndo::reset_creators() { - for(UndoStackItem *current = undo_stack->first; - current; - current = NEXT) - { + for( UndoStackItem *current=undo_stack->first; current; current=NEXT ) { current->set_creator(0); } } diff --git a/cinelerra-5.1/cinelerra/mwindow.C b/cinelerra-5.1/cinelerra/mwindow.C index 53b5a193..de11d94e 100644 --- a/cinelerra-5.1/cinelerra/mwindow.C +++ b/cinelerra-5.1/cinelerra/mwindow.C @@ -38,6 +38,7 @@ #include "channeldb.h" #include "channelinfo.h" #include "clip.h" +#include "clipedls.h" #include "bccmodels.h" #include "commercials.h" #include "cplayback.h" @@ -80,7 +81,6 @@ #include "mutex.h" #include "mwindowgui.h" #include "mwindow.h" -#include "nestededls.h" #include "new.h" #include "panautos.h" #include "patchbay.h" @@ -1943,7 +1943,8 @@ if(debug) printf("MWindow::load_filenames %d\n", __LINE__); nested_edl->set_path(filenames->get(i)); nested_edl->load_xml(&xml_file, LOAD_ALL); //printf("MWindow::load_filenames %p %s\n", nested_edl, nested_edl->project_path); - edl_to_nested(new_edl, nested_edl); + new_edl->to_nested(nested_edl); + new_edl->local_session->set_clip_path(nested_edl); nested_edl->Garbage::remove_user(); } else { @@ -2027,40 +2028,33 @@ if(debug) printf("MWindow::load_filenames %d\n", __LINE__); // Add new assets to EDL and schedule assets for index building. int got_indexes = 0; - for(int i = 0; i < new_edls.size(); i++) - { + for( int i=0; inested_edls->size(); j++) - { - mainindexes->add_next_asset(0, - new_edl->nested_edls->get(j)); + for( int j=0; jnested_edls.size(); ++j ) { + mainindexes->add_next_asset(0, new_edl->nested_edls[j]); + edl->nested_edls.update_index(new_edl->nested_edls[j]); got_indexes = 1; - edl->nested_edls->update_index(new_edl->nested_edls->get(j)); } } if(debug) printf("MWindow::load_filenames %d\n", __LINE__); - for(int i = 0; i < new_assets.size(); i++) - { + for( int i=0; iasset->path, - new_asset->path)) - { + if( !strcmp(new_file->asset->path, new_asset->path) ) { got_it = 1; break; } } mainindexes->add_next_asset(got_it ? new_file : 0, new_asset); - got_indexes = 1; edl->assets->update(new_asset); + got_indexes = 1; } if(debug) printf("MWindow::load_filenames %d\n", __LINE__); @@ -3206,38 +3200,6 @@ if(debug) printf("MWindow::asset_to_edl %d\n", __LINE__); return 0; } -int MWindow::edl_to_nested(EDL *new_edl, - EDL *nested_edl) -{ - -// Keep frame rate, sample rate, and output size unchanged. -// These parameters would revert the project if VWindow displayed an asset -// of different size than the project. - - - -// Nest all video & audio outputs - new_edl->session->video_tracks = 1; - new_edl->session->audio_tracks = nested_edl->session->audio_channels; - new_edl->create_default_tracks(); - - - - new_edl->insert_asset(0, - nested_edl, - 0, - 0, - 0); - - char string[BCTEXTLEN]; - FileSystem fs; - fs.extract_name(string, nested_edl->path); -//printf("MWindow::edl_to_nested %p %s\n", nested_edl, nested_edl->path); - - strcpy(new_edl->local_session->clip_title, string); - - return 0; -} // Reset everything after a load. void MWindow::update_project(int load_mode) @@ -3373,7 +3335,7 @@ void MWindow::save_backup() char backup_path[BCTEXTLEN]; snprintf(backup_path, sizeof(backup_path), "%s/%s", File::get_config_path(), BACKUP_FILE); - edl->save_xml(&file, backup_path, 0, 0); + edl->save_xml(&file, backup_path); file.terminate_string(); FileSystem fs; fs.complete_path(backup_path); diff --git a/cinelerra-5.1/cinelerra/mwindow.h b/cinelerra-5.1/cinelerra/mwindow.h index 49e36552..dfce9b11 100644 --- a/cinelerra-5.1/cinelerra/mwindow.h +++ b/cinelerra-5.1/cinelerra/mwindow.h @@ -146,10 +146,6 @@ public: int asset_to_edl(EDL *new_edl, Asset *new_asset, RecordLabels *labels = 0); -// Convert nested_edl to a nested EDL in new_edl -// suitable for pasting in paste_edls - int edl_to_nested(EDL *new_edl, - EDL *nested_edl); // Entry point to insert assets and insert edls. Called by TrackCanvas // and AssetPopup when assets are dragged in from AWindow. diff --git a/cinelerra-5.1/cinelerra/mwindowedit.C b/cinelerra-5.1/cinelerra/mwindowedit.C index c8619a1c..7b06f5ef 100644 --- a/cinelerra-5.1/cinelerra/mwindowedit.C +++ b/cinelerra-5.1/cinelerra/mwindowedit.C @@ -194,7 +194,7 @@ void MWindow::asset_to_all() edl->session->aspect_h, w, h); - for( Track *current = edl->tracks->first; current; current = NEXT ) { + for( Track *current=edl->tracks->first; current; current=NEXT ) { if( current->data_type == TRACK_VIDEO /* && current->record */ ) { current->track_w = w; @@ -420,7 +420,7 @@ int MWindow::copy(double start, double end) if( start == end ) return 1; FileXML file; - edl->copy(start, end, 0, 0, 0, &file, "", 1); + edl->copy(start, end, 0, &file, "", 1); const char *file_string = file.string(); long file_length = strlen(file_string); gui->to_clipboard(file_string, file_length, BC_PRIMARY_SELECTION); @@ -541,7 +541,7 @@ void MWindow::cut(double start, double end, double new_position) edl->optimize(); save_backup(); - undo->update_undo_after(_("cut"), LOAD_EDITS | LOAD_TIMEBAR); + undo->update_undo_after(_("split | cut"), LOAD_EDITS | LOAD_TIMEBAR); if( new_position >= 0 ) { edl->local_session->set_selectionstart(new_position); edl->local_session->set_selectionend(new_position); @@ -715,7 +715,7 @@ void MWindow::insert_effects_canvas(double start, undo->update_undo_before(); - for( int i = 0; i < session->drag_pluginservers->total; i++ ) { + for( int i=0; idrag_pluginservers->total; ++i ) { PluginServer *plugin = session->drag_pluginservers->values[i]; insert_effect(plugin->title, 0, dest_track, i == 0 ? session->pluginset_highlighted : 0, @@ -745,7 +745,7 @@ void MWindow::insert_effects_cwindow(Track *dest_track) edl->local_session->get_selectionstart(); } - for( int i = 0; i < session->drag_pluginservers->total; i++ ) { + for( int i=0; idrag_pluginservers->total; ++i ) { PluginServer *plugin = session->drag_pluginservers->values[i]; insert_effect(plugin->title, 0, dest_track, 0, start, length, PLUGIN_STANDALONE); @@ -768,7 +768,7 @@ void MWindow::insert_effect(char *title, SharedLocation shared_location_local; shared_location_local.copy_from(shared_location); int first_track = 1; - for( ; current; current = NEXT) { + for( ; current; current=NEXT ) { if( current->data_type == data_type && current->record ) { insert_effect(title, &shared_location_local, @@ -1074,8 +1074,7 @@ void MWindow::overwrite(EDL *source) overwrite_len = dst_len; } - source->copy(src_start, src_start + overwrite_len, - 0, 0, 0, &file, "", 1); + source->copy(src_start, src_start + overwrite_len, 0, &file, "", 1); // HACK around paste_edl get_start/endselection on its own // so we need to clear only when not using both io points @@ -1198,7 +1197,7 @@ if( debug ) printf("MWindow::load_assets %d\n", __LINE__); if( position < 0 ) position = edl->local_session->get_selectionstart(); ArrayList new_edls; - for( int i = 0; i < new_assets->total; i++ ) { + for( int i=0; itotal; ++i ) { Indexable *indexable = new_assets->get(i); if( indexable->is_asset ) { remove_asset_from_caches((Asset*)indexable); @@ -1208,19 +1207,18 @@ if( debug ) printf("MWindow::load_assets %d\n", __LINE__); new_edl->copy_session(edl); new_edls.append(new_edl); - - if( indexable->is_asset ) { -if( debug ) printf("MWindow::load_assets %d\n", __LINE__); -if( debug ) ((Asset*)indexable)->dump(); - asset_to_edl(new_edl, (Asset*)indexable); + if( !indexable->is_asset ) { + EDL *nested_edl = (EDL*)indexable; + new_edl->to_nested(nested_edl); + new_edl->local_session->set_clip_path(nested_edl); + } + else { + Asset *asset = (Asset*)indexable; + asset_to_edl(new_edl, asset); } - else - edl_to_nested(new_edl, (EDL*)indexable); -if( debug ) printf("MWindow::load_assets %d\n", __LINE__); - if( labels ) { - for( RecordLabel *label = labels->first; label; label = label->next ) { + for( RecordLabel *label=labels->first; label; label=label->next ) { new_edl->labels->toggle_label(label->position, label->position); } } @@ -1232,7 +1230,7 @@ if( debug ) printf("MWindow::load_assets %d\n", __LINE__); if( debug ) printf("MWindow::load_assets %d\n", __LINE__); save_backup(); - for( int i = 0; i < new_edls.size(); i++ ) + for( int i=0; iGarbage::remove_user(); if( debug ) printf("MWindow::load_assets %d\n", __LINE__); @@ -1351,33 +1349,30 @@ int MWindow::paste_edls(ArrayList *new_edls, int load_mode, load_mode == LOADMODE_NEW_TRACKS ) { need_new_tracks = 1; - for( int i = 0; i < new_edls->total; i++ ) { + for( int i=0; itotal; ++i ) { EDL *new_edl = new_edls->values[i]; - for( Track *current = new_edl->tracks->first; - current; - current = NEXT ) { - if( current->data_type == TRACK_VIDEO ) { + for( Track *current=new_edl->tracks->first; current; current=NEXT ) { + switch( current->data_type ) { + case TRACK_VIDEO: edl->tracks->add_video_track(0, 0); if( current->draw ) edl->tracks->last->draw = 1; - destination_tracks.append(edl->tracks->last); - } - else - if( current->data_type == TRACK_AUDIO ) { + break; + case TRACK_AUDIO: edl->tracks->add_audio_track(0, 0); - destination_tracks.append(edl->tracks->last); - } - else - if( current->data_type == TRACK_SUBTITLE ) { + break; + case TRACK_SUBTITLE: edl->tracks->add_subttl_track(0, 0); - destination_tracks.append(edl->tracks->last); + break; + default: + continue; } - edl->session->highlighted_track = edl->tracks->total() - 1; + destination_tracks.append(edl->tracks->last); } // Base track count on first EDL only for concatenation if( load_mode == LOADMODE_REPLACE_CONCATENATE ) break; } - + edl->session->highlighted_track = edl->tracks->total() - 1; } else // Recycle existing tracks of master EDL @@ -1390,13 +1385,12 @@ int MWindow::paste_edls(ArrayList *new_edls, int load_mode, // then be shifted back to their original locations without recursively // shifting back every paste. if( (load_mode == LOADMODE_PASTE || load_mode == LOADMODE_NESTED) && - edl->session->labels_follow_edits ) + edl->session->labels_follow_edits ) edl->labels->clear(edl->local_session->get_selectionstart(), - edl->local_session->get_selectionend(), - 1); + edl->local_session->get_selectionend(), 1); Track *current = first_track ? first_track : edl->tracks->first; - for( ; current; current = NEXT) { + for( ; current; current=NEXT ) { if( current->record ) { destination_tracks.append(current); } @@ -1409,7 +1403,7 @@ int MWindow::paste_edls(ArrayList *new_edls, int load_mode, double *paste_position = new double[destination_tracks.total]; // Iterate through the edls - for( int i = 0; i < new_edls->total; i++ ) { + for( int i=0; itotal; ++i ) { EDL *new_edl = new_edls->values[i]; double edl_length = new_edl->local_session->clipboard_length ? @@ -1430,9 +1424,8 @@ int MWindow::paste_edls(ArrayList *new_edls, int load_mode, TRACK_VIDEO); //PRINT_TRACE // Add assets and prepare index files - for( Asset *new_asset = new_edl->assets->first; - new_asset; - new_asset = new_asset->next ) { + for( Asset *new_asset=new_edl->assets->first; + new_asset; new_asset=new_asset->next ) { mainindexes->add_next_asset(0, new_asset); } // Capture index file status from mainindex test @@ -1458,7 +1451,7 @@ int MWindow::paste_edls(ArrayList *new_edls, int load_mode, case LOADMODE_NESTED: destination_track = 0; if( i == 0 ) { - for( int j = 0; j < destination_tracks.total; j++ ) { + for( int j=0; j= 0) ? current_position : edl->local_session->get_selectionstart(); @@ -1489,14 +1482,13 @@ int MWindow::paste_edls(ArrayList *new_edls, int load_mode, edit_labels); //PRINT_TRACE - for( Track *new_track = new_edl->tracks->first; - new_track; - new_track = new_track->next ) { + for( Track *new_track=new_edl->tracks->first; + new_track; new_track=new_track->next ) { // Get destination track of same type as new_track for( int k = 0; - k < destination_tracks.total && - destination_tracks.values[destination_track]->data_type != new_track->data_type; - k++, destination_track++ ) { + k < destination_tracks.total && + destination_tracks.values[destination_track]->data_type != new_track->data_type; + ++k, ++destination_track ) { if( destination_track >= destination_tracks.total - 1 ) destination_track = 0; } @@ -1558,11 +1550,14 @@ int MWindow::paste_edls(ArrayList *new_edls, int load_mode, // strange issue, for index not being shown // Assume any paste operation from the same EDL won't contain any clips. // If it did it would duplicate every clip here. - for( int i = 0; i < new_edls->total; i++ ) { - EDL *new_edl = new_edls->values[i]; + for( int i=0; itotal; ++i ) { + EDL *new_edl = new_edls->get(i); - for( int j = 0; j < new_edl->clips.total; j++ ) { - edl->add_clip(new_edl->clips.values[j]); + for( int j=0; jclips.size(); ++j ) { + edl->add_clip(new_edl->clips[j]); + } + for( int j=0; jnested_edls.size(); ++j ) { + edl->nested_edls.get_copy(new_edl->nested_edls[j]); } if( new_edl->total_vwindow_edls() ) { @@ -1572,7 +1567,7 @@ int MWindow::paste_edls(ArrayList *new_edls, int load_mode, // edl->vwindow_edl->create_objects(); // edl->vwindow_edl->copy_all(new_edl->vwindow_edl); - for( int j = 0; j < new_edl->total_vwindow_edls(); j++ ) { + for( int j=0; jtotal_vwindow_edls(); ++j ) { EDL *vwindow_edl = new EDL(edl); vwindow_edl->create_objects(); vwindow_edl->copy_all(new_edl->get_vwindow_edl(j)); @@ -1866,7 +1861,7 @@ void MWindow::redo_entry(BC_WindowBase *calling_window_gui) close_mixers(); cwindow->gui->lock_window("MWindow::redo_entry 1"); - for( int i = 0; i < vwindows.size(); i++ ) { + for( int i=0; iis_running() ) { if( calling_window_gui != vwindows.get(i)->gui ) { vwindows.get(i)->gui->lock_window("MWindow::redo_entry 2"); @@ -1887,7 +1882,7 @@ void MWindow::redo_entry(BC_WindowBase *calling_window_gui) cwindow->update(1, 1, 1, 1, 1); cwindow->gui->unlock_window(); - for( int i = 0; i < vwindows.size(); i++ ) { + for( int i=0; i < vwindows.size(); ++i ) { if( vwindows.get(i)->is_running() ) { if( calling_window_gui != vwindows.get(i)->gui ) { vwindows.get(i)->gui->unlock_window(); @@ -2001,7 +1996,7 @@ void MWindow::splice(EDL *source) undo->update_undo_before(); double source_start = source->local_session->get_selectionstart(); double source_end = source->local_session->get_selectionend(); - source->copy(source_start, source_end, 1, 0, 0, &file, "", 1); + source->copy(source_start, source_end, 1, &file, "", 1); //file.dump(); double start = edl->local_session->get_selectionstart(); //double end = edl->local_session->get_selectionend(); @@ -2075,6 +2070,7 @@ void MWindow::save_clip(EDL *new_edl, const char *txt) gui->unlock_window(); awindow->clip_edit->create_clip(new_edl, cur_x, cur_y); + new_edl->remove_user(); gui->lock_window("MWindow::save_clip"); save_backup(); @@ -2095,7 +2091,7 @@ void MWindow::to_clip(EDL *edl, const char *txt) } // Don't copy all since we don't want the clips twice. - edl->copy(start, end, 0, 0, 0, &file, "", 1); + edl->copy(start, end, 0, &file, "", 1); EDL *new_edl = new EDL(edl); new_edl->create_objects(); @@ -2180,7 +2176,7 @@ void MWindow::undo_entry(BC_WindowBase *calling_window_gui) close_mixers(); cwindow->gui->lock_window("MWindow::undo_entry 1"); - for( int i = 0; i < vwindows.size(); i++ ) { + for( int i=0; iis_running() ) { if( calling_window_gui != vwindows.get(i)->gui ) { vwindows.get(i)->gui->lock_window("MWindow::undo_entry 4"); @@ -2201,7 +2197,7 @@ void MWindow::undo_entry(BC_WindowBase *calling_window_gui) cwindow->update(1, 1, 1, 1, 1); cwindow->gui->unlock_window(); - for( int i = 0; i < vwindows.size(); i++ ) { + for( int i=0; iis_running() ) { if( calling_window_gui != vwindows.get(i)->gui ) { vwindows.get(i)->gui->unlock_window(); @@ -2269,13 +2265,13 @@ void MWindow::remap_audio(int pattern) { int current_channel = 0; int current_track = 0; - for( Track *current = edl->tracks->first; current; current = NEXT ) { + for( Track *current=edl->tracks->first; current; current=NEXT ) { if( current->data_type == TRACK_AUDIO && current->record ) { Autos *pan_autos = current->automation->autos[AUTOMATION_PAN]; PanAuto *pan_auto = (PanAuto*)pan_autos->get_auto_for_editing(-1); - for( int i = 0; i < MAXCHANNELS; i++ ) { + for( int i=0; i < MAXCHANNELS; ++i ) { pan_auto->values[i] = 0.0; } @@ -2366,9 +2362,9 @@ void MWindow::set_proxy(int use_scaler, int new_scale, int auto_scale, Asset *proxy_asset = edl->assets->update((Asset *)proxy_assets->get(i)); proxy_asset->awindow_folder = awindow_folder; // replace track contents - for( Track *track = edl->tracks->first; track; track = track->next ) { + for( Track *track=edl->tracks->first; track; track=track->next ) { if( track->data_type != TRACK_VIDEO ) continue; - for( Edit *edit = track->edits->first; edit; edit = edit->next ) { + for( Edit *edit=track->edits->first; edit; edit=edit->next ) { if( !edit->asset ) continue; if( !strcmp(edit->asset->path, orig_assets->get(i)->path) ) { edit->asset = proxy_asset; @@ -2395,9 +2391,9 @@ void MWindow::add_proxy(int use_scaler, Asset *proxy_asset = edl->assets->update((Asset *)proxy_assets->get(i)); proxy_asset->awindow_folder = AW_PROXY_FOLDER; // replace track contents - for( Track *track = edl->tracks->first; track; track = track->next ) { + for( Track *track=edl->tracks->first; track; track=track->next ) { if( track->data_type != TRACK_VIDEO ) continue; - for( Edit *edit = track->edits->first; edit; edit = edit->next ) { + for( Edit *edit=track->edits->first; edit; edit=edit->next ) { if( !edit->asset ) continue; if( !strcmp(edit->asset->path, orig_assets->get(i)->path) ) { edit->asset = proxy_asset; diff --git a/cinelerra-5.1/cinelerra/nestededls.C b/cinelerra-5.1/cinelerra/nestededls.C deleted file mode 100644 index 5ef38e23..00000000 --- a/cinelerra-5.1/cinelerra/nestededls.C +++ /dev/null @@ -1,99 +0,0 @@ -#include "bcsignals.h" -#include "edl.h" -#include "filexml.h" -#include "indexstate.h" -#include "nestededls.h" - - -NestedEDLs::NestedEDLs() -{ -} - -NestedEDLs::~NestedEDLs() -{ - for(int i = 0; i < nested_edls.size(); i++) - nested_edls.get(i)->Garbage::remove_user(); - nested_edls.remove_all(); -} - -int NestedEDLs::size() -{ - return nested_edls.size(); -} - -EDL* NestedEDLs::get(int number) -{ - return nested_edls.get(number); -} - -EDL* NestedEDLs::get_copy(EDL *src) -{ - if(!src) return 0; - for(int i = 0; i < nested_edls.size(); i++) - { - EDL *dst = nested_edls.get(i); - if(!strcmp(dst->path, src->path)) - return dst; - } - - EDL *dst = new EDL; - dst->create_objects(); - dst->copy_all(src); - nested_edls.append(dst); - return dst; -} - -EDL* NestedEDLs::get(char *path) -{ - for(int i = 0; i < nested_edls.size(); i++) - { - EDL *dst = nested_edls.get(i); - if(!strcmp(dst->path, path)) - return dst; - } - - EDL *dst = new EDL; - dst->create_objects(); - FileXML xml_file; - xml_file.read_from_file(path); -//printf("NestedEDLs::get %d %s\n", __LINE__, path); - dst->load_xml(&xml_file, LOAD_ALL); - -// Override path EDL was saved to with the path it was loaded from. - dst->set_path(path); - nested_edls.append(dst); - return dst; -} - -void NestedEDLs::clear() -{ - for(int i = 0; i < nested_edls.size(); i++) - nested_edls.get(i)->Garbage::remove_user(); - nested_edls.remove_all(); -} - - -void NestedEDLs::update_index(EDL *nested_edl) -{ - for(int i = 0; i < nested_edls.size(); i++) - { - EDL *current = nested_edls.get(i); - if(!strcmp(current->path, nested_edl->path)) - { -// printf("NestedEDLs::update_index %d %p %d\n", -// __LINE__, -// current->index_state, -// nested_edl->index_state->index_status); - current->update_index(nested_edl); - } - } -} - -void NestedEDLs::remove_edl(EDL *nested_edl) -{ - nested_edls.remove(nested_edl); - nested_edl->Garbage::remove_user(); -} - - - diff --git a/cinelerra-5.1/cinelerra/nestededls.h b/cinelerra-5.1/cinelerra/nestededls.h deleted file mode 100644 index 2138e50c..00000000 --- a/cinelerra-5.1/cinelerra/nestededls.h +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef NESTEDEDLS_H -#define NESTEDEDLS_H - - -#include "arraylist.h" -#include "edl.inc" - -class NestedEDLs -{ -public: - NestedEDLs(); - ~NestedEDLs(); - -// Return copy of the src EDL which belongs to the current object. - EDL* get_copy(EDL *src); -// Return new EDL loaded from path - EDL* get(char *path); - int size(); - EDL* get(int number); - void clear(); - void update_index(EDL *nested_edl); - void remove_edl(EDL *nested_edl); - - ArrayList nested_edls; -}; - - -#endif - - diff --git a/cinelerra-5.1/cinelerra/nestededls.inc b/cinelerra-5.1/cinelerra/nestededls.inc deleted file mode 100644 index 1d26cb49..00000000 --- a/cinelerra-5.1/cinelerra/nestededls.inc +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef NESTEDEDLS_INC -#define NESTEDEDLS_INC - - -class NestedEDLs; - - -#endif - - - diff --git a/cinelerra-5.1/cinelerra/renderfarm.C b/cinelerra-5.1/cinelerra/renderfarm.C index cdfd18f0..c8f19f13 100644 --- a/cinelerra-5.1/cinelerra/renderfarm.C +++ b/cinelerra-5.1/cinelerra/renderfarm.C @@ -512,10 +512,7 @@ void RenderFarmServerThread::send_edl() FileXML file; // Save the XML - server->edl->save_xml(&file, - 0, - 0, - 0); + server->edl->save_xml(&file, 0); file.terminate_string(); //printf("RenderFarmServerThread::send_edl\n%s\n\n", file.string); diff --git a/cinelerra-5.1/cinelerra/savefile.C b/cinelerra-5.1/cinelerra/savefile.C index 00dee981..fc757cec 100644 --- a/cinelerra-5.1/cinelerra/savefile.C +++ b/cinelerra-5.1/cinelerra/savefile.C @@ -89,10 +89,7 @@ int Save::handle_event() // save it // TODO: Move this into mwindow. FileXML file; - mwindow->edl->save_xml(&file, - mwindow->session->filename, - 0, - 0); + mwindow->edl->save_xml(&file, mwindow->session->filename); file.terminate_string(); if(file.write_to_file(mwindow->session->filename)) @@ -195,10 +192,7 @@ void SaveAs::run() mwindow->gui->lock_window("SaveAs::run 1"); // update the project name mwindow->set_filename(filename); - mwindow->edl->save_xml(&file, - filename, - 0, - 0); + mwindow->edl->save_xml(&file, filename); mwindow->gui->unlock_window(); file.terminate_string(); diff --git a/cinelerra-5.1/cinelerra/tracks.C b/cinelerra-5.1/cinelerra/tracks.C index 4df74492..08952e42 100644 --- a/cinelerra-5.1/cinelerra/tracks.C +++ b/cinelerra-5.1/cinelerra/tracks.C @@ -201,31 +201,23 @@ int Tracks::load(FileXML *xml, xml->tag.get_property("TYPE", string); if((load_flags & LOAD_ALL) == LOAD_ALL || - (load_flags & LOAD_EDITS)) - { - if(!strcmp(string, "VIDEO")) - { - add_video_track(0, 0); + (load_flags & LOAD_EDITS)) { + if(!strcmp(string, "VIDEO")) { + track = add_video_track(0, 0); } - else - if(!strcmp(string, "SUBTTL")) - { - add_subttl_track(0, 0); + else if(!strcmp(string, "SUBTTL")) { + track = add_subttl_track(0, 0); } - else - { - add_audio_track(0, 0); // default to audio + else { + track = add_audio_track(0, 0); // default to audio } - track = last; } - else - { - track = get_item_number(track_offset); - track_offset++; + else { + track = get_item_number(track_offset++); } // load it - if(track) track->load(xml, track_offset, load_flags); + if( track ) track->load(xml, track_offset, load_flags); return 0; } diff --git a/cinelerra-5.1/cinelerra/vwindow.C b/cinelerra-5.1/cinelerra/vwindow.C index 243327cd..7a24e1bc 100644 --- a/cinelerra-5.1/cinelerra/vwindow.C +++ b/cinelerra-5.1/cinelerra/vwindow.C @@ -255,7 +255,7 @@ void VWindow::change_source(Indexable *indexable) if(asset) mwindow->asset_to_edl(this->edl, asset); else - mwindow->edl_to_nested(this->edl, nested_edl); + this->edl->to_nested(nested_edl); // Update GUI gui->change_source(this->edl, title); @@ -421,14 +421,7 @@ void VWindow::copy() double start = edl->local_session->get_selectionstart(); double end = edl->local_session->get_selectionend(); FileXML file; - edl->copy(start, - end, - 0, - 0, - 0, - &file, - "", - 1); + edl->copy(start, end, 0, &file, "", 1); const char *file_string = file.string(); long file_length = strlen(file_string); mwindow->gui->lock_window(); diff --git a/cinelerra-5.1/cinelerra/vwindowgui.C b/cinelerra-5.1/cinelerra/vwindowgui.C index e94bae85..58f0ef94 100644 --- a/cinelerra-5.1/cinelerra/vwindowgui.C +++ b/cinelerra-5.1/cinelerra/vwindowgui.C @@ -165,62 +165,36 @@ void VWindowGUI::change_source(EDL *edl, const char *title) void VWindowGUI::update_sources(const char *title) { lock_window("VWindowGUI::update_sources"); - -//printf("VWindowGUI::update_sources 1\n"); sources.remove_all_objects(); -//printf("VWindowGUI::update_sources 2\n"); - - - for(int i = 0; - i < mwindow->edl->clips.total; - i++) - { + for( int i=0; iedl->clips.size(); ++i ) { char *clip_title = mwindow->edl->clips.values[i]->local_session->clip_title; int exists = 0; - for(int j = 0; j < sources.total; j++) - { - if(!strcasecmp(sources.values[j]->get_text(), clip_title)) - { + for( int j=0; !exists && jget_text(), clip_title) ) exists = 1; - } } - if(!exists) - { + if( !exists ) sources.append(new BC_ListBoxItem(clip_title)); - } } -//printf("VWindowGUI::update_sources 3\n"); FileSystem fs; - for(Asset *current = mwindow->edl->assets->first; - current; - current = NEXT) - { + for( Asset *current=mwindow->edl->assets->first; current; current=NEXT ) { char clip_title[BCTEXTLEN]; fs.extract_name(clip_title, current->path); int exists = 0; - for(int j = 0; j < sources.total; j++) - { - if(!strcasecmp(sources.values[j]->get_text(), clip_title)) - { + for( int j=0; !exists && jget_text(), clip_title) ) exists = 1; - } } - if(!exists) - { + if( !exists ) sources.append(new BC_ListBoxItem(clip_title)); - } } -//printf("VWindowGUI::update_sources 4\n"); - -// source->update_list(&sources); -// source->update(title); unlock_window(); } diff --git a/cinelerra-5.1/guicast/arraylist.h b/cinelerra-5.1/guicast/arraylist.h index ae8d90dd..ef27522f 100644 --- a/cinelerra-5.1/guicast/arraylist.h +++ b/cinelerra-5.1/guicast/arraylist.h @@ -43,7 +43,7 @@ public: } void remove_number(int n) { if( n >= total ) return; - for(int i=n+1; i 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 Vx-ds2OMUql1~5t diff --git a/cinelerra-5.1/guicast/images/file_size_capb_dn_png.h b/cinelerra-5.1/guicast/images/file_size_capb_dn_png.h index 68f4d266..1e25008e 100644 --- a/cinelerra-5.1/guicast/images/file_size_capb_dn_png.h +++ b/cinelerra-5.1/guicast/images/file_size_capb_dn_png.h @@ -3,444 +3,391 @@ static unsigned char file_size_capb_dn_png[] = { - 0x00, 0x00, 0x1b, 0x43, + 0x00, 0x00, 0x17, 0xff, 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x17, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x2a, 0xd4, - 0xa0, 0x00, 0x00, 0x18, 0x79, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, + 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, + 0xf8, 0x00, 0x00, 0x15, 0x12, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x74, 0x79, 0x70, 0x65, 0x20, 0x65, 0x78, 0x69, 0x66, 0x00, 0x00, - 0x78, 0xda, 0xad, 0x9b, 0x69, 0x76, 0x64, 0xb9, 0x6e, 0x84, 0xff, 0x73, 0x15, 0x5e, 0xc2, 0xe5, - 0x4c, 0x2e, 0x87, 0xe3, 0x39, 0xde, 0x81, 0x97, 0xef, 0x2f, 0xc8, 0x54, 0x4a, 0xaa, 0xa1, 0xab, - 0xda, 0xcf, 0x52, 0x4b, 0xca, 0xbe, 0x03, 0x27, 0x00, 0x81, 0x08, 0x90, 0x65, 0xd6, 0xff, 0xfc, - 0xf7, 0x36, 0xff, 0xc5, 0x57, 0xaa, 0x25, 0x98, 0x10, 0x73, 0x49, 0x35, 0xa5, 0x87, 0xaf, 0x50, - 0x43, 0x75, 0x8d, 0x0f, 0xe5, 0xf9, 0xfc, 0x5a, 0xaf, 0xbf, 0xf7, 0x9a, 0x7d, 0xc2, 0xf9, 0xfd, - 0xf1, 0x65, 0x5f, 0xbf, 0xad, 0xf9, 0xe5, 0x0d, 0xc7, 0x5f, 0xcf, 0x5f, 0x7f, 0x2f, 0xe6, 0xf0, - 0xba, 0xeb, 0x5f, 0xd7, 0x3f, 0x9e, 0x4f, 0xef, 0xbf, 0x34, 0xf4, 0x8b, 0x1b, 0x36, 0xfe, 0xf0, - 0x82, 0x7f, 0x77, 0xe3, 0xbe, 0x76, 0x9c, 0xdb, 0xeb, 0xba, 0x7b, 0xdc, 0xb7, 0x11, 0x8d, 0x62, - 0xdb, 0xf3, 0xf5, 0xab, 0x7c, 0xfe, 0xec, 0x3d, 0xcb, 0xde, 0xeb, 0xce, 0xae, 0x85, 0xc4, 0x32, - 0xa4, 0x3b, 0xa9, 0xdb, 0x85, 0xf9, 0x68, 0x86, 0x07, 0x3b, 0xab, 0xe4, 0xcf, 0x6b, 0x89, 0xef, - 0xcc, 0x4f, 0xe4, 0x73, 0x3e, 0xdf, 0x95, 0xef, 0xf2, 0xb4, 0x67, 0xd8, 0xf0, 0xcc, 0x67, 0x3c, - 0x9d, 0xef, 0x61, 0xab, 0x75, 0xd6, 0x3f, 0xdb, 0x06, 0x3b, 0x8d, 0x6d, 0x76, 0xdb, 0x65, 0x27, - 0x7f, 0x87, 0x1d, 0x8c, 0x31, 0xb8, 0xe5, 0x32, 0x7f, 0x9d, 0x1b, 0xce, 0x9f, 0x6b, 0xc5, 0x67, - 0x57, 0xdd, 0xf0, 0x8f, 0xb7, 0x3e, 0xe8, 0xdb, 0x6e, 0x97, 0x7d, 0xf5, 0xd3, 0x17, 0xef, 0xfc, - 0x70, 0xcb, 0x7b, 0x1f, 0x8c, 0x77, 0xef, 0xb1, 0xd8, 0xd3, 0x6f, 0x3d, 0xfd, 0x0d, 0x5b, 0xe8, - 0x79, 0x5a, 0x1e, 0x75, 0x96, 0xc6, 0x2c, 0xaf, 0xfc, 0xe3, 0xb7, 0xf9, 0xd3, 0x03, 0x7f, 0xf3, - 0xbd, 0xf7, 0x78, 0x58, 0x23, 0x6b, 0x99, 0xbd, 0x7d, 0xad, 0x15, 0xe3, 0x72, 0x4e, 0x76, 0xb0, - 0x5a, 0x46, 0xaf, 0xdf, 0x3c, 0x86, 0x41, 0xec, 0x7e, 0xd9, 0x2d, 0x9e, 0x05, 0xfe, 0xf8, 0x7e, - 0x7f, 0x99, 0x2f, 0x86, 0xf5, 0x58, 0x30, 0x9e, 0x65, 0x2e, 0x4c, 0xb0, 0x3d, 0xfd, 0x36, 0xd1, - 0xa3, 0xfd, 0xf4, 0x2d, 0x7f, 0x1c, 0xc0, 0xf3, 0x5c, 0xe4, 0xef, 0xf5, 0x2f, 0x9b, 0xa7, 0xac, - 0xe6, 0x8e, 0x97, 0x04, 0xfa, 0x8e, 0x0c, 0xc6, 0x7a, 0x4c, 0xf0, 0x24, 0xeb, 0xa3, 0x4d, 0xf6, - 0xc9, 0xce, 0x65, 0x6b, 0x83, 0x77, 0x05, 0x03, 0x35, 0x46, 0xee, 0x7c, 0x70, 0x1d, 0x0b, 0xd8, - 0x18, 0xdd, 0x64, 0x90, 0x2e, 0x78, 0x9f, 0xb0, 0x4d, 0xc1, 0x8f, 0xe8, 0x9b, 0x77, 0xb2, 0x3d, - 0xcf, 0xba, 0xe8, 0xee, 0x75, 0x42, 0x05, 0xfb, 0x44, 0x9f, 0x7c, 0xc6, 0x36, 0xd5, 0x37, 0x8c, - 0x15, 0x42, 0xc4, 0x7f, 0x72, 0x28, 0xf8, 0x50, 0x8b, 0x3e, 0x86, 0x18, 0x63, 0x8a, 0x39, 0x96, - 0x58, 0x63, 0x33, 0xc9, 0xa7, 0x90, 0x62, 0x4a, 0x29, 0x27, 0xc5, 0x5c, 0xcb, 0x3e, 0x87, 0x1c, - 0x73, 0xca, 0x39, 0x97, 0x5c, 0x73, 0x2b, 0xbe, 0x84, 0x12, 0x4b, 0x2a, 0xb9, 0x94, 0x52, 0x4b, - 0xab, 0xae, 0x7a, 0x42, 0x32, 0xd6, 0x54, 0x73, 0x2d, 0xb5, 0xd6, 0xd6, 0xe8, 0xb3, 0x05, 0xd3, - 0x62, 0xe3, 0xed, 0xc6, 0x13, 0xad, 0x75, 0xd7, 0x7d, 0x0f, 0x3d, 0xf6, 0xd4, 0x73, 0x2f, 0xbd, - 0xf6, 0x36, 0x70, 0x9f, 0x11, 0x46, 0x1c, 0x69, 0xe4, 0x51, 0x46, 0x1d, 0x6d, 0xba, 0xe9, 0x67, - 0x98, 0x71, 0xa6, 0x99, 0x67, 0x99, 0x75, 0xb6, 0x65, 0x17, 0xae, 0x64, 0x56, 0x58, 0x71, 0xa5, - 0x95, 0x57, 0x59, 0x75, 0xb5, 0x8d, 0xaf, 0x6d, 0xbf, 0xc3, 0x8e, 0x3b, 0xed, 0xbc, 0xcb, 0xae, - 0xbb, 0xbd, 0xad, 0xf6, 0xb2, 0xea, 0x4f, 0xdf, 0xff, 0xc2, 0x6a, 0xf6, 0x65, 0x35, 0x77, 0x2c, - 0xa5, 0xe7, 0xf2, 0xdb, 0x6a, 0x5c, 0xcd, 0x59, 0x0d, 0x9d, 0x26, 0xac, 0x70, 0x26, 0xca, 0x66, - 0x58, 0xcc, 0x05, 0x8b, 0xc5, 0xb3, 0x2c, 0x80, 0x43, 0x3b, 0xd9, 0xec, 0x29, 0x36, 0x04, 0x27, - 0xcb, 0xc9, 0x66, 0x4f, 0x75, 0x44, 0x45, 0x74, 0x0c, 0x32, 0xca, 0x36, 0xd3, 0x3e, 0xcd, 0xd8, - 0x84, 0x09, 0xc3, 0xb2, 0x2e, 0x6e, 0xfb, 0xb6, 0xdd, 0xa7, 0xe5, 0xfe, 0xda, 0x6e, 0x86, 0xb5, - 0xfe, 0x93, 0xdd, 0xdc, 0xdf, 0x58, 0xce, 0xc8, 0x74, 0xff, 0x0f, 0x96, 0x73, 0x66, 0xf9, 0x1f, - 0xec, 0xf6, 0x0b, 0xab, 0x4d, 0xc1, 0xdd, 0x38, 0x16, 0xbb, 0x51, 0xa8, 0x35, 0x7d, 0x3c, 0xd1, - 0xc7, 0x7f, 0x9a, 0x72, 0x4a, 0xdd, 0x44, 0x1f, 0xe6, 0xf4, 0xc9, 0xf6, 0xd1, 0x73, 0xaa, 0x2e, - 0xa4, 0xca, 0xe3, 0x2b, 0xe6, 0x15, 0x9d, 0x9f, 0x4f, 0x66, 0x58, 0x13, 0x08, 0x8e, 0xd3, 0xf2, - 0xdf, 0x88, 0xed, 0x89, 0xcd, 0x03, 0xa4, 0x61, 0x54, 0x9f, 0x00, 0x43, 0x6c, 0x1a, 0xfc, 0x1e, - 0xae, 0x0d, 0x93, 0xb7, 0xf0, 0x2b, 0x45, 0x5d, 0xf4, 0x33, 0x2d, 0xbf, 0xd7, 0x06, 0xeb, 0x16, - 0x48, 0x68, 0x47, 0x8b, 0xbc, 0x9f, 0x3e, 0x1f, 0x79, 0x3f, 0xa0, 0xc7, 0x1b, 0x9f, 0xac, 0x2d, - 0x1d, 0x14, 0xa9, 0xab, 0x9b, 0x6c, 0xd5, 0x44, 0x9e, 0xfc, 0x6f, 0x89, 0x7c, 0x70, 0x99, 0x04, - 0x15, 0x2b, 0x17, 0xcb, 0x88, 0x95, 0x36, 0x76, 0xec, 0x80, 0x75, 0x5f, 0xfa, 0xec, 0xf8, 0x54, - 0x42, 0x72, 0xa3, 0xef, 0x95, 0xdb, 0x1c, 0x79, 0xcf, 0x1d, 0xfa, 0xe9, 0xd5, 0xd8, 0x51, 0xe7, - 0xf7, 0x6e, 0xbf, 0x8c, 0xec, 0xfc, 0xdf, 0xd7, 0xae, 0x9f, 0x87, 0xce, 0xd5, 0xf7, 0xe9, 0x19, - 0x78, 0x7f, 0xf7, 0x6d, 0x4e, 0xe7, 0xcf, 0xf7, 0xee, 0x99, 0xf9, 0x7b, 0x00, 0xdc, 0xfa, 0xf5, - 0x10, 0x7e, 0x18, 0x81, 0xf9, 0xe7, 0x99, 0xff, 0xfd, 0xc4, 0xcd, 0x3f, 0xcf, 0xfc, 0xef, 0x27, - 0x6e, 0xfe, 0x79, 0xe6, 0x7f, 0x3f, 0x71, 0xf3, 0xc7, 0x21, 0xfc, 0xe5, 0xc4, 0xcd, 0x7f, 0x62, - 0xf2, 0xaf, 0xbd, 0x9a, 0xff, 0xc4, 0xe4, 0x5f, 0x27, 0x6e, 0xfe, 0x2f, 0x26, 0xa7, 0xaf, 0x9f, - 0x26, 0x6e, 0x14, 0x0d, 0x80, 0x5d, 0x5d, 0x76, 0xf7, 0x10, 0xb2, 0x6b, 0x2e, 0xd4, 0x4e, 0x40, - 0xce, 0x77, 0x9c, 0xcc, 0x02, 0x3a, 0x10, 0xec, 0xa1, 0x87, 0x51, 0x12, 0xb1, 0x5f, 0x53, 0x28, - 0xb3, 0x05, 0x17, 0x7a, 0x89, 0xbb, 0x96, 0xb2, 0x83, 0x5f, 0xd3, 0xac, 0xc9, 0xb8, 0x80, 0xcc, - 0x4a, 0x50, 0xae, 0x02, 0x24, 0xf6, 0x09, 0x8c, 0x45, 0xf0, 0x6d, 0xa5, 0xba, 0xf6, 0x1a, 0xae, - 0x03, 0x1c, 0xa0, 0xc2, 0xf0, 0x67, 0x69, 0xdd, 0x33, 0x2b, 0x43, 0xe8, 0x9d, 0x7e, 0x82, 0x2b, - 0x0f, 0x89, 0xce, 0x16, 0xd6, 0x89, 0xc5, 0x0e, 0x6d, 0xb1, 0xf2, 0xa9, 0xcd, 0x68, 0xe9, 0xf4, - 0x21, 0x4f, 0x06, 0xfe, 0xfb, 0xb7, 0x7f, 0xcd, 0xdf, 0xbf, 0x50, 0x63, 0x5c, 0xb1, 0xd4, 0x33, - 0xa9, 0x07, 0x18, 0xeb, 0xa0, 0x6a, 0xd5, 0x98, 0x1e, 0x1f, 0x67, 0x31, 0x0e, 0x54, 0x0e, 0xb5, - 0x1c, 0x5b, 0xd5, 0x54, 0x7c, 0xd7, 0x94, 0xe3, 0x00, 0xcd, 0x6a, 0x4b, 0x7b, 0x81, 0x77, 0xcd, - 0xf5, 0x36, 0x67, 0x62, 0xb9, 0xfd, 0x98, 0x9a, 0x55, 0x7b, 0x98, 0x55, 0xea, 0x4f, 0xa3, 0x11, - 0x97, 0x80, 0xd0, 0xfd, 0x0c, 0x59, 0xad, 0xd0, 0x92, 0x9a, 0x69, 0x0b, 0x03, 0x55, 0x37, 0x31, - 0xad, 0x7c, 0xa3, 0x24, 0x5e, 0x0a, 0xb6, 0x3b, 0xac, 0x96, 0xf9, 0x3c, 0xe8, 0xe6, 0xf1, 0x09, - 0x40, 0xf6, 0x82, 0x44, 0xd8, 0x60, 0x73, 0x65, 0x4c, 0x5b, 0x81, 0x4f, 0x57, 0x9a, 0x79, 0x5d, - 0xf5, 0x11, 0xa0, 0x2e, 0x89, 0xcc, 0x31, 0x6b, 0xe9, 0x23, 0x95, 0x91, 0x73, 0xb5, 0x35, 0x45, - 0x40, 0xf2, 0xc1, 0x50, 0xd3, 0xad, 0xb1, 0x66, 0xc2, 0x76, 0xc9, 0xc5, 0xdc, 0x13, 0x79, 0x23, - 0xac, 0xec, 0x6c, 0x23, 0xc9, 0x65, 0xa6, 0x50, 0xcd, 0xc4, 0xde, 0x0f, 0x68, 0x5e, 0x7d, 0x77, - 0x15, 0x4f, 0x83, 0x7b, 0x67, 0x40, 0x1b, 0x6f, 0x79, 0x56, 0xe9, 0xc9, 0xbb, 0x8e, 0xc5, 0xe8, - 0x32, 0x81, 0xae, 0x73, 0xce, 0x50, 0x99, 0xae, 0x06, 0xa1, 0x49, 0x72, 0xc5, 0xe7, 0x8d, 0xad, - 0x37, 0x98, 0x7d, 0xa2, 0x05, 0x8c, 0x3e, 0xae, 0xf8, 0xed, 0xd6, 0x97, 0x3b, 0x3d, 0x11, 0x30, - 0x8e, 0x50, 0x58, 0x5b, 0xd3, 0xaf, 0x37, 0xea, 0xbe, 0x5d, 0x31, 0x5c, 0x22, 0x43, 0x84, 0x1f, - 0xdb, 0xf8, 0x5d, 0xdb, 0x5f, 0x5a, 0x26, 0x16, 0xbe, 0xb4, 0x64, 0x3e, 0x22, 0xeb, 0x87, 0x0e, - 0x9f, 0x5f, 0xb7, 0xff, 0xfb, 0xd1, 0x9b, 0x7f, 0x33, 0xfc, 0x7f, 0x1a, 0xbd, 0xf9, 0x37, 0xc3, - 0xff, 0xa7, 0xd1, 0x9b, 0x95, 0x07, 0x51, 0xdf, 0xf2, 0x52, 0x10, 0x17, 0x9b, 0xfa, 0xe4, 0x99, - 0x5c, 0xda, 0x05, 0x8c, 0x00, 0xaf, 0x68, 0x69, 0x16, 0xb7, 0x26, 0x58, 0x11, 0xfb, 0xb3, 0xfa, - 0x74, 0xee, 0x40, 0xdc, 0x2a, 0x03, 0xb3, 0x66, 0x62, 0xdc, 0xf7, 0xe5, 0x18, 0xd1, 0x78, 0xbd, - 0x82, 0x87, 0x43, 0xf1, 0xe1, 0x90, 0x1e, 0x5e, 0xe3, 0x47, 0x6e, 0x8a, 0xcd, 0x13, 0xfe, 0x3d, - 0xec, 0x96, 0x67, 0x7d, 0x7a, 0xae, 0xa1, 0xe0, 0x6e, 0xf9, 0x21, 0x50, 0x21, 0xa4, 0x96, 0x20, - 0x00, 0xbf, 0xa0, 0x2e, 0x44, 0x81, 0x79, 0x04, 0x9a, 0x0a, 0xec, 0xb9, 0x9d, 0xeb, 0x7d, 0xd4, - 0x3c, 0x3c, 0x12, 0x6e, 0x3f, 0x44, 0x42, 0x4d, 0xcf, 0x90, 0x77, 0x79, 0x37, 0xce, 0x5c, 0xbd, - 0x9a, 0xc6, 0x3d, 0x85, 0x4e, 0xa4, 0xf2, 0x26, 0xa4, 0x4a, 0x53, 0x03, 0x19, 0xc1, 0x4c, 0x39, - 0x21, 0x9c, 0xc1, 0xb5, 0x16, 0x57, 0x28, 0xad, 0x35, 0x46, 0x31, 0xa0, 0x60, 0xc9, 0xe3, 0xd2, - 0x6d, 0x47, 0x08, 0xc7, 0x19, 0xb3, 0xdd, 0xd1, 0xfb, 0xdc, 0x9d, 0xdd, 0xa0, 0x8f, 0xef, 0x79, - 0xdb, 0x8e, 0xcc, 0xda, 0x1b, 0x02, 0x01, 0xe9, 0x7a, 0xf0, 0xa3, 0x0e, 0xf3, 0xa8, 0x3d, 0xad, - 0x0e, 0x9d, 0x70, 0xb3, 0x8b, 0xd7, 0x24, 0x18, 0xb8, 0x85, 0xf9, 0x8c, 0x05, 0xcc, 0x2e, 0x3f, - 0x15, 0x9e, 0x38, 0x7a, 0xd3, 0xa3, 0x0f, 0x38, 0xca, 0xc0, 0xb7, 0x58, 0x51, 0x7f, 0x05, 0x9a, - 0x44, 0xcd, 0x0f, 0xe1, 0x37, 0x7e, 0x1d, 0xe7, 0x3d, 0xe7, 0xc8, 0xfa, 0x97, 0xed, 0x89, 0x6f, - 0xd6, 0xd9, 0x6f, 0x88, 0xdd, 0x90, 0x6c, 0x1d, 0xe5, 0xa2, 0x1e, 0x50, 0xbb, 0xbf, 0x83, 0x5e, - 0x87, 0xd5, 0xad, 0xc6, 0x4a, 0x65, 0xdd, 0x59, 0xe7, 0x4e, 0xab, 0x2f, 0x38, 0x84, 0x11, 0xb6, - 0xc2, 0xd0, 0x80, 0x9c, 0x1f, 0x3e, 0x19, 0x7d, 0x3c, 0x4d, 0xd6, 0x0b, 0xa4, 0xfb, 0xcb, 0x9b, - 0xfc, 0x99, 0x8f, 0xc0, 0xc4, 0xe7, 0xe3, 0x53, 0x04, 0x2f, 0x46, 0x79, 0x02, 0x48, 0x03, 0xc6, - 0xe3, 0x71, 0x15, 0xb9, 0x7b, 0xde, 0x8b, 0xd3, 0x30, 0x54, 0x77, 0x12, 0x43, 0x61, 0x04, 0x3f, - 0xbf, 0x82, 0x29, 0xd2, 0x16, 0x42, 0x92, 0x83, 0xf8, 0x95, 0x00, 0x46, 0x1a, 0x70, 0x6b, 0x1f, - 0x47, 0x74, 0x7b, 0xd5, 0xc8, 0xaa, 0xec, 0xcc, 0x62, 0x4f, 0x0d, 0xb9, 0x43, 0x65, 0xc9, 0x09, - 0xed, 0x7c, 0x6e, 0x3f, 0x7e, 0x66, 0x8d, 0x7b, 0xf3, 0xbc, 0x93, 0xd3, 0x60, 0x80, 0x11, 0xf7, - 0xb5, 0x7b, 0x0a, 0xc5, 0xf8, 0x44, 0x7e, 0x69, 0xa3, 0x16, 0x23, 0xfc, 0x1b, 0x72, 0x78, 0xd6, - 0x35, 0x2b, 0xed, 0x3c, 0xb6, 0x7a, 0x1c, 0x02, 0x0d, 0x70, 0xc6, 0xc6, 0x40, 0x5d, 0x5b, 0x69, - 0x8f, 0x78, 0xd6, 0x8c, 0x56, 0xb5, 0x9a, 0x92, 0xc0, 0xb0, 0x40, 0xfc, 0xce, 0x4e, 0x1c, 0x67, - 0x9e, 0xa0, 0xdd, 0xed, 0x22, 0x76, 0xee, 0x70, 0x3e, 0x56, 0x6c, 0x5b, 0xba, 0x08, 0x0d, 0x57, - 0x43, 0x51, 0x78, 0x2e, 0x84, 0xe6, 0x6a, 0x63, 0x04, 0x95, 0x1c, 0x03, 0x1f, 0x87, 0xcd, 0x4f, - 0x79, 0x3c, 0xd4, 0xf7, 0x06, 0xd2, 0x31, 0xa5, 0x11, 0x56, 0xbf, 0xad, 0x09, 0xa4, 0x2a, 0x1c, - 0xbf, 0x1b, 0xdf, 0x6a, 0x8e, 0xae, 0x75, 0x1c, 0xf9, 0x59, 0x76, 0x24, 0x60, 0x57, 0xd3, 0x88, - 0xc0, 0x78, 0x89, 0xd9, 0xb3, 0xc0, 0x1e, 0x42, 0x6e, 0x02, 0x5a, 0x3f, 0xe3, 0x5f, 0xb8, 0xf0, - 0x49, 0x01, 0x4e, 0x9d, 0x41, 0xb5, 0xcb, 0xb4, 0xfc, 0x78, 0x64, 0xc6, 0x86, 0xc8, 0x9e, 0xdf, - 0x5a, 0xf8, 0x05, 0xc4, 0x2f, 0x11, 0xe1, 0x41, 0xb2, 0x2e, 0xf7, 0xf7, 0x63, 0x67, 0x2f, 0xe6, - 0x57, 0xcf, 0xe3, 0xe4, 0xc3, 0x07, 0x86, 0xe6, 0xe2, 0x7c, 0x27, 0x11, 0x7a, 0x8f, 0x5a, 0x64, - 0xd9, 0xb4, 0x42, 0xa0, 0x0f, 0xcc, 0x0d, 0x29, 0x9f, 0x80, 0xde, 0x1c, 0xa6, 0x92, 0x77, 0x42, - 0xf1, 0x2d, 0xdd, 0x51, 0x95, 0x3b, 0x2a, 0xf2, 0xd1, 0xf1, 0x07, 0x1a, 0x0d, 0xbe, 0xa6, 0x0f, - 0x63, 0xf3, 0xfb, 0xe5, 0x13, 0xd9, 0xbe, 0x7c, 0x02, 0x49, 0xb3, 0xbc, 0x9b, 0x81, 0x04, 0x89, - 0x43, 0x77, 0x0b, 0x42, 0xb4, 0x92, 0x85, 0x54, 0x75, 0x8e, 0x87, 0x85, 0xee, 0xe4, 0xfd, 0x1d, - 0x47, 0x0d, 0x73, 0x39, 0xdb, 0x7b, 0x28, 0x70, 0x79, 0x0b, 0x78, 0xa0, 0xbf, 0xc2, 0x86, 0xe2, - 0x2f, 0x22, 0x9d, 0xd5, 0xed, 0xe3, 0x74, 0xb7, 0xbd, 0x79, 0xd6, 0xc1, 0xc1, 0x54, 0x05, 0xb4, - 0x33, 0x3f, 0x78, 0x6d, 0x00, 0x5f, 0x12, 0xa3, 0xc8, 0x38, 0x6f, 0xa5, 0x53, 0x81, 0xa7, 0x75, - 0x7b, 0xc2, 0xf1, 0x81, 0xbc, 0xd9, 0x85, 0x1e, 0x0e, 0x8b, 0x8f, 0x18, 0x35, 0xd3, 0x4a, 0x32, - 0xb6, 0x64, 0x11, 0x3f, 0xe8, 0x9e, 0xde, 0x35, 0x81, 0x85, 0x71, 0xea, 0xfe, 0xb6, 0x90, 0x5e, - 0x50, 0x51, 0x40, 0xa0, 0x78, 0x91, 0xeb, 0xe2, 0x4f, 0x46, 0x70, 0xe8, 0xaf, 0x8d, 0x41, 0x48, - 0x15, 0xe1, 0x47, 0x45, 0x4c, 0xcf, 0xbe, 0xf0, 0xf9, 0xb5, 0x84, 0xa0, 0xd2, 0xca, 0xfb, 0xfb, - 0xfa, 0x93, 0x7a, 0xcb, 0x50, 0x09, 0xc0, 0xdb, 0x85, 0x2f, 0xef, 0xcf, 0x51, 0x05, 0x16, 0x86, - 0xa0, 0xc5, 0x1f, 0x4a, 0xf6, 0x3d, 0x49, 0x9d, 0x30, 0xed, 0xf0, 0x31, 0xae, 0xfc, 0x7d, 0x5c, - 0x20, 0x2c, 0x9e, 0xba, 0x12, 0x00, 0x9c, 0x1a, 0xc3, 0xb2, 0x3e, 0xd8, 0x94, 0x2c, 0xfc, 0x04, - 0x8c, 0x86, 0xdf, 0x0d, 0x03, 0x74, 0x81, 0x1e, 0x33, 0x62, 0x87, 0x3d, 0x41, 0x7e, 0xd1, 0xb9, - 0x81, 0x95, 0xc7, 0xa5, 0x80, 0x93, 0xce, 0x58, 0x3f, 0xef, 0x42, 0x6c, 0xa8, 0xfb, 0x51, 0xd6, - 0x2c, 0x21, 0x54, 0x68, 0x41, 0x59, 0xc7, 0xeb, 0x79, 0xf1, 0xc4, 0xbf, 0x0a, 0x08, 0xe8, 0xc0, - 0x43, 0x47, 0x01, 0x5c, 0x3c, 0x84, 0x05, 0x1b, 0xf2, 0xe5, 0xf9, 0xa4, 0xe1, 0x72, 0x42, 0xfa, - 0x39, 0xda, 0x02, 0x7b, 0xbd, 0x4f, 0xb0, 0x06, 0x12, 0x4e, 0x74, 0xae, 0xa1, 0x1e, 0x5d, 0xac, - 0xf5, 0x71, 0x38, 0x3e, 0xb7, 0xea, 0x32, 0x00, 0xeb, 0x0e, 0x4f, 0xef, 0x64, 0x9c, 0x1c, 0xc8, - 0x10, 0xb5, 0xd9, 0x3c, 0xf1, 0xd2, 0xb4, 0x86, 0x32, 0x05, 0x3a, 0x3b, 0x64, 0x28, 0xa9, 0x57, - 0x21, 0x68, 0x3d, 0x8a, 0x45, 0x42, 0x34, 0x3d, 0xc4, 0x6e, 0x3f, 0xf9, 0x07, 0x65, 0xba, 0x1d, - 0xe6, 0x34, 0xc3, 0xf7, 0x4b, 0xb2, 0xc0, 0xc2, 0xbc, 0xe4, 0xc2, 0xae, 0x93, 0x5d, 0xfa, 0x18, - 0x7d, 0x8d, 0x8e, 0xe5, 0xe1, 0x26, 0xf1, 0x64, 0xa5, 0x0c, 0x3b, 0x64, 0x8d, 0x10, 0xc3, 0x2c, - 0xef, 0x48, 0xb1, 0x20, 0x76, 0x6d, 0x07, 0x18, 0x9a, 0xe6, 0x66, 0xc8, 0x1a, 0xc4, 0x08, 0x38, - 0x5d, 0x60, 0xa0, 0x0d, 0x17, 0x4d, 0x64, 0x23, 0x5b, 0x10, 0xa8, 0x84, 0x32, 0x22, 0x17, 0xe7, - 0xf8, 0x0c, 0xa8, 0x5f, 0xc5, 0x13, 0xa2, 0x78, 0xd8, 0x13, 0xfd, 0x88, 0xf0, 0x2f, 0x80, 0x1e, - 0xc6, 0x4c, 0x63, 0xb5, 0x25, 0xaf, 0xb4, 0xb0, 0xe4, 0xad, 0x75, 0x9f, 0xc9, 0x2d, 0xc5, 0x43, - 0xd2, 0x70, 0xc4, 0xa4, 0x2f, 0x7c, 0x3c, 0x5f, 0x60, 0xd9, 0x48, 0x47, 0x2f, 0x52, 0xa6, 0xdc, - 0x6e, 0xdb, 0xac, 0x26, 0xc1, 0x0b, 0x15, 0x22, 0x70, 0x72, 0x80, 0xa8, 0x56, 0xd0, 0x15, 0xb1, - 0xbf, 0x1b, 0x21, 0xe6, 0x41, 0xfb, 0x74, 0x3e, 0xdb, 0x73, 0x59, 0x60, 0xf6, 0x7a, 0xc4, 0x7c, - 0x3c, 0x83, 0xdd, 0x97, 0x3d, 0x26, 0xc7, 0x8c, 0x5f, 0x03, 0x98, 0x88, 0xea, 0xe4, 0x94, 0x13, - 0x51, 0x64, 0xea, 0xeb, 0xba, 0xc5, 0x8a, 0x73, 0xc0, 0x44, 0x2b, 0xf0, 0x7e, 0x9c, 0xd8, 0xc0, - 0x45, 0xdd, 0x99, 0xda, 0x8b, 0x89, 0xc6, 0xb9, 0xec, 0xda, 0x17, 0x28, 0x70, 0xfa, 0x17, 0x4c, - 0xb0, 0xd8, 0x73, 0xbe, 0x78, 0x32, 0x62, 0x3b, 0x0f, 0xcd, 0xa0, 0x2a, 0xca, 0xa7, 0x6c, 0x45, - 0x6c, 0x1a, 0x60, 0x9e, 0xf0, 0x62, 0x5a, 0xb1, 0x76, 0xa2, 0x0c, 0x46, 0x1c, 0xe3, 0x04, 0xc6, - 0x83, 0xbd, 0xc6, 0xfd, 0x78, 0x96, 0x99, 0xd6, 0xd4, 0x09, 0xba, 0x17, 0xbc, 0x86, 0xf7, 0xe3, - 0x6a, 0x1a, 0x09, 0x81, 0x84, 0x1f, 0x42, 0x04, 0x0f, 0xa7, 0x90, 0x6d, 0xc8, 0x3d, 0xfe, 0x7e, - 0x3e, 0x97, 0x25, 0xc7, 0x7e, 0x78, 0xc4, 0x45, 0x66, 0x10, 0x71, 0x24, 0xd0, 0x1b, 0x87, 0x85, - 0xc4, 0x06, 0xbb, 0x9a, 0xc1, 0xad, 0xc7, 0xc9, 0x22, 0x3d, 0xe3, 0x91, 0x8f, 0x5d, 0xb3, 0xae, - 0x3b, 0xeb, 0x6a, 0x43, 0xd3, 0x1d, 0xb1, 0x0e, 0x62, 0x36, 0x61, 0x93, 0xe4, 0x70, 0xc3, 0x4c, - 0x5e, 0x42, 0x39, 0x15, 0x91, 0x83, 0xfd, 0x40, 0x9e, 0xac, 0x38, 0x92, 0x39, 0x0e, 0x3a, 0x6d, - 0x99, 0x60, 0x78, 0x80, 0x06, 0x8a, 0x1b, 0x33, 0x8e, 0x6e, 0x23, 0xe8, 0x90, 0x49, 0xf9, 0xc3, - 0xc9, 0x14, 0xd6, 0xae, 0x2b, 0x6a, 0xa0, 0x49, 0x83, 0x99, 0xc6, 0xf1, 0xa8, 0xf9, 0x30, 0x11, - 0x09, 0x31, 0x49, 0x41, 0x8e, 0x93, 0x5f, 0xed, 0x29, 0x4f, 0xcc, 0x7c, 0x95, 0xdb, 0x7c, 0x70, - 0x6d, 0x90, 0xf2, 0x77, 0x73, 0xab, 0xab, 0x1d, 0x54, 0x62, 0x46, 0x42, 0xb2, 0xa2, 0x64, 0x63, - 0xc8, 0xb1, 0xac, 0x65, 0x8c, 0x22, 0x7e, 0x9f, 0x97, 0x3b, 0x92, 0x8b, 0x28, 0x25, 0x07, 0x59, - 0x12, 0x61, 0xb7, 0xe9, 0xe0, 0x35, 0x2e, 0xf1, 0xbc, 0x30, 0x9d, 0x71, 0xe4, 0xa0, 0x3a, 0x2f, - 0x4c, 0x12, 0xb7, 0xdc, 0xd3, 0xe4, 0x70, 0x32, 0x04, 0x5e, 0xdb, 0xd6, 0xda, 0x60, 0x4d, 0xce, - 0x3d, 0xc2, 0x3a, 0x14, 0x16, 0x40, 0xc9, 0x2b, 0x09, 0xfd, 0xf9, 0x86, 0xf9, 0x76, 0x67, 0x0d, - 0x3f, 0xa0, 0x79, 0xe4, 0x94, 0xf0, 0xe9, 0x92, 0x38, 0x5e, 0x87, 0xb7, 0x91, 0x55, 0xba, 0x56, - 0xa1, 0x5f, 0xb0, 0xfd, 0xcc, 0x29, 0xf9, 0x88, 0x50, 0x73, 0x17, 0x50, 0x66, 0xf8, 0xdb, 0x17, - 0x95, 0x8c, 0xf2, 0x47, 0x32, 0x22, 0x1c, 0xed, 0x13, 0x60, 0xc4, 0x06, 0x3f, 0x90, 0x85, 0xb7, - 0xc8, 0xb6, 0x0c, 0x35, 0x8f, 0x6d, 0x82, 0xfc, 0x6d, 0x11, 0x87, 0x87, 0x42, 0x2c, 0xf8, 0x2f, - 0x31, 0x31, 0xc6, 0xb7, 0x67, 0xf1, 0xf5, 0xac, 0x15, 0x1a, 0x27, 0x84, 0x4d, 0x1c, 0xf3, 0x26, - 0x9d, 0x0c, 0xd3, 0x84, 0xa9, 0x96, 0x39, 0xc5, 0x54, 0xce, 0x5c, 0xbd, 0xfb, 0x00, 0x90, 0x3f, - 0xdf, 0x40, 0x66, 0x55, 0x68, 0x31, 0xc0, 0x98, 0x07, 0x64, 0xcd, 0x86, 0x0a, 0xd1, 0x26, 0xf0, - 0xa2, 0x63, 0xea, 0x27, 0xa9, 0xb5, 0x27, 0x6e, 0xae, 0x38, 0x5f, 0xba, 0x2f, 0x13, 0xdc, 0xcc, - 0x24, 0xc7, 0x8a, 0xbe, 0x53, 0x1c, 0x97, 0x4d, 0x04, 0x79, 0x71, 0x7c, 0x13, 0x4e, 0x5c, 0x43, - 0xe8, 0x23, 0x4e, 0x48, 0x02, 0xe5, 0x4e, 0x0f, 0x90, 0x5b, 0x9c, 0xd4, 0x31, 0x75, 0x30, 0xf1, - 0xe4, 0x78, 0x28, 0xf0, 0x6a, 0xd0, 0x5b, 0x72, 0x2e, 0x13, 0xe3, 0xf6, 0x59, 0xdb, 0xed, 0x14, - 0xa7, 0x7d, 0x87, 0xb9, 0xcd, 0x21, 0xf7, 0xac, 0x32, 0xe9, 0x5f, 0xe0, 0x2a, 0x03, 0x80, 0xf6, - 0x20, 0xed, 0x24, 0xa5, 0xe6, 0xed, 0x55, 0x83, 0x00, 0x25, 0x49, 0x78, 0x80, 0x6d, 0x87, 0xa7, - 0xb0, 0x26, 0x96, 0x00, 0x87, 0x43, 0x96, 0x16, 0x0a, 0x51, 0xd5, 0x31, 0x71, 0xf2, 0x26, 0x05, - 0x65, 0x66, 0xd7, 0x86, 0x34, 0xe5, 0x18, 0xa9, 0x93, 0xf0, 0x5c, 0xcb, 0x6e, 0x28, 0xee, 0xd6, - 0x59, 0x88, 0xb8, 0x68, 0x31, 0x1d, 0xa8, 0x6f, 0xd0, 0xa7, 0x36, 0x45, 0xd4, 0xeb, 0xd4, 0xf2, - 0x6f, 0xa1, 0x6b, 0x5f, 0x30, 0x15, 0x53, 0x0f, 0x44, 0x48, 0xa3, 0xea, 0xfa, 0x49, 0xb5, 0x93, - 0x69, 0xc1, 0xb6, 0x04, 0x0f, 0x3b, 0x97, 0x8e, 0xd8, 0x86, 0xda, 0xa7, 0x42, 0x4a, 0x23, 0x60, - 0x97, 0xd6, 0x01, 0xdb, 0x71, 0xe5, 0x39, 0xfe, 0xc8, 0x02, 0x59, 0x37, 0x04, 0x23, 0xac, 0x3b, - 0x63, 0x27, 0xd4, 0x59, 0xf5, 0x52, 0xd0, 0x0f, 0x08, 0x5e, 0xe7, 0x3d, 0xeb, 0x59, 0x80, 0xed, - 0x03, 0xa8, 0xeb, 0x18, 0xe6, 0xbc, 0x97, 0x40, 0x73, 0x21, 0xed, 0xb9, 0x61, 0x03, 0xc1, 0x95, - 0xc6, 0x44, 0x6a, 0x18, 0xad, 0xc0, 0x85, 0x7d, 0x68, 0x2e, 0x61, 0x02, 0xb9, 0x61, 0x40, 0x35, - 0xbf, 0x61, 0x5f, 0x1e, 0x18, 0x49, 0x66, 0x8b, 0x34, 0x2d, 0x56, 0x58, 0xaf, 0x71, 0xda, 0x65, - 0xf7, 0x4f, 0xea, 0x19, 0x12, 0xe7, 0x82, 0x11, 0x30, 0xc2, 0xc9, 0x3e, 0x23, 0x0e, 0x97, 0x1d, - 0xcc, 0xe1, 0xe4, 0xfd, 0x2f, 0x58, 0xc7, 0x9a, 0x2b, 0x05, 0xd9, 0x4f, 0x40, 0xf8, 0xf6, 0x90, - 0xc7, 0xb3, 0x11, 0x71, 0x2c, 0x0f, 0x99, 0x36, 0xbe, 0xcb, 0x08, 0xf2, 0x6d, 0x1b, 0xf5, 0x51, - 0xce, 0x7c, 0xe2, 0x7d, 0x0a, 0xf5, 0xdf, 0x98, 0x5f, 0x26, 0xb9, 0xa8, 0xba, 0xcc, 0x7a, 0x64, - 0xd1, 0x65, 0xa9, 0x6c, 0x60, 0x22, 0x49, 0x86, 0x88, 0x71, 0x8d, 0x92, 0x0f, 0x59, 0xc2, 0x07, - 0x37, 0x72, 0x4d, 0x61, 0xbc, 0x51, 0x1a, 0xee, 0xe8, 0x0c, 0xe7, 0x3f, 0x02, 0x25, 0x7f, 0x0d, - 0x94, 0x38, 0x0f, 0x94, 0x98, 0x1b, 0x29, 0xaf, 0x40, 0xc9, 0xb0, 0x6b, 0xd8, 0x73, 0x8a, 0x40, - 0x97, 0x57, 0x8e, 0x6c, 0x24, 0x43, 0xef, 0x47, 0x97, 0x53, 0xad, 0xe4, 0xbc, 0xad, 0x23, 0x65, - 0x96, 0x07, 0x42, 0x43, 0x22, 0x5a, 0xd0, 0x04, 0x2b, 0xf2, 0x05, 0x80, 0x19, 0x3f, 0x5a, 0x47, - 0xcb, 0xc0, 0xba, 0x55, 0xa7, 0xd2, 0x6c, 0x07, 0x3a, 0x88, 0x06, 0x6f, 0x19, 0x8c, 0x64, 0x72, - 0xf4, 0x4e, 0xb8, 0x14, 0x91, 0x48, 0x83, 0xe6, 0xee, 0x17, 0x51, 0x53, 0x53, 0x43, 0x63, 0xc7, - 0xcf, 0x0c, 0xfd, 0x0a, 0xe1, 0x20, 0x69, 0x97, 0xf3, 0x43, 0x21, 0xa4, 0x12, 0xec, 0x23, 0x7a, - 0x8e, 0xed, 0x1e, 0x2d, 0x92, 0x3b, 0xc6, 0x7a, 0x71, 0x46, 0x72, 0x3b, 0xd4, 0x4c, 0x4a, 0x9a, - 0x49, 0xe1, 0x06, 0xe1, 0x50, 0x33, 0xa3, 0x21, 0x10, 0x5e, 0x00, 0xa7, 0x5f, 0xf6, 0x2c, 0x73, - 0x05, 0x87, 0x76, 0x11, 0xb6, 0x0f, 0x9c, 0xba, 0x80, 0x21, 0x4f, 0xd8, 0xcf, 0xb4, 0x91, 0x4b, - 0xd0, 0x13, 0xa5, 0xcd, 0xfd, 0xd1, 0xf9, 0x11, 0xb6, 0x45, 0xb5, 0x14, 0x03, 0x60, 0xb3, 0x08, - 0xb5, 0x43, 0xb0, 0x58, 0x72, 0x98, 0xe8, 0x26, 0x9a, 0x96, 0x42, 0x74, 0x9e, 0x42, 0xf4, 0xaa, - 0xaf, 0x64, 0xed, 0xfa, 0x87, 0x55, 0x2b, 0x0b, 0x4e, 0x82, 0x51, 0xc9, 0x8d, 0x79, 0xcf, 0x16, - 0xc1, 0x0a, 0x47, 0xca, 0x56, 0x02, 0xcd, 0x08, 0xf0, 0x1a, 0x48, 0xc2, 0x53, 0xe4, 0x8a, 0xdc, - 0x84, 0xb5, 0x54, 0x3f, 0x82, 0x6c, 0x1f, 0xcf, 0xa6, 0xd3, 0x89, 0xce, 0x01, 0x0e, 0x86, 0x0a, - 0x53, 0x67, 0xbd, 0x80, 0x8b, 0x2d, 0xb0, 0x08, 0x3e, 0x86, 0x05, 0x63, 0x5b, 0xa8, 0x5a, 0x28, - 0x1e, 0x94, 0x10, 0x23, 0x15, 0x6f, 0x8b, 0x65, 0x5a, 0x9d, 0x48, 0xca, 0x88, 0x5e, 0x25, 0xd4, - 0x1e, 0x26, 0x40, 0x56, 0x1d, 0xa8, 0x91, 0x30, 0x5b, 0x71, 0x15, 0x79, 0x17, 0xb6, 0x2d, 0xe9, - 0x32, 0xb0, 0x9e, 0x23, 0x29, 0xd5, 0xc4, 0x79, 0xaa, 0x8f, 0x11, 0x14, 0xd9, 0x8a, 0xda, 0x2c, - 0xcf, 0x0f, 0xb7, 0x50, 0xb1, 0x1e, 0x06, 0xa0, 0x2c, 0x4c, 0x72, 0x95, 0xc2, 0x82, 0x6d, 0xa3, - 0x83, 0x26, 0x44, 0x26, 0xa8, 0x30, 0x35, 0xe0, 0xf6, 0xd3, 0xa5, 0x75, 0x08, 0x8e, 0xb9, 0x0c, - 0x87, 0xc4, 0xd8, 0x44, 0xc7, 0x0e, 0xc3, 0x81, 0x45, 0x28, 0xcd, 0xf9, 0xf9, 0x2d, 0xe2, 0x88, - 0xd7, 0x26, 0x28, 0x57, 0x19, 0x53, 0x52, 0xd1, 0xf9, 0x58, 0x45, 0x20, 0xc2, 0xc2, 0xe7, 0x43, - 0x36, 0x4e, 0xdb, 0x01, 0x9f, 0xd1, 0x06, 0x57, 0x4d, 0x48, 0x3c, 0xcc, 0x4c, 0x8a, 0x3c, 0xe1, - 0xb9, 0x3f, 0x14, 0x76, 0xc8, 0xa0, 0x03, 0xea, 0x5c, 0x48, 0xa1, 0xcc, 0xc5, 0xcc, 0x9d, 0x43, - 0x0c, 0x0a, 0x8f, 0xbb, 0x33, 0x9f, 0xf7, 0x70, 0x22, 0xb4, 0x42, 0xd1, 0x86, 0x51, 0x6b, 0x2f, - 0x0b, 0xad, 0x2f, 0x71, 0xd7, 0xdf, 0x71, 0xb7, 0xbe, 0xc7, 0x5d, 0x17, 0x76, 0xab, 0xea, 0xe7, - 0x7e, 0xf5, 0xda, 0x5b, 0xc0, 0x7f, 0x7f, 0x4d, 0x22, 0x60, 0xb6, 0x13, 0x7f, 0x70, 0xec, 0x09, - 0x48, 0x61, 0xde, 0x31, 0x8b, 0x37, 0xbe, 0xb0, 0x9e, 0x15, 0xf1, 0x81, 0x84, 0x4d, 0x40, 0xc2, - 0xc0, 0xce, 0xc0, 0xe1, 0xb1, 0x47, 0xc5, 0x4e, 0x57, 0xd7, 0x13, 0xde, 0xaa, 0x1b, 0xe2, 0x43, - 0x2c, 0xc3, 0x21, 0xcc, 0x48, 0xed, 0x4b, 0x4f, 0x21, 0xad, 0x4e, 0x59, 0xe4, 0x54, 0x2c, 0x0b, - 0x12, 0xeb, 0x58, 0xea, 0xd5, 0x4e, 0xbd, 0xea, 0x77, 0x26, 0x92, 0x30, 0x5d, 0x47, 0xdc, 0x59, - 0x65, 0x5f, 0xa8, 0x30, 0x46, 0x82, 0x2e, 0xdb, 0x0a, 0x71, 0x2e, 0x47, 0x37, 0x87, 0x96, 0x2d, - 0x36, 0x1d, 0x46, 0xe5, 0x8d, 0xda, 0x95, 0x8a, 0x85, 0x1f, 0xf6, 0x48, 0x4e, 0x47, 0xf0, 0xec, - 0x90, 0x12, 0xb6, 0x45, 0x1f, 0x80, 0xf7, 0x79, 0xf9, 0x3b, 0x69, 0x41, 0x28, 0x10, 0x8e, 0x49, - 0xaf, 0xc7, 0x3f, 0x62, 0x8a, 0x43, 0x85, 0x2b, 0x23, 0xbf, 0x01, 0x81, 0x8f, 0x72, 0xb5, 0x8a, - 0xe4, 0xae, 0xac, 0x8b, 0xe2, 0xc2, 0xd4, 0x28, 0x45, 0x12, 0x5b, 0xaf, 0x5e, 0x95, 0x94, 0x75, - 0xaa, 0x0a, 0xa2, 0x20, 0x41, 0xb5, 0xe5, 0xa0, 0x95, 0xc2, 0x40, 0x7c, 0x4a, 0x2a, 0x62, 0x9d, - 0xda, 0x08, 0x34, 0xa8, 0x12, 0x19, 0x29, 0x5f, 0xfd, 0xff, 0x72, 0x92, 0x5c, 0x59, 0x88, 0xd8, - 0x8e, 0x13, 0x90, 0xd2, 0xda, 0x55, 0x74, 0x17, 0xdf, 0xc7, 0x79, 0x0b, 0xdd, 0xdf, 0xe2, 0xe5, - 0x0a, 0xd1, 0x48, 0x72, 0x8e, 0x53, 0x1f, 0xd1, 0x7b, 0x44, 0x60, 0x1d, 0x51, 0x12, 0xa4, 0xaf, - 0x17, 0x6d, 0x07, 0xf0, 0xde, 0x94, 0x1d, 0x2a, 0x44, 0xf4, 0xd8, 0x93, 0xf1, 0x35, 0x9a, 0x2f, - 0x37, 0xcc, 0x6f, 0xef, 0x7c, 0xb9, 0xa1, 0xfa, 0x95, 0x4a, 0x5a, 0xe8, 0x95, 0x30, 0xfa, 0xad, - 0xce, 0x88, 0x32, 0x1e, 0xfe, 0xd3, 0x2e, 0x3a, 0x91, 0xfb, 0xe7, 0x21, 0x40, 0x1f, 0x05, 0x1d, - 0xeb, 0x89, 0x30, 0x5f, 0x59, 0x67, 0xe1, 0xf6, 0x71, 0xad, 0xe3, 0x58, 0x50, 0x6f, 0x39, 0xd6, - 0xcb, 0xad, 0x3e, 0xb9, 0xbf, 0xba, 0x91, 0xdd, 0xcd, 0x29, 0xca, 0xe0, 0x30, 0x52, 0x69, 0x00, - 0x4b, 0xcf, 0xf0, 0x00, 0xa0, 0x65, 0x11, 0xf7, 0x39, 0xb1, 0xda, 0xe4, 0x5e, 0x20, 0x5e, 0x1f, - 0xc8, 0xf5, 0x2b, 0x26, 0xe2, 0x30, 0x6b, 0x9b, 0xb4, 0xcb, 0x40, 0x64, 0xfe, 0x42, 0x58, 0xa2, - 0x6e, 0xab, 0x41, 0x2f, 0x92, 0xe3, 0x58, 0x60, 0xd8, 0x02, 0xb0, 0xbb, 0xb5, 0xc9, 0x01, 0xc4, - 0x21, 0x30, 0xab, 0x02, 0x76, 0x9e, 0x0d, 0xdd, 0x85, 0xf2, 0x85, 0xf8, 0x57, 0xd2, 0x5b, 0x65, - 0xb4, 0xa4, 0xe6, 0xac, 0x59, 0xf7, 0x03, 0x0a, 0x34, 0x44, 0x78, 0x9a, 0xd6, 0xaf, 0x87, 0xe0, - 0xf9, 0x22, 0x28, 0x6b, 0x2a, 0xeb, 0x67, 0xdd, 0xfa, 0xd5, 0x9d, 0x38, 0xb4, 0xff, 0x8b, 0xc0, - 0x65, 0xc2, 0xeb, 0x45, 0xeb, 0x69, 0x08, 0x6f, 0x3d, 0x9b, 0x50, 0xe1, 0x98, 0xfd, 0xdc, 0x39, - 0xd7, 0x25, 0x37, 0x15, 0xc4, 0xf1, 0xb7, 0x0d, 0xfe, 0xdc, 0x95, 0xf9, 0x73, 0x5f, 0xff, 0xd4, - 0x55, 0x7a, 0x37, 0x68, 0x6e, 0x8b, 0xe3, 0x73, 0xf0, 0x80, 0x3a, 0xea, 0xbd, 0xc3, 0xfd, 0x36, - 0x3e, 0xb0, 0xd0, 0xca, 0xc8, 0x0d, 0x88, 0x06, 0x5f, 0x24, 0xfe, 0x9d, 0x9b, 0xca, 0x74, 0xcb, - 0xba, 0xdb, 0x5c, 0x0e, 0xca, 0xcf, 0xf5, 0x34, 0xa4, 0x16, 0x6d, 0x82, 0xb8, 0x4e, 0xb2, 0xcd, - 0x2d, 0xd5, 0x05, 0x18, 0xab, 0xd2, 0xb8, 0x60, 0x44, 0x3c, 0xfa, 0xd4, 0xe1, 0xa6, 0xc5, 0xbd, - 0x70, 0x2d, 0x82, 0x66, 0x14, 0x3c, 0x62, 0xbb, 0xf5, 0xb4, 0x5a, 0xcf, 0x41, 0x83, 0x98, 0x88, - 0xfe, 0x2a, 0x0e, 0x16, 0xfd, 0x3a, 0xba, 0x91, 0xc7, 0x3b, 0xdc, 0x13, 0x7c, 0x24, 0xfb, 0xa0, - 0xc3, 0xb0, 0x20, 0x82, 0x8e, 0x1e, 0x60, 0xa2, 0xbc, 0x73, 0x46, 0x41, 0x2c, 0x9c, 0x50, 0x4a, - 0xbd, 0x05, 0xed, 0x04, 0x16, 0x71, 0x74, 0xf3, 0x5c, 0xb2, 0x59, 0x75, 0x4c, 0xe5, 0x64, 0x6c, - 0x60, 0x7d, 0xb2, 0x9a, 0x64, 0x8d, 0x98, 0x80, 0x9c, 0x94, 0xc8, 0x73, 0x35, 0xa1, 0x61, 0x41, - 0xe0, 0x9a, 0x33, 0x9d, 0x77, 0x1f, 0xc0, 0x81, 0xa8, 0xad, 0x88, 0x19, 0x7c, 0xca, 0x3a, 0x15, - 0xe2, 0x0c, 0xac, 0x0e, 0xc7, 0x10, 0x5f, 0xda, 0x04, 0x5a, 0x73, 0xb1, 0x2b, 0xe4, 0xc9, 0x81, - 0x0c, 0x8c, 0x35, 0x02, 0x62, 0x36, 0xd8, 0xe7, 0xad, 0x65, 0x8a, 0xac, 0x5d, 0x4b, 0xd5, 0x69, - 0x27, 0x59, 0xcc, 0x16, 0xcf, 0x03, 0x41, 0x7c, 0x3d, 0x9a, 0x1d, 0x5a, 0x53, 0x91, 0x1e, 0x57, - 0x1e, 0xf8, 0x35, 0x4f, 0xe5, 0x5c, 0x55, 0xd9, 0x98, 0xcb, 0xe2, 0x9e, 0x88, 0xf2, 0xca, 0x73, - 0xb9, 0x1b, 0xfb, 0xc2, 0xb8, 0x96, 0x4f, 0x35, 0x45, 0xfa, 0x6f, 0xbd, 0xe4, 0x45, 0xd1, 0xfe, - 0x9a, 0xb8, 0xf5, 0x29, 0x81, 0xf1, 0xec, 0xea, 0xa7, 0x2a, 0x8d, 0xaf, 0x7b, 0xdb, 0x74, 0x32, - 0xa9, 0xa8, 0xd2, 0x09, 0x87, 0x75, 0xe7, 0x68, 0xcc, 0xc8, 0x99, 0xf1, 0x77, 0x85, 0x36, 0x82, - 0x2b, 0x17, 0x48, 0xad, 0x16, 0x04, 0xca, 0xe8, 0xac, 0x29, 0x7e, 0x4c, 0xd9, 0x39, 0x92, 0xb7, - 0xd1, 0xb8, 0x2a, 0xb1, 0x04, 0x12, 0xba, 0x4a, 0xe7, 0xd9, 0xf7, 0x3f, 0xc0, 0x82, 0x76, 0x5f, - 0x60, 0x18, 0xa8, 0x4a, 0x68, 0xcd, 0xcd, 0xde, 0x15, 0x94, 0xb2, 0x19, 0x4f, 0xd2, 0xe6, 0xdb, - 0xbe, 0xb5, 0x4d, 0x6c, 0xa6, 0x74, 0x09, 0x5c, 0x23, 0x53, 0x51, 0x7c, 0xcd, 0x7f, 0xe2, 0xd4, - 0x68, 0xb4, 0x39, 0x25, 0x72, 0xbc, 0x3a, 0x97, 0x67, 0x83, 0x05, 0x34, 0x4d, 0xba, 0x78, 0xb3, - 0xde, 0x71, 0x40, 0x74, 0x9f, 0xcf, 0xe7, 0xb2, 0x3f, 0xdc, 0x2f, 0xaf, 0x1f, 0x1e, 0xf1, 0xa0, - 0xa6, 0x38, 0x16, 0x09, 0xcd, 0x5d, 0xbd, 0xf6, 0x2d, 0xa3, 0xcd, 0xfe, 0xce, 0x68, 0xfb, 0x66, - 0xb4, 0xfd, 0x4a, 0x84, 0x65, 0x2b, 0x11, 0xe0, 0x8c, 0x2b, 0x5d, 0x7f, 0x2a, 0xd7, 0xbb, 0x09, - 0x97, 0x9c, 0xcc, 0x65, 0x6f, 0x12, 0x7f, 0x7b, 0x9e, 0xd2, 0xc3, 0x7e, 0x05, 0xa2, 0x42, 0x69, - 0xbf, 0x8b, 0x0f, 0x8e, 0xa5, 0x4b, 0xb7, 0xa4, 0x90, 0xf6, 0x67, 0x49, 0xc1, 0x11, 0x5c, 0x5a, - 0x9c, 0xe5, 0xcd, 0x38, 0xbb, 0x9a, 0x58, 0x42, 0x12, 0x4f, 0xb5, 0x96, 0x52, 0x8e, 0x49, 0xfd, - 0xa3, 0x58, 0xbf, 0xdb, 0x3c, 0x1d, 0xe1, 0x8e, 0xca, 0xbe, 0x2c, 0x32, 0x97, 0xb3, 0x8d, 0x97, - 0x5d, 0x92, 0x8a, 0x66, 0x82, 0x02, 0x42, 0x3c, 0xfb, 0x8a, 0x38, 0x88, 0x8a, 0xb8, 0xc0, 0xfe, - 0x14, 0xb8, 0xe9, 0x6c, 0x17, 0xee, 0x4f, 0x9d, 0x77, 0x1f, 0x81, 0x04, 0x76, 0xb0, 0x6c, 0x90, - 0x81, 0x75, 0x38, 0x4c, 0x1e, 0x39, 0x15, 0x4d, 0xcb, 0x4c, 0x49, 0xfe, 0xb1, 0x93, 0x42, 0x04, - 0x53, 0xc5, 0xe2, 0x8f, 0x56, 0xed, 0x9d, 0x15, 0x70, 0xcb, 0x3d, 0x97, 0xdb, 0x06, 0x82, 0x6e, - 0xe7, 0x2b, 0x53, 0xb5, 0xe1, 0x02, 0xe3, 0xd6, 0x9e, 0x08, 0xc4, 0x70, 0xa9, 0xb6, 0x35, 0x57, - 0x36, 0x64, 0x65, 0x07, 0x7f, 0x9e, 0xb8, 0xa2, 0xc4, 0x90, 0x45, 0x53, 0x01, 0xff, 0x87, 0xaf, - 0xc6, 0xb3, 0xe7, 0x7b, 0x2b, 0x1a, 0x28, 0x36, 0xe8, 0xd2, 0x29, 0xe7, 0xab, 0x3a, 0xa5, 0xc5, - 0xc0, 0xbd, 0x93, 0x6c, 0x47, 0xd6, 0x5e, 0x29, 0x9b, 0x51, 0x25, 0x02, 0xf2, 0x51, 0x24, 0x5b, - 0x5b, 0x93, 0xe9, 0x6c, 0xb1, 0x58, 0x12, 0x2b, 0xf2, 0xa9, 0x92, 0xda, 0x8f, 0xbe, 0x42, 0x30, - 0xb5, 0x0c, 0x27, 0xea, 0xc3, 0xd2, 0x52, 0x51, 0x2a, 0xb8, 0xf2, 0x56, 0xdb, 0x9d, 0x6e, 0x1c, - 0x3c, 0x82, 0x90, 0xc5, 0xbb, 0xa8, 0x71, 0x5d, 0xee, 0xd1, 0x00, 0x9d, 0x7c, 0xce, 0xd3, 0xfd, - 0xbc, 0x46, 0x5e, 0xee, 0x54, 0x3f, 0x79, 0x68, 0x9d, 0xd2, 0x0b, 0x10, 0xf6, 0x29, 0x6a, 0x75, - 0x3d, 0xf9, 0x8c, 0x04, 0x9c, 0xd3, 0xf9, 0x91, 0x50, 0x0a, 0xc0, 0x34, 0xd7, 0xc9, 0x82, 0xbe, - 0x21, 0x73, 0x47, 0x60, 0xc5, 0xd2, 0x7d, 0xf6, 0x64, 0x60, 0x14, 0x32, 0xfe, 0x3a, 0x71, 0x77, - 0x82, 0x3f, 0x9b, 0xe7, 0xfa, 0xac, 0x8a, 0x66, 0x52, 0x4e, 0xae, 0xe8, 0x47, 0x7e, 0xfd, 0xf5, - 0xa9, 0xe7, 0xc8, 0x9b, 0x3c, 0xac, 0x0a, 0xf9, 0x10, 0x20, 0x7f, 0xb6, 0x1c, 0xce, 0x96, 0x9c, - 0x92, 0x2d, 0x86, 0x49, 0xe6, 0x55, 0xfc, 0x7e, 0xed, 0x4a, 0x3d, 0xfe, 0x5d, 0xa8, 0x80, 0xb1, - 0xd0, 0x06, 0x4c, 0xa9, 0x7d, 0xf8, 0xf1, 0x0b, 0x6c, 0x24, 0xa6, 0x70, 0xf2, 0xbb, 0x8b, 0x55, - 0x88, 0x4f, 0xc9, 0xa9, 0x7c, 0x43, 0xe4, 0xa5, 0xa8, 0xd6, 0x87, 0xa2, 0x22, 0x7c, 0x2f, 0xb8, - 0xa3, 0xa9, 0xfc, 0xd5, 0x54, 0xa2, 0x9f, 0x00, 0x10, 0x79, 0x74, 0x9c, 0x1a, 0xbe, 0x78, 0x9b, - 0x0a, 0xe7, 0x5d, 0xec, 0x44, 0x12, 0x02, 0x4f, 0xde, 0xd7, 0x93, 0xc7, 0x77, 0x4f, 0x5e, 0x4a, - 0xb4, 0xd0, 0x06, 0xb1, 0xc1, 0x53, 0x5b, 0xfa, 0x74, 0xe5, 0x31, 0xaa, 0xb8, 0x9b, 0x58, 0x35, - 0x80, 0x52, 0x8e, 0x2b, 0x1b, 0xa7, 0x62, 0x5a, 0x4b, 0x09, 0xfd, 0xaf, 0x1f, 0x19, 0xea, 0xe7, - 0xa7, 0x7e, 0x7c, 0x08, 0x00, 0xc0, 0xd9, 0x54, 0x90, 0x3d, 0xf8, 0xd8, 0x70, 0x31, 0x73, 0xdc, - 0xeb, 0xcc, 0xfd, 0x96, 0x19, 0xd0, 0xbd, 0xd6, 0xb7, 0x12, 0xee, 0x36, 0x65, 0x15, 0x1d, 0xa8, - 0xb0, 0x07, 0x52, 0x9f, 0xcd, 0x70, 0xed, 0x4a, 0x46, 0x23, 0x79, 0x3d, 0x21, 0x21, 0xfd, 0xab, - 0x90, 0xb9, 0x23, 0x34, 0x72, 0xaa, 0x06, 0xda, 0x08, 0xa3, 0x03, 0xa1, 0xd0, 0x03, 0x4c, 0x32, - 0x86, 0x20, 0x01, 0x7c, 0x68, 0x37, 0x39, 0xdb, 0x0d, 0x88, 0x59, 0x8f, 0x78, 0x4f, 0xd9, 0xf9, - 0x2a, 0xba, 0x5d, 0xba, 0xaa, 0xc5, 0xae, 0xa9, 0x12, 0xb6, 0xc9, 0x6e, 0x41, 0x84, 0x68, 0x1a, - 0x5c, 0x14, 0x77, 0x73, 0x1d, 0x90, 0x2a, 0xa4, 0x57, 0xb9, 0x34, 0x4f, 0xdc, 0xa4, 0x6d, 0xbf, - 0x39, 0x68, 0x4a, 0xc1, 0x16, 0x82, 0xa5, 0x28, 0x7b, 0xfd, 0x30, 0xfb, 0xe0, 0x4d, 0x26, 0xc9, - 0x55, 0xba, 0x98, 0xab, 0x9d, 0x31, 0x6e, 0xc9, 0x23, 0x62, 0xaa, 0xcf, 0x18, 0xba, 0x40, 0xc9, - 0x46, 0x9a, 0x25, 0x31, 0x28, 0x87, 0xbf, 0x1e, 0x72, 0x93, 0xe7, 0x45, 0x1e, 0xb3, 0x70, 0x7b, - 0x4a, 0xbb, 0x37, 0xe3, 0x5e, 0xc2, 0xfe, 0xa2, 0xe9, 0xb9, 0x76, 0xeb, 0xeb, 0x7e, 0x88, 0x2d, - 0xe0, 0xcc, 0xa7, 0x24, 0x75, 0xf6, 0xe5, 0x5e, 0x18, 0xba, 0xee, 0x76, 0xe0, 0x77, 0x0c, 0x35, - 0x07, 0x44, 0x59, 0xe3, 0x70, 0x40, 0x34, 0xfd, 0xc2, 0xf9, 0xda, 0x57, 0xe7, 0xcb, 0x72, 0xbe, - 0xeb, 0x7b, 0x67, 0xe7, 0x2b, 0x3c, 0x2f, 0x3d, 0x81, 0x84, 0x08, 0xc7, 0x95, 0xb4, 0xdb, 0xf2, - 0x8c, 0xbb, 0xd9, 0xd2, 0xb5, 0xd9, 0x22, 0x57, 0x3a, 0x80, 0xaa, 0x33, 0x0a, 0x02, 0xf5, 0x17, - 0x8c, 0x7a, 0x74, 0x6e, 0xde, 0x56, 0xa3, 0x20, 0x91, 0x8b, 0xad, 0x9d, 0x86, 0x4d, 0x42, 0x61, - 0xfa, 0xf1, 0x2a, 0x2c, 0x3d, 0x59, 0x55, 0x3a, 0x92, 0x73, 0xfe, 0xf0, 0xbd, 0x22, 0x35, 0x77, - 0xd0, 0x53, 0xa5, 0xec, 0x8b, 0x9a, 0x5f, 0x2f, 0x91, 0x40, 0x25, 0xf3, 0x4b, 0x34, 0x82, 0xbe, - 0xd5, 0xfb, 0x41, 0xaf, 0x80, 0xde, 0xf1, 0x7a, 0x3f, 0xf8, 0x71, 0xeb, 0xb5, 0xce, 0x41, 0x8e, - 0x54, 0x3f, 0xbe, 0x4a, 0xe5, 0x54, 0x62, 0xeb, 0x2a, 0xd7, 0xa6, 0xbb, 0xbc, 0x8a, 0x0f, 0x4c, - 0xc4, 0x1b, 0x1b, 0x58, 0xc8, 0xeb, 0x7c, 0x36, 0xb7, 0x2f, 0x6b, 0x80, 0x70, 0x99, 0x4c, 0x1b, - 0x56, 0x77, 0xec, 0x5b, 0x4f, 0x0e, 0x45, 0x78, 0x9c, 0xa3, 0x35, 0x95, 0x90, 0x8b, 0x2f, 0x5e, - 0xd7, 0xce, 0xca, 0x99, 0x3e, 0xe2, 0x15, 0x2c, 0xc8, 0x5f, 0x5c, 0x0a, 0xa5, 0xe6, 0x97, 0x3b, - 0xe9, 0x6b, 0xbc, 0xb6, 0xc3, 0xe2, 0x6b, 0x04, 0xc7, 0x9b, 0xd0, 0xe2, 0x5f, 0x26, 0x17, 0xc8, - 0xdf, 0xfb, 0x54, 0x8a, 0xba, 0xc1, 0x5d, 0x96, 0x72, 0x72, 0xde, 0xcc, 0x17, 0x34, 0x6c, 0x7a, - 0x72, 0x34, 0x48, 0x36, 0xfa, 0x89, 0x25, 0xe5, 0x5e, 0xc0, 0x43, 0x41, 0x99, 0x85, 0x7c, 0x3e, - 0x35, 0x5f, 0xc2, 0x58, 0xe5, 0x1e, 0xd8, 0xf2, 0x97, 0xaa, 0xaa, 0x91, 0x1a, 0xf8, 0xf9, 0xf2, - 0x6f, 0xae, 0x02, 0x17, 0xfb, 0xf1, 0xe4, 0xa0, 0x52, 0x7f, 0xc0, 0xb6, 0x69, 0x8e, 0xcb, 0x1c, - 0x64, 0xd3, 0xf8, 0x25, 0x93, 0x05, 0x19, 0x80, 0xe6, 0x73, 0x36, 0x80, 0x10, 0xe4, 0x67, 0x7a, - 0x67, 0xeb, 0xea, 0x95, 0x9e, 0x73, 0x7d, 0xb9, 0xa7, 0xb2, 0xb3, 0xb8, 0xb0, 0xb2, 0xb3, 0x58, - 0xed, 0xa3, 0x48, 0x58, 0xe5, 0xbd, 0x19, 0xe8, 0x89, 0xb7, 0xad, 0x63, 0x7b, 0x10, 0xbb, 0x35, - 0x54, 0x2b, 0x0f, 0xa5, 0xa3, 0x98, 0x16, 0x97, 0xc8, 0x3e, 0x4b, 0x99, 0x1c, 0xf2, 0x36, 0x9a, - 0x8a, 0x8d, 0xb9, 0xbb, 0x9a, 0x10, 0x1a, 0xa6, 0x40, 0xf8, 0xba, 0x28, 0x10, 0x0c, 0x75, 0x78, - 0x47, 0x66, 0xdb, 0x41, 0xd5, 0x59, 0xcc, 0x93, 0x30, 0x94, 0xea, 0x3c, 0x4b, 0x14, 0x30, 0xe9, - 0x24, 0x8b, 0xea, 0xa5, 0x04, 0x38, 0x06, 0x1d, 0x0d, 0x71, 0x83, 0x53, 0x06, 0x22, 0x48, 0x05, - 0xb1, 0xad, 0x23, 0x31, 0x64, 0x46, 0x7b, 0x4e, 0x18, 0x0c, 0xed, 0x81, 0x2a, 0x4f, 0xed, 0xb3, - 0x09, 0x70, 0x7c, 0x07, 0x13, 0xde, 0x0d, 0x32, 0x3c, 0xbd, 0x9d, 0x2b, 0x08, 0x70, 0xd1, 0x00, - 0x12, 0xad, 0x4a, 0x41, 0xa0, 0x3b, 0x8b, 0x92, 0x1e, 0xf3, 0xda, 0x93, 0xda, 0x17, 0x30, 0x44, - 0x1b, 0x25, 0xa6, 0xad, 0x36, 0xcd, 0xfc, 0x3a, 0xb5, 0xf3, 0x7d, 0x40, 0x60, 0xc4, 0xdf, 0xf4, - 0x75, 0x7b, 0x2a, 0xe6, 0xd5, 0xd1, 0xab, 0x1b, 0x16, 0xfa, 0x74, 0xa4, 0x53, 0x0e, 0xaf, 0xae, - 0xd4, 0xd3, 0xed, 0xe7, 0x5b, 0x2f, 0x8a, 0x90, 0x7a, 0x73, 0xce, 0xe9, 0xc9, 0xfc, 0xbe, 0xab, - 0x33, 0xad, 0xa6, 0xc2, 0x13, 0x99, 0xbf, 0xf9, 0x23, 0xbe, 0x22, 0x84, 0x53, 0x7a, 0xa2, 0x85, - 0xf2, 0xee, 0x2e, 0x6a, 0xbf, 0xad, 0x9b, 0xef, 0xfd, 0xa1, 0x21, 0x6a, 0xca, 0x39, 0x40, 0x46, - 0xa0, 0xa7, 0xb0, 0xd2, 0x96, 0xb5, 0x9f, 0xaf, 0x7d, 0x5d, 0x55, 0x57, 0x9e, 0x49, 0xda, 0x2c, - 0x8d, 0x04, 0xb5, 0x02, 0x82, 0x10, 0xe2, 0x2a, 0x32, 0x49, 0xca, 0x72, 0xce, 0xe4, 0x24, 0x78, - 0xac, 0xed, 0x04, 0xaf, 0x7d, 0xc6, 0x21, 0x98, 0xf9, 0xd4, 0xea, 0xcf, 0xa9, 0x33, 0x2d, 0x67, - 0x98, 0x09, 0xb4, 0xf0, 0x6d, 0x8e, 0x11, 0x68, 0xdc, 0x3d, 0x32, 0x8f, 0x0b, 0x4d, 0x91, 0x30, - 0xe7, 0xc0, 0xce, 0x3e, 0xe8, 0x5c, 0x2d, 0x8b, 0x92, 0x40, 0x54, 0x44, 0xc5, 0xc8, 0xda, 0xef, - 0xf4, 0x95, 0xc7, 0xd7, 0xd3, 0xad, 0x25, 0x89, 0x40, 0x8c, 0xeb, 0xda, 0x51, 0xcd, 0x43, 0x85, - 0x42, 0x9e, 0x30, 0x7d, 0x1d, 0x9b, 0x76, 0xfb, 0x19, 0x70, 0x63, 0x38, 0x83, 0x07, 0x8b, 0xd7, - 0x32, 0xb8, 0x6c, 0x7a, 0x0a, 0xf4, 0x6a, 0x66, 0x80, 0x2d, 0xe1, 0x54, 0xb6, 0xea, 0xe4, 0x2e, - 0x71, 0x2b, 0x08, 0xac, 0x7e, 0x40, 0x3d, 0x41, 0xd8, 0x75, 0x5c, 0xbc, 0x4a, 0x32, 0x1f, 0x17, - 0xb8, 0x87, 0x7a, 0x54, 0x6d, 0x86, 0xde, 0xb3, 0xbe, 0x08, 0xbf, 0xb8, 0xc3, 0xcb, 0xfd, 0xcb, - 0x3d, 0x9c, 0x22, 0x60, 0x24, 0x0d, 0x13, 0xb1, 0x48, 0x65, 0xf9, 0xca, 0xd6, 0xf0, 0xa5, 0x87, - 0x60, 0xc3, 0x70, 0xa3, 0x53, 0x5a, 0x81, 0xf6, 0x47, 0x07, 0xb2, 0x58, 0xd1, 0x7e, 0x92, 0xa7, - 0x81, 0xb7, 0x45, 0x7c, 0x7c, 0xb8, 0x75, 0xcf, 0x9a, 0x77, 0x74, 0x12, 0x9c, 0x8d, 0xb4, 0xbe, - 0xa0, 0xa9, 0xb1, 0x41, 0x7e, 0x06, 0x29, 0x81, 0x00, 0x2d, 0xfc, 0x81, 0x74, 0x35, 0xe7, 0x74, - 0x8e, 0x60, 0x3c, 0x65, 0x30, 0xca, 0x14, 0x0f, 0xfb, 0x06, 0x6a, 0xdd, 0x7a, 0x9d, 0x05, 0xa8, - 0x9f, 0x04, 0xfd, 0x00, 0x8d, 0x62, 0x4e, 0xa5, 0xb2, 0x28, 0x5d, 0x08, 0xf3, 0xae, 0xe7, 0xd4, - 0x9c, 0xc4, 0x8a, 0x9a, 0x01, 0x06, 0xe0, 0x2b, 0xe7, 0x42, 0xe8, 0xb6, 0x5b, 0x79, 0xb6, 0x5d, - 0xe4, 0x02, 0x9b, 0x74, 0x8c, 0xa4, 0xf8, 0x9e, 0xc4, 0xf4, 0xfb, 0x6f, 0xcb, 0xcd, 0xbf, 0xa8, - 0x49, 0x73, 0x65, 0x3f, 0xce, 0x9c, 0x2c, 0x04, 0xd1, 0x20, 0xf9, 0x0a, 0x11, 0x6f, 0x06, 0x9a, - 0x78, 0xcc, 0x01, 0x49, 0xfb, 0x0d, 0x5c, 0x2a, 0x84, 0x52, 0x3b, 0x1b, 0xb1, 0x6c, 0x1c, 0x32, - 0x38, 0x9f, 0x00, 0xdd, 0x15, 0x84, 0x52, 0x13, 0x84, 0x54, 0x1d, 0x2c, 0x3c, 0x7d, 0x76, 0x9d, - 0xfd, 0x43, 0x1f, 0xd5, 0x14, 0x86, 0xb5, 0xe2, 0xc7, 0x41, 0xb5, 0x06, 0x79, 0x63, 0x1b, 0xd1, - 0xb2, 0x68, 0x67, 0x77, 0xa0, 0xc2, 0x85, 0xc5, 0xa7, 0x55, 0x7c, 0xe6, 0x01, 0x92, 0x36, 0xa0, - 0x94, 0xb3, 0x39, 0x3a, 0xf6, 0x66, 0x85, 0xf9, 0x3a, 0xb8, 0x38, 0xed, 0x1f, 0x5f, 0xfb, 0xf9, - 0x2d, 0xf3, 0x7f, 0x7b, 0xed, 0xe7, 0xb7, 0xcc, 0xbf, 0x78, 0x6d, 0x42, 0x85, 0x93, 0x28, 0xdf, - 0x39, 0x5f, 0x73, 0x6f, 0x46, 0xd2, 0x5a, 0x12, 0x7a, 0x1a, 0x32, 0x54, 0x1a, 0x5b, 0xa5, 0xbf, - 0x53, 0x22, 0x3c, 0x3b, 0xf4, 0xad, 0xeb, 0x44, 0x4d, 0xd5, 0x41, 0x29, 0xe2, 0xcc, 0x3d, 0x3a, - 0xf4, 0xb7, 0x74, 0x32, 0xab, 0xea, 0x34, 0x50, 0xea, 0x8b, 0x30, 0x6f, 0x23, 0x9d, 0x23, 0x0e, - 0x39, 0x9e, 0xb0, 0x5f, 0xe6, 0xd2, 0x03, 0x1d, 0xe1, 0x3b, 0x5d, 0xaf, 0x78, 0x09, 0x43, 0x1e, - 0xb7, 0x74, 0xd7, 0xfa, 0x29, 0x09, 0xdd, 0xa7, 0x9c, 0xca, 0xee, 0x4d, 0xe7, 0xcb, 0xb6, 0xea, - 0x76, 0xb0, 0xe4, 0x99, 0x2f, 0x37, 0xcd, 0xdd, 0xe0, 0x1d, 0x69, 0x39, 0x07, 0xc9, 0xd2, 0x09, - 0x2a, 0x20, 0x07, 0x3e, 0x53, 0x0e, 0xab, 0x28, 0xe7, 0xfc, 0x15, 0x31, 0x09, 0x4f, 0x63, 0xcc, - 0x88, 0xee, 0xf6, 0x44, 0xb1, 0x40, 0xc2, 0x82, 0x54, 0xc1, 0x93, 0x10, 0xb1, 0xa0, 0xb2, 0x80, - 0x9c, 0xcb, 0x1c, 0x46, 0x07, 0x11, 0xec, 0x83, 0x9f, 0x70, 0x0e, 0x76, 0x04, 0x6d, 0x39, 0x81, - 0x71, 0xfb, 0x72, 0x20, 0xd5, 0xd0, 0x23, 0xa1, 0xb0, 0xbe, 0x6c, 0x83, 0x7f, 0x2b, 0x12, 0x1f, - 0x7e, 0x61, 0x6e, 0x15, 0x59, 0xe5, 0x87, 0x7a, 0x9e, 0x63, 0xe1, 0x14, 0xa2, 0xb1, 0x15, 0x57, - 0xe1, 0x30, 0x50, 0xcf, 0x21, 0x18, 0xb1, 0x67, 0xc7, 0xc6, 0x86, 0x15, 0x13, 0x59, 0x0e, 0xa6, - 0x21, 0x64, 0x78, 0x42, 0xf1, 0x7e, 0x2e, 0xac, 0x96, 0x9c, 0x91, 0x08, 0xd1, 0x61, 0x7a, 0x6d, - 0x2d, 0x6f, 0xaf, 0x7f, 0xb1, 0x31, 0xd1, 0xac, 0xee, 0x5c, 0x3e, 0xc5, 0x4f, 0xed, 0x2c, 0x47, - 0x41, 0x57, 0xae, 0xa5, 0x43, 0x21, 0x9b, 0x3b, 0x94, 0xae, 0xa1, 0xfc, 0xfb, 0x08, 0x20, 0xaa, - 0x76, 0x3f, 0xfc, 0x50, 0x3a, 0x42, 0xdf, 0xf3, 0x1b, 0x85, 0xa9, 0xfc, 0xc8, 0xa4, 0xb5, 0x5b, - 0xe9, 0x55, 0xfa, 0x99, 0xa8, 0x07, 0x9d, 0x2e, 0x22, 0x3b, 0xce, 0xe0, 0x64, 0x48, 0xc7, 0xcb, - 0x0e, 0x7b, 0x0e, 0x1d, 0xc5, 0x03, 0x94, 0x58, 0x48, 0x34, 0x0a, 0xe4, 0x02, 0x7a, 0x7c, 0xa8, - 0xf0, 0xdd, 0xe7, 0xe9, 0xc9, 0xab, 0x1e, 0x81, 0x71, 0xcf, 0xe1, 0x39, 0x79, 0x15, 0xfe, 0x92, - 0x4f, 0x29, 0x6a, 0x82, 0x43, 0xa7, 0xba, 0xa1, 0x7f, 0x71, 0x20, 0x5e, 0xf7, 0x91, 0x6d, 0xa2, - 0x4e, 0x84, 0x44, 0x6b, 0xde, 0xad, 0x3c, 0x1f, 0xed, 0x9c, 0x2c, 0xf7, 0xa5, 0x25, 0xfd, 0x13, - 0x95, 0x5f, 0xb4, 0x75, 0x5b, 0xfa, 0x68, 0x47, 0x98, 0xfd, 0x9f, 0x8f, 0x46, 0x83, 0x31, 0xff, - 0x1f, 0xa3, 0xd1, 0x60, 0x8c, 0x23, 0x27, 0x9e, 0xd3, 0xad, 0x3a, 0x85, 0x10, 0x54, 0x9a, 0x7b, - 0x8f, 0x26, 0x5e, 0x96, 0x6b, 0x43, 0x0e, 0xa1, 0x66, 0x10, 0xa6, 0xab, 0xf0, 0x04, 0x53, 0x2a, - 0x53, 0xfb, 0x34, 0x5d, 0xf2, 0xe1, 0x92, 0xf2, 0x80, 0x1f, 0x21, 0xa4, 0x7c, 0x03, 0x68, 0x89, - 0x80, 0xe2, 0xc4, 0x76, 0xdc, 0x68, 0x01, 0x9d, 0xf6, 0x31, 0x78, 0xfd, 0xeb, 0x0b, 0x46, 0x94, - 0xb6, 0xf4, 0xdf, 0x60, 0x09, 0xae, 0x10, 0x7b, 0x6d, 0x0f, 0xe9, 0x5c, 0xd0, 0x73, 0xbc, 0xc4, - 0xcc, 0xac, 0x12, 0x5f, 0x2c, 0x8e, 0x74, 0x42, 0xca, 0xc2, 0x85, 0x68, 0xd4, 0x61, 0xfd, 0xf1, - 0xa4, 0xc7, 0xc3, 0x6e, 0xe9, 0x30, 0xcf, 0x46, 0xf4, 0x90, 0x20, 0x48, 0x58, 0x20, 0x65, 0x8c, - 0xbf, 0x70, 0x30, 0xf3, 0xe1, 0x61, 0x7f, 0x72, 0xc7, 0x49, 0x82, 0x1d, 0xc4, 0x53, 0x8a, 0x4e, - 0x14, 0xbb, 0xd6, 0x62, 0x6f, 0x71, 0xbc, 0x9d, 0x7f, 0x20, 0x56, 0xcd, 0xff, 0x02, 0x2c, 0x84, - 0x56, 0xc4, 0x11, 0x08, 0xc2, 0x5d, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, - 0x00, 0x00, 0x0e, 0xc4, 0x00, 0x00, 0x0e, 0xc4, 0x01, 0x95, 0x2b, 0x0e, 0x1b, 0x00, 0x00, 0x00, - 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xe2, 0x02, 0x11, 0x14, 0x2d, 0x24, 0x02, 0x3b, 0xc6, 0x21, - 0x00, 0x00, 0x02, 0x4b, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xad, 0x94, 0x3d, 0x6b, 0x22, 0x51, - 0x14, 0x86, 0x9f, 0x3b, 0x46, 0x52, 0x88, 0xc4, 0x14, 0x17, 0xd4, 0x66, 0x10, 0x16, 0xb1, 0x4f, - 0xa2, 0x10, 0xd2, 0x48, 0xc0, 0xc2, 0x32, 0x10, 0x92, 0x34, 0xc9, 0xcf, 0xb0, 0xd9, 0x76, 0xff, - 0x81, 0x3f, 0x22, 0x6e, 0x0a, 0x21, 0x49, 0x27, 0xd8, 0x48, 0x42, 0x82, 0x29, 0x02, 0xe9, 0xfc, - 0x6a, 0x64, 0x62, 0x13, 0x04, 0x09, 0x1a, 0x75, 0x74, 0xee, 0x16, 0xbb, 0x0e, 0x8e, 0x8e, 0xee, - 0x64, 0x37, 0x07, 0x6e, 0x71, 0xe7, 0xbc, 0xf7, 0x3d, 0xcf, 0x1c, 0xee, 0x3d, 0x42, 0x08, 0xf1, - 0x5d, 0x29, 0x75, 0xc1, 0x17, 0x87, 0x10, 0xe2, 0xa7, 0x00, 0xea, 0xbb, 0xbb, 0xbb, 0xdf, 0xb6, - 0xb7, 0xb7, 0x11, 0x42, 0xfc, 0xb7, 0xa9, 0x52, 0x8a, 0x5e, 0xaf, 0x47, 0xb5, 0x5a, 0x35, 0x35, - 0x80, 0xaf, 0x32, 0xfe, 0x43, 0xcc, 0xd6, 0xd6, 0x16, 0x52, 0x4a, 0xff, 0xc6, 0xec, 0xc3, 0x62, - 0x24, 0x12, 0x09, 0x92, 0xc9, 0xa4, 0xab, 0xc1, 0x68, 0x34, 0xa2, 0xd7, 0xeb, 0xd1, 0x6c, 0x36, - 0xa9, 0xd7, 0xeb, 0xae, 0x05, 0x84, 0x10, 0x6c, 0xcc, 0x7e, 0x65, 0x31, 0xa4, 0x94, 0x24, 0x12, - 0x89, 0xb5, 0x94, 0x07, 0x07, 0x07, 0xb4, 0xdb, 0x6d, 0x6e, 0x6e, 0x6e, 0x30, 0x0c, 0x63, 0x29, - 0xbf, 0x01, 0x30, 0x99, 0x4c, 0x5c, 0x7b, 0x37, 0x8b, 0xe7, 0xe7, 0x67, 0x06, 0x83, 0x81, 0xbd, - 0xdf, 0xdc, 0xdc, 0x24, 0x1c, 0x0e, 0x13, 0x89, 0x44, 0xd0, 0x75, 0x9d, 0xa3, 0xa3, 0x23, 0xf2, - 0xf9, 0x3c, 0xa6, 0x69, 0xda, 0x1a, 0xcb, 0xb2, 0x7e, 0x9b, 0x4f, 0xa7, 0xd3, 0xb5, 0xe6, 0x0f, - 0x0f, 0x0f, 0xd4, 0x6a, 0xb5, 0x25, 0xcd, 0xc9, 0xc9, 0x09, 0xa9, 0x54, 0x8a, 0x68, 0x34, 0xca, - 0xce, 0xce, 0x0e, 0x77, 0x77, 0x77, 0x8e, 0xf3, 0xda, 0x8c, 0x7c, 0x71, 0xcd, 0x9b, 0x5b, 0x96, - 0xe5, 0xaa, 0xb9, 0xbd, 0xbd, 0xe5, 0xe3, 0xe3, 0x03, 0x80, 0x70, 0x38, 0xec, 0xc8, 0x79, 0x26, - 0x57, 0x4a, 0xb9, 0x6a, 0xba, 0xdd, 0xae, 0xdd, 0x52, 0x21, 0x84, 0x43, 0xa3, 0x94, 0xf2, 0xd6, - 0xf3, 0x19, 0xf9, 0x62, 0xec, 0xef, 0xef, 0x13, 0x08, 0x04, 0x00, 0x78, 0x7b, 0x7b, 0x73, 0x68, - 0xfe, 0x99, 0x5c, 0xd3, 0x34, 0x0e, 0x0f, 0x0f, 0xc9, 0x64, 0x32, 0x68, 0x9a, 0x46, 0xa7, 0xd3, - 0xa1, 0x54, 0x2a, 0x39, 0x34, 0xb6, 0xf9, 0xdf, 0xc8, 0xcf, 0xce, 0xce, 0x38, 0x3e, 0x3e, 0xb6, - 0xf7, 0x81, 0x40, 0x80, 0x60, 0x30, 0x88, 0x52, 0x8a, 0x56, 0xab, 0x45, 0xa1, 0x50, 0xe0, 0xfd, - 0xfd, 0x7d, 0xe9, 0xbc, 0x27, 0x72, 0x29, 0xa5, 0xeb, 0x3d, 0xb7, 0x2c, 0x0b, 0x9f, 0xcf, 0x47, - 0x28, 0x14, 0x5a, 0xf2, 0xf0, 0x4c, 0x7e, 0x79, 0x79, 0xc9, 0xeb, 0xeb, 0xab, 0xa3, 0x2d, 0xb1, - 0x58, 0x8c, 0x64, 0x32, 0x89, 0xae, 0xeb, 0x9c, 0x9f, 0x9f, 0x33, 0x18, 0x0c, 0x78, 0x7a, 0x7a, - 0xfa, 0x3c, 0xb9, 0x61, 0x18, 0x3c, 0x3e, 0x3e, 0x3a, 0xf2, 0xf7, 0xf7, 0xf7, 0x54, 0x2a, 0x15, - 0x72, 0xb9, 0x1c, 0x52, 0x4a, 0xb2, 0xd9, 0xac, 0x43, 0xb3, 0x96, 0x7c, 0xb1, 0x90, 0x9b, 0xa6, - 0xd5, 0x6a, 0xd1, 0x68, 0x34, 0x90, 0x52, 0x12, 0x8d, 0x46, 0x1d, 0x1a, 0xcf, 0xe4, 0xab, 0xee, - 0x39, 0xc0, 0x78, 0x3c, 0xb6, 0x5b, 0x25, 0x84, 0xb0, 0x0b, 0xac, 0xbd, 0xe7, 0x5e, 0xc8, 0x67, - 0xe3, 0x1a, 0xc0, 0x34, 0x4d, 0x86, 0xc3, 0xe1, 0xe7, 0xc9, 0x57, 0x69, 0x4e, 0x4f, 0x4f, 0xed, - 0xc9, 0xd9, 0x6e, 0xb7, 0xbd, 0xbf, 0xd0, 0xf9, 0x48, 0xa7, 0xd3, 0x4b, 0xb3, 0x5d, 0x4a, 0x49, - 0x3c, 0x1e, 0xc7, 0xef, 0xf7, 0xd3, 0xef, 0xf7, 0xb9, 0xbe, 0xbe, 0x5e, 0xf2, 0xf1, 0x44, 0xbe, - 0xb7, 0xb7, 0xb7, 0xb2, 0x70, 0xa7, 0xd3, 0xe1, 0xea, 0xea, 0x8a, 0x72, 0xb9, 0xec, 0xfe, 0x88, - 0x46, 0xa3, 0x11, 0x3e, 0x9f, 0xcf, 0x91, 0x34, 0x0c, 0x83, 0x97, 0x97, 0x17, 0x57, 0xc3, 0xc9, - 0x64, 0x42, 0xb7, 0xdb, 0xa5, 0x56, 0xab, 0x51, 0x2c, 0x16, 0xed, 0xc9, 0x38, 0xdf, 0x42, 0xcb, - 0xb2, 0x4c, 0x80, 0x1f, 0xc0, 0x58, 0x08, 0xa1, 0xbe, 0x6a, 0x01, 0x63, 0x20, 0xff, 0x0b, 0xb1, - 0xdd, 0xba, 0x30, 0x47, 0x25, 0x4b, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, - 0x42, 0x60, 0x82 + 0x78, 0xda, 0xe5, 0x9a, 0x5b, 0x76, 0xe4, 0x3c, 0x72, 0x84, 0xdf, 0xb1, 0x0a, 0x2f, 0x81, 0xb8, + 0x03, 0xcb, 0xc1, 0xf5, 0x9c, 0xd9, 0x81, 0x97, 0xef, 0x2f, 0x80, 0x2a, 0x49, 0x7d, 0xff, 0x67, + 0xda, 0x4f, 0xb6, 0xd4, 0xad, 0x92, 0x8a, 0x24, 0x08, 0x20, 0x23, 0x23, 0x23, 0x92, 0x65, 0xd6, + 0x7f, 0xff, 0x6b, 0x9b, 0xff, 0xe2, 0x2b, 0x79, 0xeb, 0x4c, 0x88, 0xb9, 0xa4, 0x9a, 0xd2, 0xc3, + 0x57, 0xa8, 0xa1, 0xba, 0xc6, 0x2f, 0xe5, 0xf9, 0xfc, 0x5a, 0xaf, 0xd7, 0xfb, 0x9e, 0x7d, 0xc2, + 0xf9, 0xf9, 0xfe, 0xb2, 0xaf, 0x9f, 0xd6, 0xfc, 0xf4, 0x80, 0xe3, 0xd5, 0xf3, 0xea, 0xef, 0x9b, + 0x39, 0xbc, 0x8e, 0xfa, 0xd7, 0xfb, 0xef, 0xf3, 0xd3, 0xc7, 0x2b, 0x03, 0xfd, 0xe4, 0x80, 0x8d, + 0xdf, 0x5d, 0xe0, 0x3f, 0x6e, 0xe3, 0xbe, 0xde, 0x38, 0xb7, 0xd7, 0xfb, 0xee, 0x71, 0xdf, 0xcc, + 0xc8, 0x65, 0xfb, 0x75, 0x51, 0x77, 0x39, 0xaf, 0xff, 0x7b, 0xcf, 0xb2, 0xf7, 0xba, 0xab, 0x6b, + 0x21, 0xb1, 0x0d, 0xe9, 0x2e, 0xea, 0xde, 0xc2, 0xbc, 0x87, 0xe1, 0xc4, 0xce, 0x2e, 0xf9, 0x73, + 0x59, 0xe2, 0x3b, 0xf3, 0x3f, 0xf2, 0x7b, 0x3e, 0xdf, 0x95, 0xef, 0xf2, 0xb4, 0x67, 0xd8, 0xf0, + 0xcc, 0x67, 0x3c, 0x9d, 0xef, 0x61, 0xab, 0x75, 0xd6, 0x3f, 0xdb, 0x06, 0x3b, 0x8d, 0x6d, 0x76, + 0xdb, 0x65, 0x27, 0xaf, 0xc3, 0x0e, 0xe6, 0x18, 0xdc, 0x72, 0x99, 0x57, 0xe7, 0x86, 0xf3, 0xe7, + 0xbd, 0xe2, 0xb3, 0xab, 0x6e, 0xf8, 0xc7, 0x5b, 0x1f, 0xf4, 0x6d, 0xb7, 0xcb, 0xbe, 0xfa, 0xe9, + 0x8b, 0x77, 0x7e, 0xb8, 0xe5, 0xbd, 0x0f, 0xc6, 0xbb, 0x8f, 0xb9, 0xd8, 0x73, 0xdf, 0x7a, 0xee, + 0x37, 0x58, 0xe4, 0x7c, 0xa6, 0xe5, 0x54, 0x67, 0x19, 0xcc, 0x72, 0xc9, 0x6f, 0xbf, 0xcd, 0x9f, + 0x4e, 0xf8, 0x27, 0xdf, 0x7b, 0x8f, 0x87, 0x3d, 0xb2, 0x96, 0xd5, 0xdb, 0xd7, 0x5e, 0x31, 0x2f, + 0xe7, 0xb4, 0xef, 0x56, 0xdb, 0xe8, 0xf5, 0x93, 0xd3, 0x08, 0x88, 0xdd, 0xaf, 0xb8, 0xc5, 0xb3, + 0xc1, 0xef, 0xef, 0x8f, 0x2f, 0xf3, 0x25, 0xb0, 0x9e, 0x08, 0xc6, 0xb3, 0xcd, 0x85, 0x05, 0xb6, + 0xa7, 0xdf, 0x21, 0x7a, 0xb4, 0x9f, 0xd8, 0xf2, 0x07, 0x00, 0x9e, 0xf3, 0x22, 0xaf, 0x17, 0x5f, + 0x36, 0x4f, 0x45, 0xcd, 0x1d, 0x94, 0x04, 0xee, 0x1d, 0x99, 0x8c, 0xf5, 0x84, 0xe0, 0x49, 0xd6, + 0x47, 0x9b, 0xec, 0x93, 0x1d, 0x88, 0xb0, 0xc1, 0xbb, 0x42, 0x80, 0x1a, 0x33, 0x77, 0x3e, 0xb8, + 0x4e, 0x04, 0x6c, 0x8c, 0x6e, 0x32, 0x49, 0x17, 0xbc, 0x4f, 0xc4, 0xa6, 0x80, 0x23, 0xee, 0xcd, + 0x35, 0x20, 0x48, 0xe7, 0xba, 0xe8, 0xee, 0xfb, 0xa4, 0x0a, 0xf1, 0x89, 0x3e, 0xf9, 0x4c, 0x6c, + 0xaa, 0x6f, 0x04, 0x2b, 0x84, 0x08, 0x7e, 0x72, 0x28, 0x60, 0xa8, 0x45, 0x1f, 0x43, 0x8c, 0x31, + 0xc5, 0x1c, 0x4b, 0xac, 0xb1, 0x99, 0xe4, 0x53, 0x48, 0x31, 0xa5, 0x94, 0x93, 0x72, 0xae, 0x65, + 0x9f, 0x43, 0x8e, 0x39, 0xe5, 0x9c, 0x4b, 0xae, 0xb9, 0x15, 0x5f, 0x42, 0x89, 0x25, 0x95, 0x5c, + 0x4a, 0xa9, 0xa5, 0x55, 0x57, 0x3d, 0x29, 0x19, 0x6b, 0xaa, 0xb9, 0x96, 0x5a, 0x6b, 0x6b, 0xdc, + 0xb3, 0x05, 0xd3, 0x62, 0xe3, 0xea, 0xc6, 0x19, 0xad, 0x75, 0xd7, 0x7d, 0x0f, 0x3d, 0xf6, 0xd4, + 0x73, 0x2f, 0xbd, 0xf6, 0x36, 0x80, 0xcf, 0x08, 0x23, 0x8e, 0x34, 0xf2, 0x28, 0xa3, 0x8e, 0x36, + 0xdd, 0xf4, 0x33, 0xcc, 0x38, 0xd3, 0xcc, 0xb3, 0xcc, 0x3a, 0xdb, 0xb2, 0x0b, 0x28, 0x99, 0x15, + 0x56, 0x5c, 0x69, 0xe5, 0x55, 0x56, 0x5d, 0x6d, 0x83, 0xb5, 0xed, 0x77, 0xd8, 0x71, 0xa7, 0x9d, + 0x77, 0xd9, 0x75, 0xb7, 0x8f, 0xa8, 0xbd, 0xa2, 0xfa, 0xc3, 0xf7, 0xbf, 0x11, 0x35, 0xfb, 0x8a, + 0x9a, 0x3b, 0x91, 0xd2, 0x79, 0xf9, 0x23, 0x6a, 0xbc, 0x9b, 0xb3, 0x06, 0x3a, 0x43, 0x58, 0xf1, + 0x4c, 0x54, 0xcc, 0x88, 0x98, 0x0b, 0x96, 0x88, 0x67, 0x45, 0x00, 0x40, 0x3b, 0xc5, 0xec, 0x29, + 0x36, 0x04, 0xa7, 0xc8, 0x29, 0x66, 0x4f, 0x75, 0x64, 0x45, 0x74, 0x4c, 0x32, 0x2a, 0x36, 0xd3, + 0x3e, 0xcd, 0xd8, 0x44, 0x08, 0xc3, 0xb2, 0x2e, 0x6e, 0xfb, 0x11, 0xbb, 0xcf, 0xc8, 0xfd, 0xe3, + 0xb8, 0x19, 0xf6, 0xfa, 0x4f, 0x71, 0x73, 0xff, 0x24, 0x72, 0x46, 0xa1, 0xfb, 0x5f, 0x88, 0x9c, + 0x33, 0xcb, 0x7f, 0x17, 0xb7, 0x9f, 0x44, 0x6d, 0x8a, 0x09, 0xc7, 0x89, 0xd8, 0xcd, 0x42, 0xed, + 0xe9, 0xe3, 0xc9, 0x3e, 0xfe, 0x69, 0xc9, 0x29, 0x75, 0x13, 0x12, 0x77, 0x4a, 0xae, 0x37, 0x76, + 0x67, 0xce, 0xca, 0x4e, 0xc2, 0x84, 0x35, 0x94, 0x1d, 0xa0, 0x30, 0xde, 0x0a, 0x31, 0x41, 0x33, + 0xab, 0xe4, 0x34, 0xdd, 0x28, 0x31, 0xb6, 0x50, 0xcb, 0x33, 0x52, 0x26, 0x5b, 0xf6, 0x70, 0x6d, + 0x6c, 0xc6, 0x82, 0xb8, 0xb2, 0x49, 0x59, 0xbf, 0xfa, 0xe9, 0xce, 0xab, 0xae, 0xd8, 0x25, 0x42, + 0xc7, 0x6e, 0x53, 0x5f, 0x22, 0xa9, 0xff, 0x14, 0xc6, 0x3f, 0xa7, 0xef, 0x70, 0x5e, 0xd7, 0x86, + 0x0b, 0x97, 0x0d, 0x79, 0x6b, 0x80, 0xf7, 0xf5, 0xe6, 0x6f, 0x07, 0x78, 0x5f, 0x6f, 0xfe, 0x76, + 0x80, 0xf7, 0xf5, 0xe6, 0x6f, 0x07, 0x78, 0x5f, 0x6f, 0xfe, 0x76, 0x80, 0xf7, 0xf5, 0xe6, 0x6f, + 0x07, 0x78, 0x5f, 0x6f, 0xfe, 0x76, 0x80, 0xf7, 0xf5, 0xe6, 0x6f, 0x07, 0x78, 0x5f, 0xff, 0xff, + 0x1a, 0x47, 0xd1, 0x86, 0xde, 0x9e, 0xd8, 0x1a, 0x55, 0xcb, 0x05, 0xd8, 0x20, 0x43, 0x79, 0x1a, + 0xf8, 0xb1, 0x63, 0x3d, 0x10, 0x87, 0x98, 0x20, 0x07, 0xb3, 0x4a, 0x1a, 0x6b, 0xce, 0x14, 0xa0, + 0x83, 0x51, 0xdd, 0xee, 0x79, 0x25, 0xe7, 0xe7, 0xc3, 0x2f, 0x1d, 0x92, 0xe2, 0x66, 0x8e, 0xb4, + 0x55, 0xd2, 0xae, 0xed, 0x66, 0xf5, 0xdd, 0xd5, 0xf8, 0xf8, 0xc1, 0xe4, 0x20, 0x86, 0xa7, 0x8d, + 0xa7, 0xad, 0xe6, 0x07, 0x9b, 0xad, 0x7b, 0xbb, 0x67, 0x55, 0xbf, 0x57, 0x6f, 0x75, 0xaf, 0xe0, + 0xca, 0x43, 0x15, 0x9c, 0x6d, 0xd6, 0xe5, 0x91, 0x14, 0x2e, 0x66, 0xa8, 0xaf, 0x34, 0x18, 0x8a, + 0xc1, 0xe3, 0x53, 0x77, 0xee, 0xfb, 0x81, 0xdb, 0xca, 0xc3, 0xfd, 0x4a, 0x9e, 0xad, 0x9c, 0x9f, + 0x06, 0x5a, 0xfb, 0xfe, 0xbd, 0xff, 0xe8, 0x2d, 0xf3, 0x1f, 0x5f, 0xf9, 0xdd, 0x5b, 0xe6, 0xaf, + 0xa6, 0xf1, 0xe5, 0x2d, 0x73, 0xdf, 0x6b, 0xae, 0xa6, 0xc9, 0x17, 0x85, 0x87, 0x3d, 0xc9, 0xb9, + 0x75, 0x1f, 0xa2, 0xc4, 0x69, 0xea, 0x94, 0x83, 0xe5, 0x06, 0x6c, 0x1f, 0xf7, 0x8e, 0xc5, 0xf7, + 0xdd, 0x6d, 0x5b, 0x79, 0xaf, 0x31, 0xf6, 0x62, 0xe7, 0x66, 0x5c, 0x7d, 0xee, 0x6d, 0xcd, 0x72, + 0xc4, 0x3a, 0xce, 0x27, 0x6f, 0xe7, 0xe3, 0xd8, 0xba, 0x3a, 0x0b, 0x0f, 0xcb, 0x52, 0x1f, 0x2b, + 0xca, 0xf8, 0x40, 0x21, 0xce, 0xb0, 0xb7, 0xb3, 0x71, 0xf4, 0x79, 0x8e, 0x8d, 0x1f, 0x8e, 0x19, + 0xe1, 0xa1, 0x87, 0x8f, 0x58, 0x48, 0x83, 0x6c, 0x9f, 0x81, 0xc9, 0x1e, 0x93, 0x78, 0x4e, 0x1b, + 0xa8, 0x36, 0x68, 0x44, 0xc0, 0x17, 0x90, 0x2a, 0xa9, 0xdc, 0xb7, 0x73, 0xf4, 0xdf, 0xde, 0xca, + 0x7c, 0xdc, 0xab, 0xad, 0xd4, 0xa7, 0xf5, 0x03, 0xec, 0x79, 0xd8, 0xbe, 0x49, 0x9d, 0x6e, 0x37, + 0x28, 0x2b, 0x0d, 0x09, 0x5b, 0x53, 0x44, 0x48, 0x32, 0x5d, 0x9f, 0x00, 0x49, 0xd8, 0x92, 0xd8, + 0x69, 0x5a, 0x56, 0xb6, 0x05, 0x78, 0x9b, 0x0c, 0xbf, 0xf8, 0x99, 0x16, 0x30, 0xfa, 0x9a, 0x09, + 0x36, 0xfd, 0xf0, 0x3e, 0x40, 0x6e, 0xf1, 0x5e, 0x79, 0xea, 0xc6, 0x39, 0x45, 0xc9, 0x72, 0x4f, + 0x32, 0xdf, 0x5f, 0xfd, 0x79, 0xe8, 0x87, 0xeb, 0x7f, 0x7e, 0x83, 0xfc, 0xab, 0x19, 0xfd, 0xe1, + 0xce, 0xbf, 0xba, 0xb1, 0xf9, 0x72, 0x7d, 0x19, 0x7d, 0x53, 0xf6, 0x67, 0x62, 0x7f, 0xd6, 0x98, + 0x7d, 0xb8, 0x9d, 0xa4, 0xd3, 0x53, 0xec, 0xb8, 0x87, 0xbe, 0xaa, 0x2e, 0xaf, 0x5d, 0x17, 0x3f, + 0xa5, 0x02, 0x9b, 0x4d, 0x94, 0x7b, 0x7d, 0xd1, 0xc8, 0x39, 0x4a, 0x7a, 0x8d, 0x9e, 0x40, 0xd8, + 0xda, 0x1b, 0x05, 0xb6, 0xd7, 0x9a, 0x99, 0x3d, 0xe5, 0xc8, 0xe3, 0x5b, 0xd4, 0x05, 0x23, 0x82, + 0x9d, 0xb9, 0xd3, 0x19, 0x66, 0x50, 0xf7, 0x5d, 0x1f, 0xfc, 0x96, 0x70, 0x24, 0xe2, 0x82, 0x6a, + 0x0d, 0x61, 0xcf, 0x99, 0xdb, 0x1d, 0x55, 0x45, 0x64, 0x91, 0x17, 0x5a, 0x18, 0xd3, 0xaa, 0xeb, + 0xe9, 0xd3, 0x37, 0x34, 0x43, 0x85, 0x1b, 0x88, 0x69, 0x73, 0x28, 0x09, 0xb7, 0xc7, 0x58, 0x87, + 0x86, 0x20, 0x9d, 0xd4, 0x06, 0xb7, 0x2b, 0x21, 0xaf, 0x69, 0x58, 0x77, 0x6e, 0x01, 0x6c, 0x22, + 0x96, 0xcf, 0xa4, 0x89, 0x2b, 0x92, 0xa2, 0xb4, 0x30, 0xa6, 0xad, 0xfc, 0x11, 0x41, 0xbd, 0x97, + 0x4e, 0x40, 0xd5, 0xa7, 0xcf, 0xb7, 0xe1, 0x1e, 0xa6, 0xb7, 0xfc, 0x98, 0x87, 0x37, 0x1e, 0x03, + 0x71, 0xa4, 0xfe, 0xb4, 0x9e, 0x73, 0x6c, 0x1a, 0xa8, 0x6c, 0x1f, 0xf4, 0xda, 0x56, 0xf1, 0x1b, + 0xd1, 0x35, 0x64, 0x29, 0x47, 0x69, 0xab, 0xee, 0xe1, 0x4b, 0xb6, 0x2d, 0x8f, 0x6f, 0xb1, 0x3e, + 0x62, 0x0e, 0x7d, 0x59, 0x33, 0x0f, 0x3a, 0xbf, 0x39, 0x28, 0xac, 0x83, 0x60, 0x9f, 0x01, 0x38, + 0x60, 0xe6, 0xc7, 0xd3, 0x32, 0xdb, 0xc7, 0x98, 0x81, 0x51, 0xa1, 0x38, 0x1b, 0xf4, 0x7f, 0x2a, + 0x5b, 0xed, 0xec, 0xec, 0x45, 0x2f, 0x06, 0x6d, 0x57, 0x5e, 0x47, 0x23, 0x49, 0xb8, 0x1f, 0xb6, + 0x20, 0x6b, 0x10, 0x7b, 0x86, 0xde, 0x69, 0x9e, 0xf9, 0xc1, 0x93, 0xb9, 0x42, 0xca, 0x4c, 0x7d, + 0xc8, 0xc5, 0x54, 0x9b, 0x96, 0xe0, 0xd0, 0xb7, 0x12, 0x05, 0x59, 0x6a, 0xb4, 0x25, 0xd3, 0x15, + 0x06, 0xe7, 0xb7, 0xe2, 0x09, 0x97, 0xdd, 0x8d, 0x64, 0x8b, 0x87, 0xab, 0x6b, 0xc0, 0xa3, 0x3d, + 0xe8, 0x44, 0xb8, 0x52, 0xa2, 0x08, 0x75, 0x35, 0x12, 0x0c, 0xcb, 0x19, 0xb0, 0x69, 0x67, 0xcb, + 0x7b, 0x67, 0x01, 0x2d, 0x6e, 0xf8, 0x08, 0x6d, 0xc6, 0x3d, 0xe7, 0x00, 0x08, 0x8e, 0x48, 0x7a, + 0xd0, 0x46, 0xd6, 0x71, 0x9f, 0x8c, 0x40, 0x1d, 0xaa, 0x12, 0x33, 0x29, 0x79, 0x59, 0x70, 0xdc, + 0xf7, 0xf4, 0x2f, 0x27, 0xa3, 0x57, 0x63, 0x79, 0x4e, 0xc9, 0xc6, 0xa5, 0xb3, 0x4d, 0x1a, 0x8c, + 0xad, 0x0d, 0x68, 0xc9, 0xad, 0x9d, 0x98, 0x84, 0x32, 0x34, 0x8b, 0xa2, 0x7d, 0xba, 0xcb, 0xcb, + 0x3d, 0x1a, 0x90, 0xb5, 0xcc, 0xce, 0x9a, 0x73, 0x3c, 0x1b, 0x5d, 0x11, 0xd1, 0x53, 0x4a, 0xb1, + 0x75, 0x6b, 0x34, 0xb1, 0xcd, 0x7e, 0x05, 0x2b, 0xca, 0xf7, 0xbe, 0xa4, 0x88, 0x5f, 0x1b, 0xc9, + 0x57, 0x89, 0x57, 0x48, 0x4b, 0x68, 0x65, 0x2e, 0x61, 0x3a, 0x3c, 0x2a, 0x5b, 0x56, 0x29, 0x05, + 0x93, 0x81, 0x31, 0xa9, 0x3e, 0x8f, 0x11, 0x94, 0x19, 0xe8, 0x4d, 0x03, 0xe0, 0x04, 0x29, 0x4a, + 0x4e, 0x17, 0xa2, 0xb4, 0xa4, 0xb9, 0xc1, 0x15, 0x7b, 0x8f, 0x64, 0xd5, 0x82, 0x96, 0x53, 0x4a, + 0x15, 0xb0, 0x7d, 0xab, 0x5e, 0xec, 0xf9, 0x24, 0x4c, 0x27, 0x8c, 0xdd, 0x37, 0xb8, 0x32, 0xc5, + 0xe9, 0x4d, 0x43, 0x6e, 0xa3, 0xb1, 0x01, 0x9c, 0xeb, 0xbd, 0x3b, 0xa4, 0xb8, 0x45, 0x02, 0x5b, + 0x46, 0xaa, 0x71, 0xb2, 0xf5, 0xce, 0x1f, 0x0e, 0xd5, 0x66, 0x9f, 0xda, 0x1a, 0x07, 0x7b, 0xb8, + 0x0a, 0xeb, 0x7e, 0x6c, 0x79, 0x85, 0x5e, 0x91, 0x37, 0x3f, 0x00, 0xc3, 0x95, 0xc4, 0xa6, 0x6c, + 0x9c, 0xf1, 0x85, 0xec, 0x45, 0xec, 0xf6, 0xb1, 0xc7, 0x97, 0x86, 0xcd, 0xb5, 0x71, 0x3c, 0x63, + 0xb6, 0x87, 0xe2, 0x20, 0x76, 0x0e, 0xd3, 0xc0, 0x94, 0x64, 0xe9, 0xc5, 0xf4, 0x93, 0x2f, 0xa6, + 0x39, 0x0f, 0x53, 0x43, 0xa2, 0x90, 0x5e, 0xa4, 0x1f, 0xdc, 0xcf, 0xe2, 0xbe, 0xd4, 0xcf, 0x04, + 0xcf, 0xee, 0x83, 0xd6, 0xc8, 0xdf, 0x23, 0x0b, 0xb9, 0x46, 0xd0, 0x15, 0x23, 0x2f, 0x52, 0xaa, + 0xf7, 0x32, 0x99, 0x29, 0xd7, 0x7a, 0x6c, 0x80, 0x10, 0x17, 0xde, 0x07, 0x29, 0x20, 0xbb, 0xa4, + 0x03, 0x52, 0xe7, 0x26, 0x55, 0x82, 0x29, 0x2d, 0xaf, 0x45, 0x3e, 0x35, 0xae, 0xd0, 0xbb, 0x29, + 0x10, 0x06, 0x2c, 0x81, 0xde, 0xaf, 0xfb, 0x39, 0x67, 0x10, 0xfa, 0x8f, 0x73, 0x82, 0x52, 0x00, + 0x68, 0xc6, 0x43, 0x58, 0x94, 0x17, 0x98, 0xc7, 0x7b, 0x9d, 0x53, 0x21, 0x13, 0x7e, 0x89, 0x4b, + 0xbc, 0xd1, 0xac, 0x37, 0x31, 0x67, 0x22, 0xbd, 0x6c, 0x1e, 0x78, 0x96, 0xbd, 0x30, 0xc3, 0xea, + 0x6e, 0xe4, 0x4e, 0x2c, 0x5f, 0x5b, 0x4a, 0x9c, 0xd8, 0xbe, 0xc9, 0x71, 0xfd, 0x67, 0xe4, 0x10, + 0x95, 0x41, 0x80, 0xdb, 0x6a, 0x83, 0x5f, 0x07, 0xcd, 0x3d, 0x8a, 0x8f, 0x81, 0x14, 0xf3, 0xb8, + 0xaa, 0xc7, 0x51, 0x98, 0x18, 0xb4, 0x5f, 0xf6, 0x9b, 0xa4, 0x48, 0x1f, 0xc4, 0xbc, 0xe7, 0xb6, + 0x84, 0x91, 0x3a, 0xc4, 0x0b, 0x14, 0x45, 0x2e, 0x81, 0x46, 0x63, 0x43, 0xcd, 0xa0, 0x46, 0x52, + 0x0c, 0x54, 0x4f, 0xa5, 0xcd, 0xcc, 0x95, 0xc1, 0x76, 0x6f, 0x7d, 0x6d, 0xe1, 0xa7, 0xe4, 0x37, + 0x70, 0x01, 0x26, 0x78, 0x4d, 0x40, 0x5d, 0x43, 0xf6, 0x5c, 0x56, 0x88, 0x65, 0x3c, 0xd6, 0xd6, + 0x84, 0x6f, 0xb1, 0x4c, 0x79, 0xc1, 0x47, 0x42, 0x18, 0xd7, 0x11, 0x64, 0x78, 0x1a, 0xc8, 0x9e, + 0x10, 0x17, 0x0a, 0x17, 0x6b, 0xdf, 0x91, 0x78, 0xcd, 0xa7, 0xb6, 0x3e, 0x21, 0x9d, 0x21, 0xfb, + 0xc4, 0x3e, 0xba, 0xcc, 0xce, 0x86, 0x5e, 0xf0, 0xc4, 0x11, 0x42, 0x9d, 0xa4, 0xd3, 0x63, 0x42, + 0xc4, 0x18, 0x2d, 0x62, 0xbf, 0x28, 0xb0, 0x5d, 0x22, 0xae, 0x8e, 0x31, 0xb7, 0x26, 0xa3, 0x34, + 0xc7, 0x8c, 0x25, 0x98, 0xae, 0x34, 0x18, 0x11, 0x8f, 0x7a, 0xd4, 0x98, 0x77, 0xd0, 0x4b, 0x2d, + 0x18, 0x28, 0xc8, 0x62, 0xcd, 0x58, 0x2a, 0x91, 0x36, 0xdf, 0x87, 0x9a, 0x52, 0x43, 0xa4, 0x71, + 0x6a, 0x21, 0xa8, 0x10, 0xbc, 0x68, 0x32, 0x68, 0x44, 0x85, 0xb4, 0x39, 0x27, 0x86, 0xbf, 0xef, + 0x46, 0x95, 0x6f, 0x54, 0x5d, 0x0e, 0xbe, 0x19, 0xa0, 0x1f, 0x4b, 0xbf, 0x41, 0x27, 0x9e, 0x58, + 0xb2, 0xec, 0xf1, 0x86, 0x8f, 0x62, 0xb8, 0xed, 0x3a, 0xb4, 0x2b, 0x91, 0x71, 0x82, 0x20, 0x10, + 0x30, 0xf8, 0x80, 0xc3, 0xa1, 0x12, 0xd7, 0x5c, 0x58, 0x9d, 0xac, 0x55, 0x72, 0x98, 0x9f, 0xd1, + 0xe6, 0x37, 0xac, 0x49, 0xb8, 0x9e, 0x5e, 0xc4, 0x9a, 0xb8, 0xe4, 0xcb, 0x9a, 0xe5, 0x0b, 0x6b, + 0x5a, 0x58, 0x53, 0x2c, 0x6c, 0xc6, 0xa1, 0x4d, 0x27, 0xc5, 0xf3, 0x41, 0x9b, 0x87, 0x35, 0xd7, + 0x8b, 0x35, 0x97, 0x4f, 0x9d, 0x05, 0xda, 0x06, 0x45, 0x76, 0xff, 0xdc, 0xb9, 0xf7, 0x53, 0x28, + 0x04, 0x34, 0x32, 0x1b, 0x98, 0xc6, 0x65, 0x7c, 0xbe, 0x38, 0x9d, 0xdf, 0xe0, 0x54, 0x9b, 0xee, + 0xeb, 0x0f, 0xf3, 0xfb, 0xcd, 0xe4, 0x8d, 0x78, 0x07, 0x1b, 0x1e, 0x91, 0x57, 0x70, 0xd7, 0x8a, + 0x0f, 0xb0, 0xd8, 0xf1, 0x52, 0x46, 0xb0, 0x80, 0x8d, 0x09, 0xb5, 0x46, 0x4d, 0xa0, 0x80, 0x16, + 0x8c, 0xfd, 0x4d, 0xeb, 0x71, 0xd2, 0x5a, 0x5a, 0x9c, 0x22, 0x65, 0x3d, 0x8a, 0xce, 0xc0, 0xef, + 0x45, 0x8e, 0x79, 0xe1, 0x7a, 0x71, 0xda, 0x0d, 0x9b, 0xdc, 0xb9, 0x1a, 0x90, 0xbf, 0xe8, 0x54, + 0x6b, 0x2e, 0xf6, 0xa0, 0x29, 0x41, 0x58, 0x5c, 0xed, 0xd8, 0xb2, 0xcd, 0x76, 0xd8, 0x34, 0x63, + 0x72, 0x88, 0x09, 0x2e, 0x7e, 0xcc, 0x65, 0x29, 0x66, 0xf5, 0xc1, 0x61, 0x5a, 0xe8, 0x61, 0xb1, + 0xaf, 0x1c, 0x46, 0x56, 0x97, 0x1a, 0x41, 0x76, 0xa5, 0xd0, 0x7a, 0x29, 0x98, 0x92, 0xc5, 0xb2, + 0x8d, 0x1d, 0xca, 0x4c, 0xb1, 0x9b, 0x3c, 0x62, 0xbc, 0xf9, 0xd5, 0x41, 0x01, 0xf9, 0xf5, 0xbc, + 0xf2, 0xab, 0xf5, 0x33, 0xf9, 0xef, 0x58, 0x0f, 0x69, 0x3a, 0x86, 0x5f, 0x43, 0xe7, 0x02, 0x36, + 0x91, 0x9e, 0xed, 0x9e, 0x22, 0x6d, 0xa8, 0x78, 0x7b, 0xe4, 0xd6, 0xae, 0x38, 0xb9, 0x40, 0xcb, + 0xa7, 0xb6, 0x37, 0x50, 0x6b, 0xbd, 0xca, 0x7b, 0x3d, 0xb4, 0x66, 0x45, 0x6b, 0x1d, 0x9d, 0x9b, + 0x33, 0xf9, 0x5f, 0xba, 0x7f, 0xd1, 0x60, 0x39, 0xfb, 0x05, 0xb2, 0x67, 0xbc, 0xb0, 0x62, 0xea, + 0x68, 0x8e, 0x3a, 0x2f, 0xb3, 0x11, 0xfd, 0x94, 0x3e, 0x98, 0x0d, 0x44, 0xd7, 0xfa, 0x49, 0x7b, + 0x14, 0x97, 0x4c, 0xbd, 0x97, 0x8a, 0x2b, 0xdd, 0x0a, 0x5e, 0xd1, 0xec, 0x06, 0xba, 0x0e, 0xb6, + 0xca, 0xe6, 0xa2, 0xb8, 0x86, 0x45, 0xde, 0x06, 0x00, 0xe8, 0xf6, 0x1b, 0x80, 0x6d, 0xbf, 0x01, + 0xc8, 0x52, 0x89, 0xae, 0x98, 0x8e, 0xdf, 0x6c, 0x8d, 0xe3, 0x81, 0x09, 0x98, 0x75, 0x80, 0xd8, + 0x7e, 0x02, 0x31, 0x11, 0xca, 0x61, 0xf1, 0x15, 0x18, 0x5a, 0x0c, 0xc3, 0x14, 0x08, 0xdf, 0x0e, + 0x2e, 0xbd, 0x55, 0xcf, 0xf7, 0xd3, 0x35, 0x5f, 0xe6, 0xfb, 0xdd, 0xd1, 0xdf, 0x12, 0xdd, 0xb9, + 0x7d, 0xf7, 0x2a, 0xdb, 0xb2, 0x77, 0xb5, 0x98, 0x2b, 0xae, 0x16, 0x4b, 0x41, 0x3f, 0xb9, 0xd9, + 0x51, 0x0e, 0xb8, 0x31, 0xfc, 0x01, 0x59, 0xb3, 0xe6, 0x13, 0x32, 0xff, 0x28, 0xd1, 0xb2, 0x1e, + 0x0f, 0xc9, 0xc6, 0x82, 0x6f, 0xfa, 0xfa, 0x63, 0xcc, 0xca, 0x6b, 0xe8, 0x9a, 0x4c, 0x6f, 0x93, + 0x30, 0x4d, 0xd7, 0xc3, 0xc0, 0x02, 0xa2, 0xa7, 0x1a, 0xa4, 0xd3, 0x82, 0xa3, 0xee, 0x5f, 0xd2, + 0x81, 0xfd, 0x44, 0x3a, 0x9d, 0xcc, 0xc7, 0xa7, 0xd8, 0xba, 0xdc, 0xba, 0x58, 0x6b, 0x2a, 0x52, + 0xda, 0xa5, 0x83, 0x35, 0x94, 0xbf, 0xdb, 0xb3, 0xbb, 0x80, 0x00, 0xa5, 0xfa, 0x46, 0x34, 0x27, + 0x20, 0xe8, 0x90, 0xda, 0x4a, 0xd4, 0x0f, 0x58, 0xc5, 0x5a, 0xe7, 0xdc, 0xc3, 0x29, 0x75, 0x05, + 0x7b, 0xe9, 0x4f, 0x2c, 0x64, 0xf7, 0x9d, 0x0d, 0x6f, 0x4a, 0x56, 0x50, 0x20, 0xd3, 0x29, 0x98, + 0x19, 0x87, 0x89, 0x10, 0x11, 0x95, 0x7a, 0x26, 0xd0, 0xdd, 0xc8, 0xce, 0x85, 0x64, 0x03, 0xaa, + 0xe2, 0xd0, 0x32, 0x6c, 0x28, 0x56, 0xc6, 0x8b, 0xfe, 0xb8, 0xa1, 0x36, 0xfa, 0x28, 0xc1, 0x5e, + 0x0e, 0x33, 0xe7, 0x71, 0x0c, 0x12, 0x04, 0x43, 0xb2, 0x35, 0x12, 0xa8, 0x4b, 0x99, 0xbd, 0x31, + 0x5a, 0x45, 0x86, 0x48, 0xc0, 0x89, 0x5f, 0x29, 0x4b, 0x7d, 0x5a, 0xcd, 0xe6, 0x8d, 0x52, 0xeb, + 0xba, 0x49, 0x3d, 0x94, 0x5b, 0xb0, 0xc3, 0x37, 0x48, 0x65, 0x0b, 0x7d, 0x4c, 0x04, 0x20, 0x2f, + 0x39, 0x6d, 0xb7, 0x99, 0xb0, 0xa6, 0xd2, 0xc9, 0x2c, 0xcf, 0xff, 0x24, 0xa5, 0x02, 0x6d, 0x21, + 0xd2, 0xa7, 0x64, 0xbc, 0x11, 0xb4, 0xce, 0xd1, 0xad, 0x65, 0x47, 0x68, 0x68, 0xd9, 0x24, 0x50, + 0x35, 0xd0, 0xa4, 0x9c, 0xe7, 0x6e, 0x2c, 0xb3, 0x4f, 0x12, 0xcb, 0xfa, 0x5b, 0x61, 0xda, 0xcc, + 0xf1, 0x7b, 0xa8, 0x1a, 0x61, 0x35, 0xbf, 0xb1, 0x0a, 0x6c, 0x52, 0xa8, 0x70, 0x76, 0xde, 0x1e, + 0x2e, 0xf1, 0x23, 0x92, 0x08, 0x14, 0xbd, 0xbe, 0x44, 0x18, 0x95, 0x7f, 0x58, 0xad, 0x86, 0x10, + 0xeb, 0xdb, 0x7b, 0x6c, 0x3f, 0x55, 0x3a, 0x63, 0xeb, 0x27, 0x92, 0xdf, 0x50, 0x4c, 0x08, 0x3f, + 0x79, 0x3b, 0x8f, 0x56, 0x61, 0x6f, 0xc6, 0x38, 0x06, 0xe0, 0xca, 0x2a, 0x47, 0xee, 0xec, 0x6b, + 0x5d, 0x24, 0xc2, 0x70, 0x2e, 0xe9, 0x22, 0x0f, 0x14, 0x11, 0xcf, 0x7e, 0x8e, 0x55, 0xc4, 0xbb, + 0x39, 0x9a, 0xdf, 0xab, 0x2f, 0x91, 0xa9, 0xb9, 0x27, 0x85, 0xde, 0xb6, 0xe5, 0x4c, 0x1f, 0x1f, + 0x92, 0x7a, 0xba, 0xdc, 0x70, 0x44, 0xda, 0xdd, 0xd1, 0x10, 0x4e, 0x4a, 0x51, 0xc0, 0xbb, 0x14, + 0xdc, 0xdc, 0xe6, 0xa5, 0xf2, 0xea, 0x4b, 0x6f, 0xb4, 0x5c, 0x82, 0xd7, 0x4e, 0x15, 0x88, 0xfb, + 0x9c, 0x21, 0x7b, 0x81, 0x4b, 0xc1, 0x15, 0x2f, 0xfb, 0x8c, 0x29, 0xae, 0xe3, 0xe2, 0x33, 0xcc, + 0x3d, 0x78, 0x4c, 0x8e, 0xda, 0x3e, 0x9f, 0x05, 0x9e, 0x24, 0x38, 0xdb, 0xc9, 0x15, 0x69, 0x1e, + 0x76, 0xe6, 0x9a, 0xb3, 0xe4, 0xa3, 0xdb, 0x75, 0x3e, 0x88, 0xb5, 0x75, 0x3e, 0xa4, 0x54, 0xc0, + 0xf1, 0x60, 0x76, 0x5c, 0x86, 0xf0, 0xb1, 0xbd, 0x86, 0x4a, 0xf4, 0x34, 0x8a, 0x71, 0xf2, 0xda, + 0x76, 0xb5, 0x61, 0xb8, 0x5d, 0x1b, 0x12, 0xa5, 0x78, 0x76, 0x82, 0x0e, 0x8a, 0x47, 0x44, 0x42, + 0x84, 0x41, 0x9d, 0x2f, 0x30, 0x34, 0x30, 0x22, 0xf8, 0x0b, 0xdc, 0x96, 0xbc, 0x6a, 0x18, 0xe2, + 0x83, 0xe8, 0x11, 0x11, 0xd6, 0xe5, 0x2e, 0x53, 0x00, 0xfb, 0x1e, 0x98, 0xe5, 0xa3, 0x73, 0x67, + 0x46, 0x8f, 0x20, 0x84, 0x11, 0xcb, 0x5d, 0xa6, 0xcb, 0x56, 0xe7, 0x43, 0x45, 0x8b, 0x27, 0x19, + 0x0d, 0xff, 0xd8, 0x3d, 0x97, 0xba, 0xb0, 0x08, 0x61, 0x02, 0x1c, 0xbb, 0x19, 0x88, 0x1a, 0xaa, + 0x85, 0xd5, 0x13, 0xa6, 0x4e, 0x8e, 0x2e, 0xf9, 0x29, 0x8f, 0x4c, 0xac, 0xa8, 0xda, 0xcc, 0x85, + 0x50, 0x11, 0xb5, 0xe5, 0x80, 0xee, 0x03, 0x73, 0x1f, 0x88, 0x54, 0x72, 0xb0, 0x1d, 0x54, 0x71, + 0xf3, 0x49, 0xe2, 0x4e, 0x24, 0x5e, 0xc5, 0x3c, 0xe3, 0x4c, 0xf1, 0x93, 0xc3, 0x1b, 0xb3, 0x6f, + 0x11, 0x02, 0x68, 0x6c, 0xdc, 0x90, 0xb1, 0x21, 0x75, 0x0e, 0xfe, 0xf9, 0x03, 0x35, 0xee, 0xc6, + 0x72, 0x06, 0x82, 0xd8, 0xda, 0xec, 0xa1, 0xbe, 0x14, 0x55, 0xf3, 0xa4, 0x02, 0xc1, 0x1d, 0xd9, + 0x87, 0x75, 0xb5, 0xde, 0x86, 0xeb, 0xfd, 0xa7, 0xd6, 0x63, 0x26, 0xe3, 0x53, 0x08, 0x52, 0x9d, + 0xb1, 0xc2, 0x4f, 0x55, 0x5d, 0x0b, 0xdc, 0xec, 0x84, 0xf3, 0x66, 0x85, 0x88, 0x4a, 0x79, 0x11, + 0x37, 0x17, 0xee, 0x04, 0xc4, 0x42, 0x51, 0xe2, 0x84, 0x9b, 0x38, 0xeb, 0x24, 0x8e, 0xf3, 0xa7, + 0xce, 0xa6, 0x97, 0x40, 0x70, 0x08, 0xf6, 0x26, 0x33, 0x44, 0x5a, 0x58, 0x92, 0xbf, 0x31, 0x6b, + 0xdb, 0x58, 0x00, 0x09, 0x65, 0x63, 0x4c, 0x9e, 0x20, 0x1d, 0x1a, 0xda, 0x9a, 0x0b, 0x5b, 0x4e, + 0xa2, 0xfb, 0xdd, 0x45, 0x20, 0xbb, 0x57, 0x9b, 0x97, 0x7c, 0x7b, 0x62, 0x67, 0xa6, 0x38, 0x1b, + 0x4a, 0x0b, 0xf1, 0xa8, 0x4b, 0xf9, 0x23, 0xce, 0xef, 0xbf, 0x3e, 0xbf, 0x7c, 0x3d, 0xfd, 0xf3, + 0x64, 0xb0, 0x60, 0xa2, 0x9a, 0x6f, 0xc3, 0xc2, 0x25, 0xf0, 0xda, 0x6b, 0x30, 0xe8, 0x18, 0x95, + 0x9b, 0xb8, 0x44, 0x62, 0xe1, 0x7d, 0x49, 0x68, 0xe5, 0xaa, 0x35, 0xc0, 0x83, 0x3e, 0x04, 0x46, + 0xae, 0x72, 0x21, 0x8e, 0x8d, 0xd4, 0xa5, 0xf6, 0xb7, 0x7c, 0x92, 0x03, 0xa9, 0x3a, 0x2e, 0x75, + 0x3e, 0xfb, 0x28, 0xed, 0xa1, 0x9f, 0xaa, 0xdc, 0x25, 0x11, 0x01, 0xaa, 0x54, 0x0e, 0x64, 0x3a, + 0xb8, 0x82, 0x08, 0x9e, 0x8a, 0x2a, 0xe2, 0x2b, 0x3f, 0x42, 0xb3, 0x12, 0x00, 0x31, 0x9a, 0x8f, + 0xee, 0xec, 0x4e, 0xe9, 0xcc, 0x09, 0xfe, 0xe4, 0xd2, 0x9c, 0x37, 0x97, 0x3e, 0x1a, 0x06, 0x44, + 0x0b, 0x2f, 0xa6, 0xa4, 0x54, 0xc3, 0xc1, 0x45, 0xb9, 0x09, 0x08, 0x41, 0xfa, 0x6c, 0x37, 0x65, + 0xb7, 0x69, 0x4a, 0xc1, 0xd9, 0x9f, 0x42, 0x21, 0xea, 0x8b, 0xdc, 0x79, 0x12, 0x34, 0x20, 0x93, + 0x5d, 0x1d, 0xdb, 0xec, 0xab, 0x3c, 0x17, 0x5e, 0x33, 0x5c, 0x3d, 0xf0, 0x6d, 0xe5, 0xfe, 0x42, + 0xdc, 0x06, 0x70, 0xf6, 0xe8, 0x2e, 0xd9, 0x5e, 0xde, 0x7b, 0x93, 0x77, 0x8e, 0x2d, 0x36, 0x4a, + 0xbb, 0x4f, 0xd2, 0xfb, 0x87, 0x34, 0x20, 0x06, 0x3d, 0x05, 0x01, 0x28, 0x5d, 0xcc, 0x7e, 0x4d, + 0x0e, 0x56, 0x0f, 0x2a, 0x92, 0x86, 0x94, 0x9c, 0x8a, 0xe7, 0x80, 0x70, 0x2b, 0x95, 0xf1, 0xc2, + 0xad, 0xb0, 0xdd, 0xe4, 0xce, 0xa4, 0x4a, 0xed, 0xc1, 0x6a, 0xfc, 0x15, 0x6d, 0x9b, 0xaf, 0x29, + 0x04, 0xbe, 0x40, 0x5f, 0xf8, 0x40, 0x9f, 0x20, 0xba, 0x5e, 0x10, 0x05, 0x81, 0x9b, 0x02, 0xb3, + 0x53, 0xe5, 0x14, 0x7f, 0xed, 0x56, 0xc5, 0x83, 0x08, 0xc3, 0xfc, 0xb9, 0x0c, 0xc8, 0x10, 0x0f, + 0xf5, 0xdd, 0x8e, 0xf9, 0x7f, 0xfc, 0x2d, 0x7b, 0x78, 0x62, 0x79, 0x7a, 0xfc, 0xb5, 0xc4, 0x37, + 0x88, 0x65, 0x18, 0xf6, 0x7b, 0x74, 0xf2, 0xc6, 0x31, 0xbc, 0x07, 0x0a, 0x25, 0x2d, 0x2d, 0xd4, + 0x29, 0x74, 0x0e, 0x0d, 0x79, 0x3d, 0x2c, 0x52, 0xae, 0xb1, 0xc7, 0x28, 0xe7, 0xae, 0x87, 0x61, + 0x72, 0xb1, 0x3b, 0xdc, 0x6e, 0x84, 0x78, 0x43, 0xb3, 0xbb, 0x62, 0x37, 0x68, 0x23, 0x11, 0x45, + 0xaa, 0x62, 0x95, 0xb0, 0xae, 0x57, 0xff, 0xe8, 0x96, 0x98, 0xd2, 0x0e, 0x9b, 0xc3, 0x72, 0x17, + 0xe1, 0xea, 0x48, 0x88, 0xcd, 0x8f, 0x1c, 0x21, 0x59, 0xd6, 0x8b, 0xcf, 0x2f, 0xf5, 0x0f, 0xbc, + 0xe9, 0x14, 0x5e, 0xa8, 0x18, 0xfb, 0xd0, 0x47, 0xd8, 0x10, 0x9b, 0x3b, 0x9a, 0xc5, 0x26, 0x9f, + 0x7e, 0x35, 0x88, 0xbf, 0x83, 0xe0, 0x5e, 0xb7, 0x85, 0xde, 0x72, 0x48, 0xa3, 0x76, 0xe6, 0xb2, + 0xce, 0x36, 0x9c, 0xce, 0x8f, 0x3a, 0x11, 0xcc, 0xa6, 0x9e, 0xe9, 0x40, 0x69, 0x0c, 0xa0, 0x71, + 0x4e, 0x91, 0x41, 0xd5, 0xdc, 0xd9, 0x76, 0xb5, 0x10, 0xcf, 0xfe, 0xcd, 0x71, 0x6e, 0x79, 0x9a, + 0xcd, 0xe7, 0x96, 0x6a, 0x5f, 0xde, 0x5b, 0x1a, 0xdd, 0x13, 0x6b, 0xe8, 0x11, 0x17, 0x0e, 0xd3, + 0x19, 0x3a, 0x79, 0x84, 0xeb, 0x5a, 0xd0, 0x7c, 0xd4, 0x93, 0x57, 0x8c, 0xf1, 0xe9, 0x80, 0xdb, + 0xa5, 0xa6, 0xc3, 0xc4, 0xa9, 0x51, 0x0e, 0x39, 0xe3, 0xf4, 0x02, 0xfc, 0xad, 0x22, 0x11, 0x37, + 0x6c, 0x6e, 0xc9, 0x6d, 0xf3, 0x54, 0x5c, 0x52, 0xc0, 0xc5, 0x81, 0x14, 0x0a, 0xcf, 0x78, 0x0a, + 0x0c, 0x92, 0x5a, 0x3c, 0xbd, 0x5c, 0xca, 0x80, 0xae, 0x91, 0xd3, 0x66, 0x06, 0x84, 0xc2, 0x03, + 0x05, 0x59, 0xe7, 0x11, 0x4f, 0xca, 0x50, 0x8e, 0xe6, 0x69, 0x1f, 0xf2, 0xf3, 0x55, 0x44, 0xf1, + 0xc9, 0x7d, 0x24, 0x8c, 0x3c, 0x76, 0x15, 0x99, 0x52, 0x4a, 0x80, 0xf6, 0x9f, 0x17, 0xf2, 0x01, + 0x40, 0xf2, 0x87, 0xf5, 0x93, 0x28, 0xaf, 0x09, 0x41, 0xf6, 0x98, 0x0b, 0x79, 0x91, 0x0b, 0xbc, + 0xdb, 0x53, 0x94, 0xeb, 0x3c, 0x2d, 0x40, 0xce, 0x09, 0x83, 0x62, 0x9e, 0xa8, 0xcb, 0xa3, 0xa1, + 0xf6, 0xc9, 0xfa, 0x9e, 0x57, 0x74, 0x28, 0xdd, 0x41, 0xad, 0xc3, 0x75, 0xaa, 0xae, 0xa2, 0x3b, + 0x24, 0x55, 0x51, 0x84, 0xc6, 0xcb, 0x27, 0xb6, 0x43, 0xf2, 0x2c, 0xe4, 0x07, 0xdb, 0x83, 0x30, + 0xc4, 0x88, 0xcc, 0x71, 0x8b, 0xc1, 0x54, 0xa7, 0x83, 0x3c, 0x45, 0x0b, 0x79, 0xc9, 0xe1, 0xf8, + 0x28, 0xf8, 0x59, 0x39, 0x68, 0xaa, 0x9c, 0x06, 0xf6, 0x8e, 0x5d, 0x7e, 0x35, 0x36, 0xf2, 0xc1, + 0x0a, 0xe1, 0xd0, 0xb3, 0x01, 0xa4, 0x83, 0xed, 0x8f, 0x2f, 0x05, 0x45, 0x30, 0xd1, 0x6c, 0x45, + 0x3e, 0x62, 0xfd, 0xa4, 0x44, 0x98, 0x3f, 0xd6, 0x08, 0xc0, 0xf0, 0x14, 0x69, 0xf2, 0xe8, 0xbe, + 0xcb, 0x3f, 0x9b, 0x2d, 0x51, 0x64, 0x8d, 0xc8, 0xfc, 0x49, 0x5d, 0x93, 0x78, 0x97, 0xab, 0xca, + 0xb7, 0xad, 0x83, 0xfc, 0x38, 0xa7, 0xe3, 0xc5, 0x9b, 0x98, 0xc3, 0xbe, 0x93, 0x10, 0xbc, 0x6d, + 0x8f, 0x0f, 0x2d, 0xd7, 0x04, 0xb1, 0x3d, 0x12, 0xc8, 0xd2, 0x52, 0x08, 0xf9, 0x6c, 0xd4, 0x08, + 0xd3, 0xce, 0x72, 0x42, 0xca, 0x16, 0xdb, 0xff, 0xe5, 0xb0, 0xcf, 0xa7, 0xae, 0xbb, 0xdf, 0xda, + 0x92, 0xd7, 0x41, 0xf3, 0x3e, 0x8a, 0x61, 0x73, 0xea, 0x74, 0x7e, 0x29, 0x98, 0x49, 0x8d, 0x9c, + 0x98, 0x92, 0xf6, 0x26, 0xaa, 0x33, 0x89, 0x57, 0x07, 0xa1, 0xf8, 0x94, 0xfa, 0x9c, 0xb2, 0x02, + 0xd4, 0x3d, 0x92, 0xee, 0x80, 0xd2, 0x8c, 0x32, 0x94, 0xb7, 0xf3, 0x14, 0xe2, 0x55, 0x52, 0x8d, + 0x70, 0x43, 0x44, 0x6a, 0x6f, 0xa9, 0x51, 0x5f, 0x9b, 0x1e, 0x4d, 0x13, 0x35, 0x09, 0xe6, 0xb2, + 0xa1, 0x76, 0x0b, 0xca, 0x05, 0x3a, 0x29, 0x3e, 0x8a, 0xe2, 0x5b, 0xa3, 0x93, 0xb4, 0x51, 0x8d, + 0x41, 0xe9, 0x62, 0x99, 0x36, 0x99, 0x00, 0x44, 0xb1, 0xfa, 0x06, 0xb5, 0xe9, 0x4c, 0x9b, 0xfb, + 0xe3, 0x06, 0xf6, 0x3a, 0x25, 0x30, 0x44, 0xfd, 0xe4, 0x8c, 0xdb, 0x1c, 0x16, 0xdd, 0xa8, 0xeb, + 0x6f, 0xb3, 0x9b, 0xf7, 0x89, 0x5f, 0x3f, 0x69, 0x1a, 0xc8, 0xef, 0xad, 0xc0, 0xb0, 0xb6, 0xd2, + 0x24, 0x10, 0x20, 0xca, 0x42, 0x95, 0x8c, 0x0e, 0x7d, 0x9a, 0x4b, 0xbb, 0x94, 0xc7, 0x3e, 0x02, + 0xf9, 0xfc, 0x43, 0x88, 0x4d, 0x91, 0x09, 0x3d, 0x71, 0xfa, 0x82, 0xae, 0xba, 0x63, 0x56, 0x13, + 0xab, 0x16, 0x6a, 0xec, 0x85, 0x61, 0x7c, 0xa4, 0x51, 0x39, 0xd6, 0x60, 0xad, 0x6c, 0x1f, 0xff, + 0x3a, 0x80, 0x3d, 0xd7, 0xa3, 0x11, 0x77, 0x92, 0x36, 0xaa, 0x39, 0xb7, 0xc4, 0xf5, 0xa5, 0xa9, + 0x5d, 0x21, 0x3e, 0x6f, 0x5e, 0x28, 0x5d, 0x7f, 0x36, 0xfc, 0xea, 0x56, 0x50, 0x06, 0x0d, 0xdc, + 0x29, 0x14, 0xf9, 0x37, 0x8a, 0xd6, 0x27, 0x8a, 0xa8, 0xb8, 0xa7, 0xa1, 0x5a, 0xee, 0xa2, 0x9c, + 0x2b, 0x78, 0x42, 0x91, 0x7d, 0x57, 0xb7, 0xeb, 0x72, 0x3d, 0x72, 0xf2, 0x0a, 0x12, 0xf3, 0x2c, + 0x09, 0x2c, 0xa8, 0x94, 0xe0, 0x48, 0x46, 0xc5, 0x00, 0xc9, 0x2b, 0x88, 0x2f, 0x47, 0x99, 0xf6, + 0x0d, 0x23, 0x59, 0x6f, 0xad, 0x34, 0x50, 0x7a, 0xd4, 0xd0, 0x7c, 0x77, 0x96, 0xa6, 0x46, 0x43, + 0xcb, 0x50, 0x8e, 0xca, 0x2f, 0x54, 0xdd, 0x17, 0x9f, 0xf1, 0x13, 0xc9, 0x37, 0x65, 0x2f, 0xd5, + 0xe0, 0xb3, 0xa8, 0xc2, 0x83, 0x23, 0xec, 0xeb, 0x07, 0x80, 0x34, 0x35, 0x7c, 0xe5, 0xd3, 0xbb, + 0xee, 0x9c, 0xe4, 0x3c, 0x01, 0x7d, 0x3a, 0x77, 0xc6, 0x8d, 0x24, 0xdd, 0xbd, 0x59, 0x89, 0x28, + 0xa1, 0x9f, 0xa0, 0xb9, 0x36, 0x21, 0x52, 0x9d, 0x17, 0x4d, 0x91, 0x4a, 0x81, 0x48, 0xc9, 0x76, + 0x9b, 0x82, 0x98, 0xa5, 0x4b, 0x39, 0xe0, 0x57, 0x34, 0x0c, 0x9b, 0x00, 0xb9, 0x8a, 0x7a, 0xa4, + 0x70, 0xac, 0xba, 0xfc, 0xd2, 0x77, 0xf1, 0x95, 0xbc, 0xe1, 0xa5, 0xef, 0x40, 0x84, 0xf9, 0x09, + 0x07, 0xb1, 0x2f, 0x8f, 0xe4, 0x94, 0x02, 0x1c, 0xa9, 0xbb, 0x31, 0xeb, 0x53, 0x09, 0xf3, 0xda, + 0x31, 0x36, 0xaf, 0xb2, 0x52, 0x86, 0x03, 0x87, 0xbc, 0x1b, 0xaf, 0xa4, 0x6e, 0x14, 0x48, 0xb2, + 0xab, 0x47, 0x18, 0x47, 0x0f, 0x51, 0x44, 0x4e, 0xa9, 0x1e, 0xed, 0x4c, 0xfc, 0xd5, 0x8b, 0xce, + 0xff, 0xac, 0x71, 0x9a, 0x8d, 0xd8, 0x40, 0x7d, 0x99, 0x1b, 0x5b, 0x75, 0x00, 0x76, 0xbf, 0xf1, + 0x22, 0xbe, 0x7d, 0x1c, 0xaa, 0xda, 0x4c, 0xa9, 0x78, 0x32, 0x64, 0x3d, 0x94, 0xf1, 0xbb, 0xac, + 0xfd, 0xc9, 0x49, 0x9a, 0x10, 0xf2, 0xf8, 0xdd, 0x3f, 0xc5, 0x68, 0xd4, 0x92, 0xc7, 0xf5, 0x91, + 0xd4, 0xf1, 0x53, 0x10, 0xba, 0x34, 0xaa, 0xa4, 0x8b, 0x57, 0xe3, 0x9d, 0xad, 0xc7, 0x62, 0x97, + 0xaa, 0x3c, 0x71, 0xae, 0x5f, 0xc7, 0xb9, 0x4f, 0x0d, 0x27, 0x6a, 0x2f, 0x28, 0xd8, 0xdf, 0xcf, + 0xfd, 0xdb, 0x83, 0x84, 0x2d, 0xa4, 0xd7, 0x53, 0x94, 0x97, 0x81, 0x35, 0xd7, 0xc1, 0x8e, 0x25, + 0x2f, 0x0c, 0x95, 0x44, 0xf5, 0x94, 0x1f, 0x75, 0xb0, 0xa6, 0x3e, 0x8b, 0xd2, 0x28, 0x81, 0xfc, + 0x73, 0x87, 0x47, 0xe6, 0xf0, 0x98, 0xc7, 0x32, 0xd4, 0xc9, 0x9f, 0x51, 0x65, 0xf7, 0x18, 0x77, + 0x3d, 0xe0, 0xa8, 0x54, 0x5a, 0xad, 0x62, 0x5d, 0x56, 0x54, 0xab, 0xce, 0xe3, 0xe8, 0x48, 0x31, + 0x0a, 0xc5, 0xf0, 0x7a, 0x10, 0xd9, 0xf1, 0x4b, 0x3b, 0xe2, 0x41, 0x73, 0x71, 0xb1, 0x4e, 0xc8, + 0xc5, 0x3a, 0x04, 0x12, 0xdc, 0x82, 0x04, 0x67, 0xb4, 0xa3, 0x0a, 0x41, 0xa0, 0x19, 0x18, 0xc5, + 0x28, 0xef, 0xee, 0xf4, 0xa9, 0x98, 0x76, 0x6a, 0xba, 0xdd, 0x22, 0x02, 0x28, 0x1e, 0xcb, 0x82, + 0x48, 0x1b, 0x6a, 0xe1, 0x81, 0xbe, 0x09, 0x7e, 0x9c, 0x3b, 0x2c, 0x99, 0x1c, 0xd2, 0x20, 0x3d, + 0x2f, 0x6a, 0xb2, 0xe4, 0x97, 0x89, 0xa7, 0x40, 0x14, 0xb9, 0x4d, 0x1c, 0xc4, 0xc9, 0x9f, 0xc3, + 0x38, 0xa9, 0x8b, 0x46, 0x9d, 0x9f, 0xd4, 0x43, 0x49, 0xb8, 0xd5, 0xf5, 0x89, 0x1b, 0xb5, 0x35, + 0xa6, 0x9e, 0x73, 0xe9, 0xd1, 0x19, 0x60, 0xad, 0x79, 0xbd, 0x36, 0xd1, 0x7c, 0xdd, 0xc5, 0xa0, + 0x4a, 0xb2, 0x5a, 0xb9, 0x48, 0x54, 0x7f, 0x97, 0x52, 0x3a, 0xa7, 0x18, 0x3d, 0x06, 0xd1, 0x91, + 0x57, 0x4e, 0x74, 0x22, 0x4c, 0x4d, 0xef, 0x58, 0x8c, 0x2f, 0x06, 0x51, 0x0f, 0x0f, 0xfa, 0xc3, + 0x36, 0x01, 0x43, 0x65, 0xe4, 0x73, 0x4a, 0xe5, 0xef, 0x33, 0xf6, 0x1c, 0x44, 0x8a, 0x03, 0xab, + 0x5e, 0x07, 0x08, 0x6b, 0xeb, 0x45, 0xb5, 0x7b, 0x5e, 0xf1, 0x1b, 0x47, 0xc6, 0xb2, 0x92, 0xb9, + 0x6b, 0xee, 0x27, 0x2a, 0xaf, 0xc2, 0xba, 0x00, 0xec, 0xaa, 0x52, 0x6f, 0x98, 0x8a, 0x86, 0x6c, + 0x7b, 0x37, 0x4e, 0xd9, 0x9b, 0xee, 0x5b, 0x52, 0x3f, 0x1b, 0xc5, 0x99, 0x24, 0x4e, 0x48, 0x36, + 0x5c, 0x07, 0xd1, 0xd9, 0xd1, 0xb2, 0x5b, 0x28, 0x91, 0xb4, 0x1c, 0xd2, 0x83, 0x45, 0x04, 0x34, + 0x54, 0x0c, 0xce, 0x85, 0xcc, 0x0e, 0xfb, 0x5e, 0xcb, 0xd6, 0x93, 0x88, 0x0e, 0x55, 0x75, 0x39, + 0xe3, 0x72, 0x3f, 0x37, 0x92, 0x5f, 0x12, 0xa1, 0xee, 0x57, 0x7d, 0xd0, 0xa7, 0xf2, 0x20, 0x81, + 0x99, 0x24, 0x13, 0x57, 0x92, 0x4c, 0xa3, 0xe2, 0x9d, 0x59, 0x5b, 0x7f, 0x9e, 0x88, 0xfe, 0x78, + 0xf0, 0x70, 0xb6, 0x56, 0xd3, 0xae, 0x50, 0x64, 0xa7, 0xfe, 0xfd, 0x41, 0x4e, 0x8a, 0x7c, 0x33, + 0x48, 0xdb, 0xc3, 0xc7, 0x99, 0x62, 0x59, 0x4f, 0x1c, 0x7a, 0x7e, 0x4a, 0xf0, 0x4f, 0x0a, 0x2c, + 0x97, 0xaa, 0x36, 0xb2, 0x8d, 0xd3, 0x3b, 0xa8, 0x44, 0xea, 0x76, 0xd9, 0x10, 0x71, 0xd7, 0xf6, + 0x98, 0x78, 0xd5, 0x2a, 0x55, 0x14, 0xbe, 0x93, 0xcb, 0x5f, 0x02, 0xa3, 0xc4, 0xec, 0x6d, 0xcd, + 0xf9, 0xad, 0xc7, 0xf6, 0xaf, 0x11, 0x95, 0xaa, 0xc8, 0x9f, 0xa7, 0x60, 0x95, 0x0e, 0xa7, 0x07, + 0xb4, 0x62, 0xd2, 0xc7, 0xb0, 0xaa, 0xa9, 0x6a, 0xc2, 0xcf, 0x96, 0xbd, 0x3e, 0x84, 0xd6, 0x3d, + 0xbe, 0x1d, 0x05, 0xeb, 0x7b, 0xb1, 0x7a, 0x08, 0x05, 0x8f, 0x16, 0x28, 0x14, 0x55, 0x27, 0x91, + 0x09, 0x35, 0x92, 0x71, 0xd5, 0xcd, 0x86, 0x1e, 0x5f, 0x03, 0x51, 0x48, 0x98, 0x9f, 0xb0, 0x09, + 0xc6, 0x06, 0x90, 0x47, 0x97, 0x41, 0x75, 0x4c, 0x96, 0x89, 0x51, 0xc8, 0xef, 0x43, 0xbe, 0xfc, + 0x54, 0x14, 0x04, 0xec, 0x1a, 0xa1, 0xf3, 0xad, 0x06, 0x2d, 0xfe, 0x44, 0x0f, 0xfc, 0xb9, 0x5d, + 0x8e, 0x89, 0x14, 0x8d, 0xa1, 0x0c, 0xc4, 0x9b, 0x55, 0xa5, 0x8e, 0xd3, 0x9c, 0x87, 0x94, 0x54, + 0xf1, 0xd3, 0x69, 0xaf, 0x6e, 0xde, 0x96, 0xd7, 0xa1, 0xa1, 0x2b, 0x6b, 0x1a, 0xdc, 0xd3, 0x55, + 0x2c, 0xf4, 0x49, 0xb0, 0x16, 0x07, 0x83, 0xa4, 0x6d, 0x95, 0xd7, 0x08, 0x82, 0xec, 0xd2, 0xf9, + 0xa4, 0x82, 0x4f, 0xa6, 0x3f, 0x2f, 0x01, 0x6d, 0xcf, 0x73, 0x3f, 0x2c, 0x3a, 0x49, 0x32, 0xf4, + 0x2c, 0xa3, 0xff, 0x08, 0xe9, 0xd1, 0x6b, 0xe2, 0x2a, 0x84, 0x1c, 0xa5, 0xa4, 0x36, 0x1c, 0xc9, + 0xc7, 0xd9, 0xe6, 0x9c, 0x0e, 0xf3, 0x94, 0x7c, 0xb7, 0x82, 0x85, 0xbb, 0x91, 0x46, 0x70, 0xfb, + 0xf4, 0xf3, 0xbc, 0x3e, 0xab, 0x52, 0x66, 0x1c, 0x14, 0xc1, 0xf6, 0x6e, 0x08, 0xff, 0x8c, 0xf5, + 0xcc, 0x17, 0xda, 0x9b, 0x18, 0xe8, 0xa7, 0x01, 0x95, 0x42, 0xa9, 0x23, 0x64, 0xfa, 0x88, 0x26, + 0x6c, 0x70, 0xa5, 0xa2, 0x3b, 0x52, 0x71, 0x50, 0xf5, 0x00, 0xb3, 0xaf, 0x4b, 0x4f, 0xc0, 0xd8, + 0x2c, 0x8b, 0x05, 0xb3, 0xf5, 0x49, 0xdb, 0xe0, 0x67, 0x45, 0x2c, 0xac, 0xab, 0x02, 0x2e, 0x55, + 0x11, 0x76, 0x08, 0x1a, 0x40, 0x69, 0xcd, 0xfe, 0x6a, 0xca, 0xf9, 0xb1, 0xd4, 0xac, 0x54, 0x0f, + 0xc7, 0xfe, 0xf4, 0x5d, 0x7d, 0x48, 0x27, 0xc4, 0x6f, 0xae, 0xfa, 0x38, 0x0a, 0xa7, 0x7e, 0x5e, + 0xf5, 0xcd, 0xbb, 0xc7, 0xb3, 0xfd, 0x70, 0x2b, 0xf3, 0xe7, 0x7b, 0xfd, 0xb3, 0x5b, 0x99, 0x3f, + 0xdf, 0xeb, 0x9f, 0xdc, 0x2a, 0x22, 0x46, 0xa7, 0x9a, 0xab, 0x68, 0x04, 0xd0, 0x84, 0x13, 0xec, + 0xb7, 0xcd, 0xbc, 0xa8, 0xf8, 0xa7, 0x55, 0x07, 0xb0, 0xd8, 0x64, 0x6c, 0xaa, 0xa4, 0xe8, 0x3e, + 0xd8, 0xee, 0xa1, 0xa0, 0x55, 0x73, 0x77, 0x8e, 0x6a, 0x62, 0xd9, 0x61, 0x2a, 0xd3, 0x69, 0x8d, + 0xcd, 0xfb, 0x34, 0x0c, 0xb3, 0xd3, 0x4f, 0x9b, 0xc9, 0x7d, 0x7d, 0x76, 0x2a, 0x84, 0xb7, 0x29, + 0xc0, 0xce, 0x54, 0x31, 0x8e, 0xd8, 0x40, 0x7d, 0x7e, 0x48, 0x1f, 0x8e, 0x41, 0xc6, 0x22, 0x48, + 0x6f, 0x3f, 0x25, 0x2d, 0xa3, 0xc4, 0xc0, 0x14, 0x42, 0xf6, 0x59, 0xee, 0xb1, 0xb7, 0x5b, 0x8a, + 0x77, 0x7f, 0x65, 0xfd, 0x69, 0x05, 0xa2, 0x11, 0xe1, 0x35, 0xf9, 0x35, 0x35, 0x27, 0x71, 0x5b, + 0xdb, 0xcb, 0xf3, 0x91, 0x1a, 0xf7, 0xa3, 0x15, 0x30, 0x98, 0xb9, 0x2d, 0x9d, 0xd6, 0x87, 0x0a, + 0x7c, 0x7e, 0x96, 0x34, 0xb5, 0xfa, 0x1a, 0x5e, 0x39, 0x98, 0x7e, 0xfe, 0x18, 0x33, 0xb8, 0xf3, + 0xa7, 0x4b, 0xd2, 0xd1, 0xf0, 0xe4, 0x83, 0xf1, 0x34, 0xea, 0x21, 0xb7, 0xf3, 0xd7, 0xe2, 0x20, + 0x78, 0x74, 0x1d, 0xb9, 0x78, 0x39, 0x3f, 0x94, 0x26, 0x0f, 0x4a, 0xc1, 0xc4, 0x31, 0x66, 0x8a, + 0x3b, 0x64, 0x5b, 0x39, 0xcb, 0xc5, 0xd7, 0xdf, 0x76, 0x25, 0xa7, 0xc7, 0x35, 0xa5, 0x9d, 0x47, + 0xd0, 0x35, 0x8f, 0x11, 0x55, 0x63, 0x51, 0x11, 0x1d, 0xed, 0xd6, 0xdc, 0x79, 0x28, 0xf3, 0x3e, + 0x1b, 0xdb, 0xb5, 0x9e, 0xb5, 0x6d, 0x4f, 0x15, 0xbf, 0xb0, 0xa6, 0x73, 0x51, 0x0d, 0x19, 0xb0, + 0x3e, 0x97, 0x1a, 0x49, 0xa3, 0xc1, 0x6b, 0x0c, 0x84, 0xba, 0x3c, 0x7e, 0x90, 0x02, 0xbe, 0xb8, + 0x4a, 0xc1, 0x94, 0x4e, 0xd1, 0x73, 0x2a, 0x7d, 0x34, 0x94, 0x8d, 0xc5, 0xde, 0x9f, 0xcf, 0x95, + 0x75, 0xf5, 0x33, 0x90, 0xab, 0xa7, 0x2b, 0x0e, 0xbf, 0xa9, 0xb3, 0x81, 0x22, 0x3f, 0x5d, 0x57, + 0x7d, 0x02, 0x41, 0xee, 0x9e, 0x32, 0x14, 0xe2, 0xc7, 0x08, 0x6a, 0x11, 0xdc, 0x31, 0x04, 0x84, + 0x3b, 0x8a, 0x68, 0x35, 0xdd, 0x8f, 0xa7, 0xdd, 0x91, 0x9e, 0xf7, 0x58, 0x2c, 0x89, 0xd1, 0xcc, + 0x19, 0x6e, 0xde, 0x58, 0x7d, 0x37, 0xde, 0xff, 0xb9, 0x19, 0xfd, 0xb2, 0x8d, 0xa2, 0x2e, 0x4a, + 0xb7, 0x1d, 0xaa, 0xb5, 0x79, 0x55, 0xf5, 0x7b, 0x49, 0xa8, 0x11, 0x9f, 0xa9, 0xa6, 0x6a, 0x31, + 0xbc, 0x99, 0x22, 0x12, 0x48, 0xfd, 0x7e, 0x2e, 0x62, 0x2a, 0x80, 0x59, 0xdd, 0x42, 0xec, 0x37, + 0xfa, 0x8d, 0x9c, 0x1a, 0x5d, 0x85, 0xce, 0x87, 0x8a, 0xb9, 0x58, 0xca, 0xad, 0xe7, 0x7c, 0x82, + 0x0f, 0xc5, 0x92, 0xf4, 0x2c, 0xe7, 0x05, 0x18, 0xe3, 0x7e, 0x8e, 0xaf, 0x3f, 0xc3, 0xcb, 0x41, + 0x8c, 0x59, 0x27, 0xaf, 0x8a, 0x66, 0x7f, 0x8c, 0x9f, 0xb5, 0xf8, 0x67, 0x40, 0xef, 0xaf, 0x27, + 0x11, 0x64, 0xff, 0xac, 0x1c, 0xf8, 0x1f, 0xa4, 0x5e, 0xc6, 0x73, 0xaf, 0x6e, 0x83, 0x85, 0x00, + 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, + 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0e, 0xc4, 0x00, 0x00, 0x0e, + 0xc4, 0x01, 0x95, 0x2b, 0x0e, 0x1b, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xe2, + 0x02, 0x12, 0x01, 0x08, 0x09, 0xa7, 0x4f, 0x84, 0xc6, 0x00, 0x00, 0x02, 0x6e, 0x49, 0x44, 0x41, + 0x54, 0x48, 0xc7, 0xb5, 0x95, 0xbd, 0x4b, 0x23, 0x41, 0x18, 0xc6, 0x7f, 0x13, 0x96, 0xa8, 0xec, + 0x26, 0x0a, 0x6e, 0x96, 0x54, 0xb2, 0x81, 0x43, 0x44, 0x10, 0x82, 0x82, 0x7d, 0x8a, 0x80, 0x88, + 0xa0, 0xff, 0x81, 0x1f, 0x7f, 0xc7, 0xc1, 0x81, 0xcd, 0x55, 0xd6, 0x0a, 0xb6, 0xa6, 0xb3, 0x0f, + 0xd8, 0x68, 0xa1, 0x22, 0x7e, 0x90, 0x2a, 0x41, 0x48, 0x11, 0x10, 0x41, 0x5d, 0x62, 0xe2, 0x2d, + 0x89, 0x39, 0x34, 0xd9, 0xb9, 0xca, 0x98, 0x35, 0x3b, 0xab, 0x42, 0xee, 0x85, 0x81, 0xe1, 0x7d, + 0xde, 0x99, 0x67, 0x9e, 0x99, 0x79, 0x66, 0x84, 0x10, 0xe2, 0xa7, 0x94, 0x72, 0x95, 0xff, 0x10, + 0x42, 0x88, 0x9c, 0x00, 0xca, 0xd3, 0xd3, 0xd3, 0x3f, 0x2c, 0xcb, 0x1a, 0xe8, 0xe4, 0xae, 0xeb, + 0x52, 0x28, 0x14, 0x5c, 0x0d, 0xc0, 0xb2, 0x2c, 0xa2, 0xd1, 0xe8, 0x40, 0x09, 0x4c, 0xd3, 0x64, + 0x6c, 0x6c, 0x2c, 0xae, 0x85, 0x15, 0x65, 0x32, 0x19, 0x25, 0xd6, 0x6a, 0xb5, 0xa8, 0x54, 0x2a, + 0x3c, 0x3c, 0x3c, 0x28, 0x6b, 0xa2, 0xd1, 0x28, 0x1a, 0x80, 0x94, 0x12, 0x29, 0x65, 0x5f, 0x41, + 0x36, 0x9b, 0xfd, 0x74, 0xa5, 0xd5, 0x6a, 0x95, 0xb3, 0xb3, 0x33, 0x4e, 0x4e, 0x4e, 0x02, 0x71, + 0x0d, 0xa0, 0xd3, 0xe9, 0xd0, 0xe9, 0x74, 0x94, 0x93, 0x3c, 0x3e, 0x3e, 0xe2, 0x38, 0xce, 0xfb, + 0x20, 0x4d, 0x23, 0x16, 0x8b, 0x61, 0x9a, 0x26, 0xa6, 0x69, 0xb2, 0xb4, 0xb4, 0x84, 0xae, 0xeb, + 0xe4, 0xf3, 0x79, 0xdf, 0x38, 0x29, 0xe5, 0xd7, 0x08, 0x6e, 0x6e, 0x6e, 0xd8, 0xdb, 0xdb, 0xeb, + 0xcb, 0xcf, 0xce, 0xce, 0xb2, 0xbc, 0xbc, 0x8c, 0x61, 0x18, 0xcc, 0xcd, 0xcd, 0x71, 0x78, 0x78, + 0x48, 0xb3, 0xd9, 0xec, 0xe2, 0x9e, 0xe7, 0x11, 0xe9, 0x25, 0xf8, 0xd8, 0x7a, 0x57, 0x12, 0x84, + 0x5f, 0x5c, 0x5c, 0x70, 0x75, 0x75, 0x05, 0x40, 0x3c, 0x1e, 0x27, 0x9d, 0x4e, 0xfb, 0x70, 0x9f, + 0x82, 0x76, 0xbb, 0x1d, 0xba, 0xd7, 0x2a, 0xbc, 0x5e, 0xaf, 0x77, 0xfb, 0x23, 0x23, 0x23, 0xbe, + 0x3a, 0xcf, 0xf3, 0xde, 0x09, 0x22, 0x91, 0x88, 0x72, 0xf2, 0x37, 0x05, 0x41, 0x31, 0x3c, 0x3c, + 0xec, 0xbb, 0x59, 0x1f, 0x95, 0x77, 0x09, 0x84, 0x10, 0xdf, 0x56, 0x30, 0x39, 0x39, 0xc9, 0xfc, + 0xfc, 0x3c, 0x00, 0x8e, 0xe3, 0x70, 0x7c, 0x7c, 0xac, 0x56, 0x10, 0x46, 0x30, 0x3e, 0x3e, 0xce, + 0xca, 0xca, 0x8a, 0x2f, 0x67, 0x18, 0x06, 0xe9, 0x74, 0x9a, 0xd1, 0xd1, 0x51, 0x5e, 0x5f, 0x5f, + 0x39, 0x38, 0x38, 0xe0, 0xe9, 0xe9, 0x49, 0x7d, 0x8b, 0xc2, 0x08, 0x6c, 0xdb, 0xc6, 0xb6, 0xed, + 0x40, 0xac, 0xd1, 0x68, 0x90, 0xcb, 0xe5, 0x38, 0x3d, 0x3d, 0xed, 0xc3, 0xba, 0x0a, 0x3e, 0x3b, + 0xe0, 0x6a, 0xb5, 0xca, 0xfd, 0xfd, 0x7d, 0xef, 0x23, 0x86, 0xae, 0xeb, 0x24, 0x12, 0x09, 0x0c, + 0xc3, 0x60, 0x7d, 0x7d, 0x1d, 0xcb, 0xb2, 0xd8, 0xdf, 0xdf, 0x0f, 0x56, 0xe0, 0x79, 0x5e, 0xa8, + 0x0f, 0x2a, 0x95, 0x0a, 0x5b, 0x5b, 0x5b, 0x7d, 0xf9, 0xa9, 0xa9, 0x29, 0xd6, 0xd6, 0xd6, 0xb0, + 0x6d, 0x9b, 0xc5, 0xc5, 0x45, 0x6e, 0x6f, 0x6f, 0x7d, 0x8e, 0xee, 0xfa, 0xa0, 0xdd, 0x6e, 0x87, + 0xfa, 0x40, 0xe5, 0x95, 0x62, 0xb1, 0xc8, 0xee, 0xee, 0x2e, 0xcd, 0x66, 0x93, 0xa1, 0xa1, 0x21, + 0x16, 0x16, 0x16, 0xd4, 0x3e, 0xf8, 0x2c, 0x54, 0xdb, 0x58, 0x2a, 0x95, 0x70, 0x1c, 0x87, 0x54, + 0x2a, 0x45, 0x22, 0x91, 0xf0, 0xd5, 0x7d, 0x99, 0x20, 0xcc, 0x07, 0x1f, 0x43, 0xe9, 0x83, 0xef, + 0x0c, 0xec, 0x8d, 0x99, 0x99, 0x19, 0xde, 0x3e, 0x2b, 0xd7, 0x75, 0x07, 0x4b, 0x60, 0x9a, 0x26, + 0x1b, 0x1b, 0x1b, 0xe8, 0xba, 0x0e, 0xc0, 0xf5, 0xf5, 0xb5, 0x9a, 0x20, 0xe8, 0x3f, 0x78, 0x8b, + 0x89, 0x89, 0x09, 0x36, 0x37, 0x37, 0xfb, 0x9e, 0x88, 0x54, 0x2a, 0x45, 0x2c, 0x16, 0x03, 0xa0, + 0x5c, 0x2e, 0xb3, 0xb3, 0xb3, 0xa3, 0x3e, 0x03, 0xcf, 0xf3, 0x94, 0x04, 0xc9, 0x64, 0x92, 0x64, + 0x32, 0x19, 0x88, 0x3d, 0x3f, 0x3f, 0x53, 0x2a, 0x95, 0xd8, 0xde, 0xde, 0xa6, 0x56, 0xab, 0x05, + 0xfb, 0xe0, 0xe5, 0xe5, 0x05, 0x4d, 0xeb, 0xff, 0x3d, 0xcf, 0xcf, 0xcf, 0x43, 0xb7, 0xed, 0xee, + 0xee, 0x8e, 0xa3, 0xa3, 0x23, 0x2e, 0x2f, 0x2f, 0x03, 0x5d, 0x2c, 0xa5, 0xfc, 0x0b, 0xf0, 0x0b, + 0xf8, 0x23, 0x84, 0x90, 0x83, 0x6c, 0x40, 0x0b, 0xf8, 0xfd, 0x0f, 0x11, 0x6a, 0xbe, 0x3f, 0x13, + 0xcc, 0x48, 0xaf, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; #endif diff --git a/cinelerra-5.1/guicast/images/file_size_capb_hi.png b/cinelerra-5.1/guicast/images/file_size_capb_hi.png index 1f1ab87736b5c44ffa95f2a1dfa83e9eeb64defc..6ce3302cdf92e0e10f3d692bab8866227d8fe77f 100644 GIT binary patch literal 6055 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 literal 6805 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 D2SG7a diff --git a/cinelerra-5.1/guicast/images/file_size_capb_hi_png.h b/cinelerra-5.1/guicast/images/file_size_capb_hi_png.h index 2b31928f..275bdb33 100644 --- a/cinelerra-5.1/guicast/images/file_size_capb_hi_png.h +++ b/cinelerra-5.1/guicast/images/file_size_capb_hi_png.h @@ -3,433 +3,386 @@ static unsigned char file_size_capb_hi_png[] = { - 0x00, 0x00, 0x1a, 0x95, + 0x00, 0x00, 0x17, 0xa7, 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x17, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x2a, 0xd4, - 0xa0, 0x00, 0x00, 0x17, 0x8b, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, + 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, + 0xf8, 0x00, 0x00, 0x14, 0x7a, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x74, 0x79, 0x70, 0x65, 0x20, 0x65, 0x78, 0x69, 0x66, 0x00, 0x00, - 0x78, 0xda, 0xad, 0x9b, 0x69, 0x72, 0x1c, 0xb9, 0x92, 0x84, 0xff, 0xe3, 0x14, 0x73, 0x84, 0xc4, - 0x0e, 0x1c, 0x07, 0xab, 0xd9, 0xbb, 0xc1, 0x1c, 0x7f, 0x3e, 0x07, 0x8a, 0x45, 0x89, 0xa2, 0x5a, - 0xfd, 0x64, 0x23, 0xb6, 0x58, 0x14, 0x33, 0x13, 0x4b, 0x2c, 0x1e, 0xee, 0x81, 0x6c, 0xb3, 0xfe, - 0xf7, 0x3f, 0xdb, 0xfc, 0x0f, 0x7f, 0x52, 0x2c, 0x8f, 0x09, 0x31, 0x97, 0x54, 0x53, 0x7a, 0xf8, - 0x13, 0x6a, 0xa8, 0xae, 0xf1, 0x43, 0x79, 0x3e, 0xff, 0xac, 0xd7, 0xe7, 0xfd, 0x9d, 0x7d, 0xc2, - 0xf9, 0xfe, 0xf1, 0xc7, 0xbe, 0xbe, 0x5b, 0xf3, 0xed, 0x05, 0xc7, 0xa7, 0xe7, 0xd3, 0xdf, 0x5f, - 0xe6, 0xf0, 0xba, 0xea, 0x5f, 0xbf, 0xff, 0xb8, 0x3f, 0xbd, 0x3f, 0x19, 0xe8, 0x9b, 0x0b, 0x36, - 0x7e, 0x79, 0xc0, 0xbf, 0xa7, 0x71, 0x3f, 0x4e, 0x9c, 0xdb, 0xeb, 0xf7, 0xee, 0x71, 0x3f, 0xad, - 0xc8, 0x07, 0x5b, 0x9f, 0x1f, 0xff, 0x94, 0xcf, 0xbf, 0x7b, 0xcf, 0xb2, 0xf7, 0xba, 0xbb, 0x6b, - 0x21, 0x61, 0x86, 0x74, 0x37, 0x75, 0xa7, 0x30, 0x1f, 0xc3, 0x70, 0x63, 0xc7, 0x4a, 0xfe, 0x3c, - 0x96, 0xf8, 0xca, 0xfc, 0x8d, 0xfc, 0x9c, 0xcf, 0x57, 0xe5, 0xab, 0x3c, 0xed, 0x19, 0x36, 0x3c, - 0xf3, 0x19, 0x4f, 0xe7, 0x6b, 0xd8, 0x6a, 0x9d, 0xf5, 0xcf, 0xb6, 0xc1, 0x4e, 0x63, 0x9b, 0xdd, - 0x76, 0xd9, 0xc9, 0xe7, 0xb0, 0x83, 0x35, 0x06, 0xb7, 0x5c, 0xe6, 0xd3, 0xb9, 0xe1, 0xfc, 0xf9, - 0x5d, 0xf1, 0xd9, 0x55, 0x37, 0xfc, 0xe3, 0xad, 0x0f, 0xfa, 0xb2, 0xdb, 0x65, 0x5f, 0xfd, 0xf4, - 0xc5, 0x3b, 0x3f, 0xdc, 0xf2, 0xde, 0x07, 0xe3, 0xdd, 0x7b, 0x2d, 0xf6, 0xcc, 0x5b, 0xcf, 0x7c, - 0xc3, 0x16, 0x66, 0x9e, 0x96, 0x5b, 0x9d, 0x65, 0x30, 0xcb, 0x23, 0xff, 0xf8, 0x65, 0xfe, 0x74, - 0xc3, 0xbf, 0xf9, 0xda, 0x7b, 0x3c, 0xd8, 0xc8, 0x5a, 0x76, 0x6f, 0x5f, 0xb6, 0x62, 0x5d, 0xce, - 0xc9, 0x0f, 0x56, 0x66, 0xf4, 0xfa, 0xce, 0x6d, 0x38, 0xc4, 0xee, 0x97, 0xdf, 0xe2, 0x31, 0xf0, - 0xc7, 0xd7, 0xfb, 0x8f, 0xf9, 0xc1, 0xb1, 0x1e, 0x0f, 0xc6, 0x63, 0xe6, 0xc2, 0x06, 0xdb, 0xd3, - 0xef, 0x10, 0x3d, 0xda, 0xcf, 0xd8, 0xf2, 0x27, 0x00, 0x3c, 0xf7, 0x45, 0x3e, 0x6f, 0x7c, 0xd9, - 0x3c, 0xe5, 0x35, 0x77, 0xa2, 0x24, 0x30, 0x77, 0x64, 0x31, 0xd6, 0xe3, 0x82, 0x27, 0x59, 0x1f, - 0x6d, 0xb2, 0x4f, 0x76, 0x2e, 0x5b, 0x1b, 0xbc, 0x2b, 0x38, 0xa8, 0xb1, 0x72, 0xe7, 0x83, 0xeb, - 0x78, 0xc0, 0xc6, 0xe8, 0x26, 0x8b, 0x74, 0xc1, 0xfb, 0x84, 0x6f, 0x0a, 0x71, 0xc4, 0xdc, 0x3c, - 0x93, 0xed, 0xb9, 0xd7, 0x45, 0x77, 0x7f, 0x4f, 0xaa, 0xe0, 0x9f, 0xe8, 0x93, 0xcf, 0xf8, 0xa6, - 0xfa, 0x86, 0xb3, 0x42, 0x88, 0xc4, 0x4f, 0x0e, 0x85, 0x18, 0x6a, 0xd1, 0xc7, 0x10, 0x63, 0x4c, - 0x31, 0xc7, 0x12, 0x6b, 0x6c, 0x26, 0xf9, 0x14, 0x52, 0x4c, 0x29, 0xe5, 0xa4, 0x9c, 0x6b, 0xd9, - 0xe7, 0x90, 0x63, 0x4e, 0x39, 0xe7, 0x92, 0x6b, 0x6e, 0xc5, 0x97, 0x50, 0x62, 0x49, 0x25, 0x97, - 0x52, 0x6a, 0x69, 0xd5, 0x55, 0x4f, 0x4a, 0xc6, 0x9a, 0x6a, 0xae, 0xa5, 0xd6, 0xda, 0x1a, 0x73, - 0xb6, 0x60, 0x5a, 0x6c, 0x3c, 0xdd, 0xb8, 0xa3, 0xb5, 0xee, 0xba, 0xef, 0xa1, 0xc7, 0x9e, 0x7a, - 0xee, 0xa5, 0xd7, 0xde, 0x06, 0xe1, 0x33, 0xc2, 0x88, 0x23, 0x8d, 0x3c, 0xca, 0xa8, 0xa3, 0x4d, - 0x37, 0xfd, 0x0c, 0x33, 0xce, 0x34, 0xf3, 0x2c, 0xb3, 0xce, 0xb6, 0xec, 0x22, 0x94, 0xcc, 0x0a, - 0x2b, 0xae, 0xb4, 0xf2, 0x2a, 0xab, 0xae, 0xb6, 0x89, 0xb5, 0xed, 0x77, 0xd8, 0x71, 0xa7, 0x9d, - 0x77, 0xd9, 0x75, 0xb7, 0xb7, 0xd7, 0x5e, 0x5e, 0xfd, 0xe5, 0xeb, 0xbf, 0xf0, 0x9a, 0x7d, 0x79, - 0xcd, 0x1d, 0x4f, 0xe9, 0xbe, 0xfc, 0xf6, 0x1a, 0xbf, 0xcd, 0x59, 0x03, 0x9d, 0x21, 0xac, 0x70, - 0x26, 0xca, 0x67, 0x78, 0xcc, 0x05, 0x8b, 0xc7, 0xb3, 0x3c, 0x40, 0x40, 0x3b, 0xf9, 0xec, 0x29, - 0x36, 0x04, 0x27, 0xcf, 0xc9, 0x67, 0x4f, 0x75, 0x64, 0x45, 0x74, 0x2c, 0x32, 0xca, 0x37, 0xd3, - 0x3e, 0xcd, 0xd8, 0x84, 0x0b, 0xc3, 0xb2, 0x2e, 0x6e, 0xfb, 0xf6, 0xdd, 0xa7, 0xe7, 0xfe, 0xb5, - 0xdf, 0x0c, 0xb6, 0xfe, 0x93, 0xdf, 0xdc, 0xbf, 0xf1, 0x9c, 0x91, 0xeb, 0xfe, 0x1f, 0x3c, 0xe7, - 0xcc, 0xf2, 0x5f, 0xfc, 0xf6, 0x8d, 0xd7, 0xa6, 0x90, 0x70, 0x1c, 0x8f, 0xdd, 0x2c, 0x94, 0x4d, - 0x1f, 0x4f, 0xf6, 0x61, 0x25, 0xb6, 0x3c, 0x53, 0x19, 0x86, 0x51, 0x13, 0x66, 0x09, 0xb1, 0x2f, - 0x22, 0xbc, 0x6c, 0x37, 0x18, 0xab, 0x75, 0xb2, 0xa3, 0x97, 0x40, 0xfa, 0x0e, 0xf0, 0x98, 0x81, - 0x85, 0xaa, 0x23, 0x34, 0xd7, 0xdb, 0x2a, 0x7d, 0xb8, 0x99, 0xbc, 0x0b, 0xcd, 0x86, 0xd1, 0x31, - 0xab, 0x5f, 0x65, 0x74, 0xb3, 0x17, 0x96, 0xcf, 0x7c, 0x7f, 0xd6, 0xf4, 0x60, 0x69, 0xee, 0x71, - 0xe6, 0x3d, 0x77, 0xc0, 0xf9, 0x7a, 0x76, 0x02, 0xcd, 0xa4, 0x5b, 0xcc, 0x19, 0x18, 0x78, 0x4a, - 0x5a, 0x75, 0xee, 0xed, 0xd9, 0x4c, 0xdf, 0x6b, 0xb7, 0xc8, 0x13, 0x8e, 0xe9, 0x77, 0x31, 0x01, - 0xd3, 0xae, 0xbd, 0xeb, 0x9a, 0x39, 0xea, 0xd1, 0x3c, 0x81, 0x17, 0x3e, 0x01, 0xc3, 0xc7, 0x0e, - 0x3f, 0x6d, 0x9c, 0x23, 0x6f, 0x90, 0xad, 0xb7, 0xcc, 0xe7, 0x4e, 0x9d, 0xbd, 0xf6, 0x55, 0x33, - 0x0f, 0xd7, 0xe6, 0xb5, 0x82, 0x39, 0x7d, 0xdf, 0xe6, 0xa7, 0x25, 0xdc, 0x05, 0x3c, 0xfb, 0x63, - 0x01, 0xcf, 0xc7, 0x12, 0xb0, 0xc8, 0x0f, 0x8b, 0xa0, 0xd8, 0x9d, 0x65, 0x70, 0xf9, 0xb5, 0x0e, - 0x02, 0xf2, 0xb5, 0x94, 0xb3, 0x10, 0x8c, 0xf7, 0x8f, 0x0b, 0x21, 0xca, 0xcf, 0x52, 0x18, 0xe0, - 0xc7, 0xc5, 0x9c, 0xb5, 0x98, 0xaf, 0xf6, 0xf8, 0x5c, 0xce, 0xef, 0xed, 0xf1, 0x9d, 0x39, 0xcc, - 0xdf, 0xd8, 0xe3, 0x3b, 0x73, 0x98, 0xbf, 0xb1, 0xc7, 0x77, 0xe6, 0x30, 0x7f, 0x63, 0x8f, 0xef, - 0xcc, 0x61, 0xfe, 0xc6, 0x1e, 0xdf, 0x99, 0xc3, 0xfc, 0x8d, 0x3d, 0xbe, 0x33, 0x87, 0xf9, 0x1b, - 0x7b, 0x7c, 0x67, 0x0e, 0xf3, 0x37, 0xf6, 0xf8, 0xce, 0x1c, 0xe6, 0xc3, 0x1e, 0x0d, 0xec, 0x20, - 0xed, 0xba, 0x0d, 0xa0, 0x6c, 0xa9, 0x69, 0x51, 0x0c, 0x67, 0xac, 0x9a, 0xb5, 0x3c, 0xbe, 0x3e, - 0x56, 0xd0, 0x92, 0xdb, 0x48, 0x65, 0xa6, 0xdd, 0xf2, 0x6c, 0x2e, 0x74, 0xeb, 0x47, 0x1b, 0x23, - 0x85, 0xa7, 0x97, 0x6c, 0xdc, 0x53, 0x48, 0xf0, 0x4a, 0x82, 0xa7, 0x06, 0xe6, 0x44, 0x9c, 0x8f, - 0xb9, 0xd6, 0x7e, 0x7a, 0x08, 0xdb, 0xa5, 0x5a, 0x1d, 0xc5, 0x70, 0x94, 0xed, 0xcb, 0x3e, 0x6b, - 0x06, 0x02, 0x3b, 0x68, 0xb1, 0xe6, 0x1e, 0x96, 0xf5, 0xf0, 0x38, 0x93, 0xad, 0xde, 0x4d, 0x05, - 0x6e, 0x9e, 0x98, 0x98, 0x35, 0x36, 0x2a, 0x69, 0x88, 0x15, 0xe4, 0xab, 0xa0, 0x79, 0xee, 0x33, - 0xf6, 0x61, 0xdb, 0x93, 0x63, 0xcb, 0x8c, 0x0f, 0x02, 0xf0, 0x9f, 0xe8, 0x9c, 0xcb, 0xf0, 0xa2, - 0xbc, 0xb1, 0x4d, 0x6c, 0x65, 0xf5, 0xc0, 0x92, 0x5d, 0x37, 0x6e, 0xb6, 0xb0, 0x96, 0x77, 0xad, - 0x56, 0xbb, 0xb9, 0xb5, 0xef, 0x64, 0x7b, 0xbd, 0x66, 0x96, 0x07, 0xf7, 0xd3, 0xb0, 0x17, 0xdb, - 0x07, 0x6c, 0x56, 0x07, 0xa7, 0x59, 0x94, 0x07, 0x17, 0x41, 0x42, 0x8c, 0xc8, 0x8d, 0x0b, 0x86, - 0x54, 0x76, 0x37, 0xcf, 0x1c, 0xb8, 0x15, 0x54, 0x94, 0x39, 0x73, 0x89, 0x69, 0x4c, 0x48, 0x99, - 0x2d, 0xf3, 0xd7, 0x01, 0xfd, 0x1a, 0x14, 0x02, 0xcc, 0x3b, 0x6e, 0x24, 0xc9, 0xa4, 0x3e, 0xbc, - 0x46, 0x36, 0x9f, 0x43, 0xe3, 0xfc, 0x3b, 0xf8, 0x19, 0x9b, 0x61, 0x35, 0xfa, 0x6b, 0x6c, 0x77, - 0x6e, 0xaf, 0x00, 0x3a, 0x36, 0x70, 0xe9, 0x3d, 0xad, 0xcf, 0x6b, 0xd4, 0xf3, 0x2f, 0xc3, 0x14, - 0x91, 0x91, 0x9f, 0x13, 0xb5, 0x61, 0x52, 0x6b, 0x1e, 0x5b, 0x5d, 0x82, 0x95, 0x52, 0xc0, 0xe2, - 0x06, 0x87, 0x9b, 0x10, 0xbf, 0xcc, 0xe1, 0x6d, 0x6d, 0x37, 0x58, 0xf2, 0x04, 0x97, 0xf1, 0x73, - 0x24, 0x94, 0x1e, 0xf6, 0xc6, 0x23, 0x8f, 0x99, 0xc7, 0x88, 0xcf, 0x13, 0x7f, 0xf3, 0x59, 0x21, - 0x30, 0x94, 0xa9, 0x90, 0xe4, 0x83, 0x08, 0xb9, 0xdc, 0x38, 0x61, 0x50, 0x79, 0xd8, 0x40, 0xa2, - 0xba, 0x50, 0x6d, 0x60, 0x36, 0x15, 0x32, 0x4a, 0x79, 0xd6, 0x2c, 0x8e, 0xc5, 0x64, 0xbb, 0x0a, - 0xce, 0x4d, 0x9b, 0x72, 0x7a, 0xe2, 0x58, 0xd6, 0x60, 0xbd, 0x73, 0x52, 0xd0, 0xf2, 0x31, 0xeb, - 0xd9, 0x46, 0x5b, 0x84, 0xad, 0x62, 0x20, 0x35, 0x76, 0xfa, 0xa4, 0xde, 0xcb, 0x36, 0x4f, 0x3a, - 0xfb, 0x2d, 0x8e, 0x52, 0xbb, 0xdb, 0x92, 0x61, 0xa9, 0xd8, 0xa2, 0x18, 0xba, 0xfc, 0x71, 0xd5, - 0x2e, 0x5d, 0xdd, 0x85, 0x71, 0x1a, 0x6e, 0x94, 0x15, 0xe2, 0x47, 0x38, 0xdc, 0x4f, 0x6a, 0x3f, - 0x59, 0xb3, 0x67, 0x75, 0x53, 0x39, 0x31, 0x97, 0x53, 0xea, 0x3e, 0x31, 0x3f, 0xd4, 0x3f, 0x22, - 0x8c, 0xe9, 0xa8, 0x3f, 0x44, 0x32, 0x6c, 0xb8, 0xf6, 0x9a, 0x89, 0xff, 0x9c, 0xfc, 0x4a, 0x76, - 0x05, 0xe2, 0x18, 0xcf, 0xae, 0x19, 0xc9, 0x8d, 0x59, 0x4d, 0x4d, 0xe4, 0x8d, 0x5f, 0x3e, 0x9d, - 0x1c, 0xce, 0xeb, 0x24, 0x45, 0xeb, 0x94, 0xe7, 0xeb, 0xe2, 0x70, 0x5c, 0x1d, 0x27, 0xde, 0x20, - 0xc6, 0x9b, 0x7c, 0x11, 0xf3, 0xee, 0x9e, 0xf2, 0xcb, 0xc4, 0x23, 0x69, 0xfe, 0x7d, 0xa0, 0xb6, - 0x44, 0xcb, 0x80, 0x67, 0x3c, 0xd2, 0xe3, 0x8e, 0xf8, 0x31, 0xde, 0xc0, 0x0a, 0x56, 0x26, 0x98, - 0x91, 0x7a, 0xfe, 0xcc, 0x4a, 0x8d, 0x9b, 0x04, 0xb2, 0xad, 0x1f, 0x8f, 0xbc, 0x97, 0x60, 0x5e, - 0xcf, 0x94, 0xbd, 0xc6, 0xb8, 0x41, 0x50, 0xb7, 0xed, 0x98, 0xa6, 0x2b, 0xe9, 0x97, 0x05, 0x4c, - 0x3a, 0x45, 0x7f, 0x63, 0xf0, 0x3d, 0x5a, 0xf5, 0x6b, 0xf6, 0x33, 0xe5, 0x85, 0x39, 0x77, 0x1c, - 0xab, 0x51, 0xcd, 0x77, 0x2b, 0x79, 0x8f, 0xfa, 0x1a, 0x13, 0x98, 0x79, 0x8d, 0x4a, 0x02, 0x49, - 0xdb, 0x28, 0x9c, 0xaa, 0x42, 0xfd, 0x8c, 0xaa, 0x31, 0x41, 0xc8, 0x8f, 0x21, 0x5b, 0x56, 0xaa, - 0x94, 0xd9, 0x85, 0x40, 0x17, 0xe6, 0x9e, 0x16, 0x18, 0xb2, 0xdf, 0x52, 0x4e, 0xc1, 0x27, 0x02, - 0x58, 0xd5, 0xc1, 0xad, 0xe8, 0x47, 0x5c, 0x70, 0x25, 0x16, 0xd0, 0xf3, 0x8a, 0x81, 0xda, 0x9f, - 0xb8, 0x3b, 0xa4, 0xa6, 0xe8, 0xc8, 0xa1, 0x4e, 0x04, 0x0c, 0xf7, 0x13, 0x0b, 0xa9, 0x6a, 0x85, - 0xf1, 0xd8, 0xaa, 0xcd, 0xb9, 0xa0, 0x5a, 0x60, 0x11, 0x21, 0xce, 0x3a, 0xb2, 0x60, 0xb7, 0x5b, - 0xcd, 0xd6, 0x66, 0x7c, 0xa0, 0x7e, 0xc3, 0x14, 0x26, 0x99, 0x21, 0x42, 0xc4, 0x27, 0xbb, 0x03, - 0x0a, 0xc8, 0x21, 0x05, 0x4a, 0x22, 0xe3, 0xd8, 0x28, 0xb4, 0x69, 0x02, 0x5e, 0x21, 0x96, 0x09, - 0xe3, 0xb2, 0xb6, 0x10, 0x70, 0x36, 0x2e, 0xd0, 0xa9, 0xc5, 0x0c, 0x8a, 0xa6, 0xa0, 0xbd, 0xd7, - 0x9d, 0x4d, 0x91, 0xfb, 0x0a, 0xc1, 0xd4, 0x07, 0xc0, 0x37, 0x3a, 0x04, 0x12, 0x31, 0x92, 0x20, - 0x2c, 0xae, 0x92, 0x9f, 0x41, 0x68, 0x08, 0xd9, 0x97, 0x85, 0x6c, 0xe7, 0x1e, 0xea, 0x09, 0x9c, - 0x47, 0xf8, 0xfb, 0x02, 0xcf, 0x42, 0x4e, 0x54, 0x1b, 0x8d, 0xdb, 0x2b, 0x12, 0xa4, 0x4f, 0x6b, - 0x9e, 0x6c, 0x11, 0xa7, 0x25, 0xb0, 0x41, 0xc1, 0x06, 0xd0, 0xe6, 0xe1, 0x6b, 0x2e, 0xb0, 0x4e, - 0x5c, 0x90, 0x71, 0x7d, 0x62, 0xcf, 0x90, 0x21, 0x50, 0xba, 0xbb, 0xb5, 0x31, 0x44, 0x5d, 0x23, - 0x59, 0x2b, 0x4a, 0x65, 0x4d, 0x45, 0x54, 0xc8, 0x5c, 0x92, 0x72, 0x44, 0x76, 0x67, 0x07, 0x8f, - 0x2b, 0xbf, 0x49, 0x61, 0x8b, 0xfb, 0x49, 0x5b, 0xa1, 0x93, 0x74, 0x69, 0x6f, 0xf8, 0x37, 0x24, - 0xf1, 0xc3, 0x65, 0x2a, 0x19, 0x8c, 0x0b, 0x41, 0x29, 0xbe, 0x53, 0x79, 0xec, 0x1e, 0x65, 0x8a, - 0x8f, 0x02, 0x23, 0xfc, 0x9b, 0x3c, 0x7e, 0x4e, 0xc0, 0xb1, 0xcf, 0x81, 0x89, 0xe3, 0x7e, 0xbe, - 0xcf, 0x46, 0xf3, 0xe7, 0x74, 0x54, 0x36, 0x32, 0xe4, 0xfd, 0xd0, 0x75, 0xa9, 0xd7, 0x03, 0x6c, - 0x17, 0xd2, 0x66, 0x0e, 0x7e, 0xe3, 0xb5, 0x48, 0xa5, 0x58, 0x02, 0x9b, 0xef, 0x2e, 0xeb, 0xaa, - 0x27, 0xaa, 0xfd, 0x41, 0xa6, 0xaa, 0x2a, 0xd9, 0xe6, 0xc9, 0xc2, 0x4c, 0xda, 0x4c, 0xe8, 0xa6, - 0x4a, 0x04, 0xfb, 0xf3, 0x06, 0xb8, 0xd5, 0x82, 0x55, 0x16, 0x56, 0x09, 0xaa, 0x26, 0xf0, 0x78, - 0xa0, 0x35, 0xd7, 0x18, 0xce, 0xc0, 0x9e, 0x20, 0x0d, 0x02, 0xc1, 0xd5, 0x59, 0x6c, 0xae, 0xee, - 0x18, 0x6b, 0x41, 0x9d, 0x37, 0x58, 0x0b, 0xdb, 0x5e, 0xb0, 0x60, 0xc1, 0x48, 0xee, 0xf0, 0xfc, - 0x0d, 0x6e, 0x6a, 0x6b, 0xd5, 0x52, 0x85, 0x72, 0x3d, 0xa9, 0xdd, 0x84, 0x62, 0x70, 0x77, 0x48, - 0x2e, 0xd1, 0x38, 0x6e, 0xc9, 0x76, 0xb7, 0xba, 0x3d, 0x27, 0x2b, 0x67, 0x15, 0xb0, 0xf5, 0xb2, - 0x20, 0xdd, 0xa6, 0x8d, 0xc9, 0xd8, 0x53, 0xf1, 0x0c, 0xed, 0xed, 0xf1, 0xd4, 0x55, 0x96, 0xcd, - 0x02, 0x03, 0x9e, 0x24, 0x58, 0xb0, 0x2e, 0x79, 0xb5, 0x12, 0x14, 0xe2, 0x0c, 0x82, 0xdb, 0x0e, - 0x3f, 0x78, 0x3b, 0x6d, 0x5a, 0x30, 0xdc, 0x6c, 0x10, 0x33, 0x83, 0x2b, 0xfe, 0x54, 0x4d, 0x85, - 0xa7, 0x7c, 0xa1, 0xa2, 0xa9, 0xd9, 0xc6, 0x58, 0x85, 0x24, 0x68, 0xa3, 0x91, 0x43, 0xae, 0x34, - 0xfe, 0xfb, 0xfc, 0x1c, 0xe4, 0x34, 0xb3, 0x50, 0x4d, 0x98, 0xc1, 0xec, 0x38, 0xb5, 0x7a, 0x1f, - 0x07, 0x40, 0x11, 0xea, 0x09, 0x13, 0x92, 0xf2, 0x04, 0xca, 0x0f, 0xb3, 0x12, 0x2a, 0xfc, 0x2b, - 0xbf, 0x3d, 0xfe, 0x42, 0x5f, 0x32, 0xf4, 0x38, 0x1c, 0x3c, 0x92, 0xcf, 0xa1, 0x18, 0x62, 0x29, - 0xc5, 0x6b, 0x3f, 0xb2, 0xc3, 0xf1, 0xda, 0x38, 0x5e, 0x7c, 0xd5, 0x73, 0xf4, 0xe6, 0x59, 0x08, - 0x4f, 0x7e, 0x7c, 0x2e, 0x16, 0x5f, 0xce, 0x87, 0xae, 0x53, 0x69, 0x9f, 0x53, 0x76, 0xeb, 0x89, - 0x54, 0x2b, 0xcb, 0xf4, 0x50, 0xf7, 0x5a, 0xd4, 0xb3, 0xf9, 0xfb, 0x6b, 0x2c, 0xba, 0x75, 0x52, - 0x23, 0x2a, 0x65, 0x9f, 0x31, 0xb7, 0xe8, 0x71, 0x1e, 0x5c, 0xdd, 0xcd, 0x5a, 0x7e, 0x1f, 0x7e, - 0x08, 0x8d, 0x13, 0x19, 0xa4, 0xc7, 0x8f, 0xb1, 0xe1, 0x8f, 0xdc, 0xd8, 0x03, 0x08, 0x6e, 0x82, - 0xb0, 0x8f, 0x9f, 0x71, 0xff, 0x57, 0x13, 0xf6, 0xa7, 0xe3, 0x7f, 0xd7, 0x0a, 0x89, 0xac, 0x02, - 0x0d, 0x48, 0xc3, 0x8c, 0x02, 0x9a, 0x2a, 0x2d, 0xb0, 0x8d, 0xbc, 0x29, 0xd5, 0xda, 0x49, 0x82, - 0xe2, 0x78, 0x4b, 0x34, 0x40, 0x9a, 0x6c, 0xeb, 0x06, 0x05, 0xe8, 0x43, 0xb6, 0x69, 0xcf, 0x35, - 0xcb, 0x58, 0xde, 0x8a, 0x22, 0x51, 0x71, 0x92, 0x6f, 0x44, 0x74, 0x20, 0x87, 0x19, 0x25, 0x4c, - 0xf5, 0x59, 0x22, 0x38, 0x11, 0x7d, 0x79, 0x50, 0x94, 0x2e, 0x28, 0xde, 0xd2, 0xe6, 0x57, 0xbd, - 0x45, 0x0c, 0x0c, 0xf8, 0xc7, 0xd2, 0xd1, 0xbd, 0xbb, 0x7a, 0x44, 0xd0, 0x26, 0x0a, 0x26, 0x24, - 0x03, 0xc5, 0xb5, 0x92, 0xdb, 0x4a, 0x3d, 0x57, 0x51, 0xc1, 0x2b, 0x89, 0x9d, 0xc1, 0xc5, 0x60, - 0x0c, 0xab, 0x76, 0x16, 0x60, 0xd3, 0xf3, 0x84, 0x01, 0xa7, 0xdc, 0xc1, 0x23, 0x12, 0x9f, 0x62, - 0xd0, 0xbe, 0xae, 0x3b, 0x65, 0x75, 0x98, 0x45, 0x3c, 0x63, 0xe5, 0xeb, 0x71, 0x61, 0xd6, 0x14, - 0x64, 0xe3, 0xde, 0x3e, 0x5d, 0xa6, 0xd2, 0x83, 0x64, 0x1d, 0x31, 0xbb, 0x56, 0x87, 0xc8, 0x80, - 0x90, 0xb0, 0xba, 0x37, 0xc2, 0x98, 0xaf, 0x50, 0xf3, 0x7d, 0x0c, 0xad, 0x17, 0xda, 0x1c, 0x56, - 0x74, 0xc3, 0xe2, 0x0b, 0xe2, 0x98, 0x37, 0xe4, 0xbc, 0x00, 0x47, 0x5e, 0x7a, 0x4e, 0x2a, 0x7c, - 0x01, 0x9d, 0x5f, 0x42, 0xf0, 0x67, 0xd4, 0x31, 0x7f, 0x80, 0x9d, 0x8b, 0x2a, 0x5f, 0x30, 0x25, - 0xd6, 0xfe, 0xcb, 0x35, 0xf3, 0x09, 0x38, 0xd6, 0x0a, 0x3b, 0x56, 0x13, 0x57, 0xb5, 0xb5, 0xaf, - 0xd7, 0xec, 0xba, 0x39, 0x90, 0x42, 0xab, 0x71, 0x31, 0xe6, 0x46, 0xdd, 0x1b, 0x25, 0x41, 0x7d, - 0x08, 0xd2, 0xe5, 0xc2, 0x8d, 0xfe, 0x32, 0x59, 0x51, 0x4a, 0x62, 0x91, 0x17, 0x76, 0x08, 0x85, - 0xf7, 0xcf, 0xbf, 0x61, 0x5f, 0xb1, 0x89, 0x38, 0x52, 0x97, 0xb1, 0xbb, 0x85, 0xb2, 0x6b, 0x33, - 0x20, 0x12, 0x91, 0x8d, 0x75, 0xe6, 0x2c, 0x27, 0xc2, 0xa9, 0xf1, 0x44, 0x38, 0xeb, 0x80, 0x93, - 0x6d, 0x1f, 0xa7, 0x12, 0x6c, 0xe0, 0x7a, 0x1c, 0xe6, 0xdc, 0xc5, 0x4f, 0xb0, 0x04, 0x02, 0x32, - 0x9b, 0x62, 0x04, 0xb6, 0x9b, 0xe7, 0xa3, 0x42, 0x4b, 0xd2, 0x92, 0xfa, 0x99, 0xbc, 0xcc, 0x49, - 0x14, 0x16, 0x16, 0xc3, 0x77, 0x38, 0xcc, 0xc1, 0x83, 0x96, 0x3c, 0x05, 0x8f, 0x0d, 0x39, 0x22, - 0xa1, 0x13, 0x36, 0x12, 0x1d, 0xd7, 0x57, 0xa7, 0x80, 0x1e, 0x7b, 0x0e, 0xb8, 0x35, 0x84, 0xb2, - 0xc3, 0x6a, 0xff, 0x84, 0x34, 0xff, 0x0e, 0x68, 0xcc, 0x0f, 0x48, 0x83, 0xdf, 0x4b, 0xa8, 0x58, - 0xa0, 0xd6, 0x90, 0x3c, 0x61, 0xb8, 0xdf, 0x6e, 0xce, 0x14, 0x4d, 0x40, 0x1f, 0xbf, 0x51, 0xbb, - 0x7d, 0xc0, 0x3c, 0x7e, 0x94, 0x46, 0x65, 0x06, 0x1b, 0x2c, 0xf5, 0x7b, 0x59, 0x13, 0x35, 0x4c, - 0x9d, 0x89, 0x45, 0x0e, 0xa8, 0x34, 0xaa, 0x80, 0x18, 0x6e, 0x4d, 0xcc, 0x94, 0xe8, 0xb1, 0xf0, - 0x40, 0x95, 0x42, 0x2c, 0x17, 0x71, 0x6e, 0xbb, 0xab, 0x41, 0x7a, 0xdd, 0xa0, 0xdc, 0x47, 0x3e, - 0xc4, 0xe6, 0x2a, 0x29, 0x92, 0x0a, 0x1c, 0x67, 0x91, 0x4b, 0xe7, 0xf6, 0x80, 0xea, 0x29, 0x83, - 0xc2, 0x1e, 0xe5, 0x3a, 0xfc, 0xd1, 0x7a, 0xa7, 0xec, 0xc1, 0x40, 0xd0, 0x52, 0xa4, 0xe1, 0xae, - 0x33, 0xb7, 0x67, 0x85, 0xdc, 0xbe, 0xc4, 0x9a, 0xf9, 0x36, 0xd8, 0xf2, 0xaf, 0x81, 0x98, 0xff, - 0x10, 0x6b, 0xe6, 0x23, 0xd8, 0x0a, 0x69, 0x1d, 0x49, 0x4c, 0xb8, 0x50, 0x9d, 0xa3, 0xa7, 0x26, - 0x9c, 0x81, 0xb2, 0xa8, 0xc7, 0x05, 0x81, 0x80, 0xd2, 0x40, 0xbb, 0xf9, 0x57, 0x3b, 0x35, 0xf4, - 0x98, 0x3b, 0x53, 0x38, 0xf0, 0x95, 0x14, 0x9a, 0xcf, 0x06, 0xc7, 0x83, 0x57, 0x29, 0x5f, 0x82, - 0x97, 0x40, 0x3b, 0xc4, 0x48, 0x5c, 0xf2, 0x74, 0xbb, 0x8c, 0x16, 0xb9, 0xc1, 0x36, 0x88, 0x69, - 0xc8, 0x29, 0xb2, 0x48, 0x6d, 0x21, 0xd8, 0x86, 0x7b, 0x3f, 0x51, 0xce, 0x03, 0xe6, 0xe3, 0x09, - 0x4a, 0x1e, 0x4f, 0x5c, 0x5a, 0xf7, 0xf1, 0x98, 0xd8, 0xd9, 0x0e, 0x75, 0x3c, 0xdd, 0xf7, 0x9b, - 0xa8, 0x69, 0x48, 0x79, 0xc7, 0x13, 0x9c, 0x49, 0xac, 0xf3, 0x88, 0x9f, 0x1a, 0x87, 0x6c, 0xb4, - 0x9b, 0x08, 0x85, 0xe0, 0xfc, 0x09, 0x6c, 0x82, 0x50, 0xd8, 0x41, 0xfb, 0x03, 0x6d, 0xda, 0x16, - 0xa3, 0x44, 0x2f, 0x10, 0xcd, 0x5e, 0x0f, 0x2e, 0x3b, 0x16, 0xfc, 0x07, 0x80, 0xc5, 0xb3, 0x48, - 0x9c, 0x98, 0x1a, 0xc2, 0x89, 0x42, 0xfd, 0x18, 0xc2, 0x23, 0x5c, 0x97, 0x3a, 0xdd, 0x17, 0x71, - 0x6c, 0xa1, 0x20, 0xa6, 0x2d, 0xf9, 0x12, 0x77, 0x95, 0x68, 0xc1, 0x28, 0x22, 0x8f, 0xdb, 0x56, - 0x08, 0x76, 0x9f, 0xd8, 0xdc, 0xc3, 0x6d, 0xb1, 0xd1, 0x20, 0xd5, 0x50, 0x8e, 0x91, 0x3b, 0x65, - 0xa3, 0x80, 0x81, 0x0b, 0xd5, 0xac, 0x2d, 0x82, 0x35, 0x37, 0x71, 0xde, 0x48, 0xe0, 0x0e, 0x64, - 0xe5, 0xe0, 0x61, 0x6f, 0xa9, 0x01, 0xb6, 0x58, 0x17, 0x5a, 0x25, 0xcc, 0x66, 0xfe, 0x8c, 0x04, - 0xc2, 0xc3, 0x36, 0x70, 0x7d, 0x10, 0xd9, 0x5e, 0xf1, 0x02, 0xd9, 0x2e, 0x6c, 0x50, 0x46, 0x6a, - 0x28, 0x2a, 0xd8, 0xe0, 0x82, 0x69, 0x2b, 0x40, 0x29, 0x03, 0x5a, 0x21, 0xbb, 0xcc, 0x7d, 0xf4, - 0x58, 0x56, 0x4a, 0xe0, 0x7e, 0x2d, 0x31, 0x96, 0xe4, 0x89, 0x80, 0x01, 0x7b, 0x01, 0x7f, 0xb1, - 0x91, 0xcd, 0xa8, 0x28, 0xa4, 0x4a, 0x8b, 0x01, 0xfd, 0x3d, 0x47, 0x08, 0x50, 0x6a, 0x30, 0x92, - 0x12, 0x7a, 0xa2, 0xf8, 0xe9, 0x12, 0x8f, 0x44, 0xd6, 0xa1, 0xff, 0xfe, 0xb9, 0x18, 0x70, 0x9c, - 0x03, 0x29, 0x20, 0xfd, 0xc0, 0x41, 0x4a, 0xce, 0x36, 0x84, 0x33, 0xde, 0x8c, 0xa4, 0x04, 0x4c, - 0x3c, 0x97, 0xbc, 0x74, 0x9a, 0xd2, 0xc5, 0x97, 0x47, 0x29, 0x5e, 0x92, 0x51, 0xf4, 0x7b, 0x9d, - 0x61, 0x28, 0x11, 0x90, 0x0a, 0x35, 0xef, 0x60, 0x5c, 0xc5, 0x97, 0x81, 0x14, 0x1d, 0xb2, 0x15, - 0x05, 0xc3, 0xb4, 0x43, 0x75, 0x01, 0x9e, 0xdc, 0x8b, 0x18, 0xcd, 0x25, 0xbe, 0xb8, 0x49, 0x7e, - 0xa4, 0x2a, 0xb9, 0x27, 0x43, 0x7c, 0x9c, 0x7a, 0x0f, 0xee, 0x8d, 0x02, 0x6b, 0xe1, 0xb5, 0x09, - 0x18, 0xb4, 0x2c, 0xcf, 0xc4, 0xc7, 0x0d, 0xd3, 0x4a, 0xd8, 0x84, 0x75, 0x63, 0xd1, 0x00, 0xe4, - 0xd8, 0x6a, 0x75, 0xbe, 0xe7, 0xf6, 0x48, 0xa3, 0xec, 0x31, 0x1a, 0x8c, 0xc8, 0x0b, 0xf4, 0x56, - 0x39, 0x64, 0x69, 0xf8, 0x06, 0xff, 0xb5, 0xa3, 0xaa, 0xe1, 0x78, 0x65, 0x98, 0x39, 0x3a, 0x0c, - 0x87, 0x42, 0xd6, 0x78, 0x9e, 0x1c, 0x9f, 0xe0, 0x1d, 0xa5, 0x67, 0x14, 0x8f, 0x30, 0xf2, 0xa7, - 0x6e, 0x74, 0x89, 0x13, 0x2c, 0xc5, 0xb2, 0xe7, 0xb8, 0xcc, 0x4e, 0x09, 0x00, 0xf6, 0xc0, 0x2b, - 0x1f, 0x07, 0xae, 0x3d, 0xde, 0x3c, 0xf6, 0x96, 0x1e, 0xd2, 0x7e, 0x3b, 0xa9, 0xaa, 0x00, 0x48, - 0x36, 0xed, 0x6b, 0x02, 0xb7, 0xa1, 0xc2, 0xc5, 0x07, 0x61, 0x79, 0xbb, 0x03, 0xf1, 0x9a, 0x1a, - 0x2a, 0xd9, 0xb4, 0xbb, 0x7d, 0x30, 0xa8, 0xe9, 0xc4, 0x05, 0x4d, 0x4b, 0xec, 0xd8, 0xfc, 0x92, - 0xbc, 0x67, 0xdd, 0xd3, 0xcb, 0xa3, 0xae, 0xab, 0x43, 0x8b, 0xc8, 0x41, 0x73, 0xde, 0x44, 0x88, - 0x17, 0x08, 0xe4, 0x45, 0x8f, 0xc7, 0x5f, 0xd2, 0x9d, 0x4c, 0xab, 0x2a, 0x28, 0xa6, 0xb1, 0x77, - 0x4f, 0x25, 0xdd, 0x0f, 0x02, 0x54, 0xba, 0x3b, 0x15, 0x62, 0x08, 0xe4, 0x4a, 0xb1, 0x16, 0x20, - 0xfc, 0xb4, 0x89, 0x54, 0xbf, 0x6b, 0x4b, 0x22, 0x9d, 0xdc, 0x1a, 0x10, 0x3b, 0x49, 0xf4, 0x26, - 0x96, 0x57, 0xdb, 0x81, 0x5b, 0x4c, 0x92, 0xca, 0x43, 0x5b, 0xdc, 0x34, 0xf1, 0x2f, 0xb3, 0x0a, - 0xd3, 0xb2, 0x47, 0x86, 0x45, 0xa5, 0x79, 0x8a, 0xa7, 0xff, 0xb3, 0x2f, 0x88, 0x75, 0x0d, 0xfc, - 0xf1, 0xd0, 0x79, 0x44, 0xeb, 0x32, 0x92, 0x0f, 0x07, 0xb4, 0xb1, 0xd1, 0x8e, 0x85, 0xac, 0x98, - 0x49, 0x69, 0xef, 0x10, 0x5f, 0xd8, 0x4b, 0xca, 0xbf, 0x9f, 0x45, 0xd5, 0xb9, 0xd3, 0xd3, 0xe3, - 0x9d, 0x30, 0x6a, 0xc2, 0xcb, 0x05, 0x94, 0xed, 0x4e, 0xe2, 0x18, 0xed, 0x03, 0x99, 0x83, 0xc8, - 0xc5, 0xab, 0x2a, 0x22, 0x29, 0xe1, 0x4b, 0x80, 0xbf, 0x41, 0x6b, 0x6d, 0x2e, 0x76, 0x3c, 0x2b, - 0xd5, 0x61, 0x21, 0xcb, 0x73, 0xda, 0x22, 0x6c, 0x72, 0xe4, 0x1a, 0x69, 0x0d, 0x31, 0x8a, 0xad, - 0x3a, 0x10, 0x1f, 0x62, 0x6e, 0xe0, 0xc6, 0x3c, 0xa7, 0xe2, 0x40, 0x20, 0xa3, 0xdc, 0x9a, 0xe8, - 0x0b, 0x74, 0xfb, 0xc0, 0x57, 0x57, 0xfb, 0xa1, 0xf9, 0x23, 0xcc, 0x5c, 0x59, 0xb7, 0x7b, 0xe3, - 0x6c, 0xb9, 0x2d, 0x99, 0xe7, 0xe8, 0x17, 0x9e, 0xc8, 0x3b, 0x66, 0x73, 0x77, 0x18, 0x0e, 0x94, - 0xe4, 0x71, 0x22, 0x37, 0x50, 0x4e, 0xc9, 0x72, 0x0a, 0x1e, 0x7c, 0x86, 0x20, 0x68, 0x4c, 0x4f, - 0x34, 0x60, 0x1b, 0x10, 0x91, 0x55, 0x2d, 0xc4, 0x7b, 0xcc, 0x9d, 0x88, 0x06, 0x47, 0x40, 0x31, - 0x4a, 0x03, 0xd9, 0x4f, 0xc2, 0x2b, 0xc8, 0x84, 0x54, 0xdc, 0x0c, 0x08, 0x1f, 0xb9, 0x48, 0xb6, - 0x1f, 0x60, 0x5f, 0xca, 0xc0, 0xd7, 0xa2, 0x6a, 0x55, 0xa5, 0xbe, 0x32, 0xdd, 0x4b, 0xd9, 0x58, - 0xb0, 0x6b, 0x9d, 0x60, 0xde, 0x2e, 0x1b, 0x01, 0x4b, 0x68, 0x45, 0x76, 0xf2, 0x12, 0x9d, 0x9e, - 0x6a, 0x15, 0x29, 0x7a, 0x43, 0xa4, 0xb8, 0x60, 0xbb, 0xe0, 0x29, 0x28, 0x55, 0x27, 0x76, 0x79, - 0x15, 0x6d, 0x71, 0x62, 0x1a, 0x5c, 0xa7, 0x86, 0x10, 0x65, 0x61, 0xab, 0x49, 0x86, 0x9a, 0x47, - 0xae, 0x4f, 0x07, 0xf6, 0x64, 0x08, 0x8a, 0xca, 0x4d, 0x84, 0x90, 0xc8, 0x23, 0x49, 0xbd, 0xc7, - 0xbb, 0xd3, 0x8a, 0x49, 0x33, 0x19, 0xe4, 0xd2, 0x3c, 0xcd, 0xc4, 0x53, 0xfc, 0x29, 0xa8, 0x64, - 0x18, 0x90, 0xdc, 0x26, 0xca, 0x83, 0x94, 0x3b, 0x36, 0x5a, 0xc8, 0x64, 0x91, 0x71, 0x52, 0x34, - 0x79, 0x80, 0x9a, 0x81, 0xe4, 0x42, 0x20, 0xe2, 0x95, 0x87, 0x60, 0x3f, 0x15, 0xd1, 0x9e, 0xef, - 0xfe, 0xb0, 0x83, 0xbc, 0x44, 0xe6, 0x42, 0x3a, 0xdf, 0x07, 0x8c, 0x41, 0xb9, 0x76, 0xae, 0xe7, - 0x0e, 0x89, 0x2e, 0x70, 0xde, 0x2e, 0xc2, 0x03, 0x8e, 0xaf, 0xdb, 0x43, 0x42, 0x13, 0x8f, 0xc3, - 0x50, 0xc2, 0xf5, 0x18, 0x74, 0x30, 0x2c, 0x32, 0xc8, 0x23, 0x9c, 0x5f, 0x5a, 0x89, 0xf2, 0xa8, - 0x14, 0xb9, 0x8b, 0x61, 0xd7, 0x57, 0x19, 0x78, 0x09, 0x93, 0x06, 0xee, 0x12, 0x58, 0x85, 0x1d, - 0x7b, 0x07, 0xf7, 0x22, 0x3c, 0x90, 0xf1, 0x16, 0x37, 0x34, 0x89, 0xf2, 0x44, 0xaa, 0x09, 0x12, - 0x58, 0xf9, 0xea, 0xe5, 0xe6, 0xa9, 0xa1, 0xfa, 0x1e, 0xe4, 0xa1, 0x14, 0x2c, 0x36, 0x7c, 0xf2, - 0x46, 0xa1, 0xbc, 0x0e, 0x39, 0xb6, 0x40, 0x99, 0xce, 0x3b, 0x6e, 0x7f, 0xeb, 0xc6, 0x72, 0x59, - 0xca, 0xa1, 0x88, 0x55, 0x95, 0x7a, 0x22, 0x36, 0x47, 0x1d, 0x51, 0x6e, 0x6e, 0x79, 0xac, 0x57, - 0xce, 0x8d, 0x8c, 0xf7, 0x4f, 0x9f, 0x45, 0xc3, 0xde, 0x10, 0xb8, 0xf9, 0x64, 0xc7, 0xa9, 0x7f, - 0xac, 0xbf, 0xbc, 0x1f, 0xff, 0x7c, 0xda, 0xfc, 0xeb, 0xc7, 0x21, 0x28, 0xed, 0xe0, 0x0f, 0x54, - 0xb4, 0xf9, 0x54, 0x06, 0x8c, 0xc2, 0x51, 0x25, 0x00, 0x44, 0x92, 0x4c, 0x78, 0x04, 0xde, 0x39, - 0x4f, 0x85, 0x81, 0x36, 0x6d, 0x35, 0xea, 0xa8, 0x25, 0x99, 0x34, 0xa4, 0xc6, 0x48, 0xa3, 0x52, - 0x87, 0x76, 0x6f, 0x18, 0xd1, 0xdf, 0x1e, 0x72, 0x4d, 0x5d, 0x70, 0xaf, 0x21, 0x7b, 0xcf, 0xae, - 0x25, 0xa4, 0x4a, 0x05, 0xdb, 0x8c, 0xad, 0x49, 0x87, 0x59, 0xc4, 0xaa, 0x3a, 0x1c, 0x14, 0x64, - 0xa8, 0x45, 0x7c, 0xd5, 0xf4, 0x47, 0xb0, 0xa1, 0x06, 0x54, 0xea, 0x2d, 0x5b, 0xf8, 0x6b, 0xa8, - 0x12, 0xd8, 0x1e, 0x99, 0x0e, 0xe8, 0xe3, 0x20, 0x15, 0xcc, 0x5e, 0xb4, 0x0e, 0x6f, 0xe6, 0x28, - 0xf0, 0x11, 0x36, 0xd9, 0xa0, 0x09, 0xe5, 0x88, 0x1e, 0xdf, 0xd5, 0x6d, 0xf6, 0xad, 0xa2, 0x5f, - 0x12, 0xdc, 0x47, 0x85, 0x2f, 0x57, 0x36, 0x1f, 0x8a, 0xce, 0x7f, 0xbd, 0x25, 0x76, 0xa9, 0x2b, - 0x5d, 0x1a, 0x28, 0x92, 0x78, 0x92, 0x75, 0xd6, 0xec, 0x4a, 0xe8, 0x2b, 0x58, 0x23, 0x3c, 0x71, - 0x5b, 0x11, 0xb7, 0x10, 0x25, 0x12, 0xd6, 0x47, 0xb3, 0x3c, 0x9c, 0x73, 0x7d, 0x00, 0x7d, 0x96, - 0x09, 0xda, 0xdb, 0x13, 0x8a, 0x11, 0x02, 0x74, 0x4a, 0xf6, 0x3e, 0xe1, 0x02, 0x3f, 0xd2, 0x47, - 0x3a, 0x6c, 0x9c, 0xe4, 0xd5, 0x01, 0xd7, 0xf9, 0x0e, 0x1d, 0x3d, 0xe4, 0x66, 0x86, 0x00, 0x28, - 0xfb, 0xdb, 0x85, 0x97, 0xf6, 0x26, 0x37, 0x98, 0x08, 0x38, 0x6e, 0x2f, 0x89, 0x73, 0xfa, 0xfc, - 0xf0, 0x17, 0x23, 0xae, 0xa7, 0x1c, 0x6b, 0x92, 0x89, 0xfd, 0x82, 0x4a, 0x4a, 0x17, 0x54, 0x5e, - 0xb1, 0xcc, 0xe6, 0x40, 0x7a, 0xd2, 0xc7, 0x4d, 0x25, 0xeb, 0x3e, 0x45, 0x80, 0x69, 0xd6, 0x90, - 0x8d, 0x48, 0x66, 0x26, 0xee, 0xa6, 0xab, 0xd1, 0x33, 0x91, 0x8f, 0x41, 0x9e, 0xfd, 0xe1, 0xca, - 0xaf, 0x17, 0xc4, 0x89, 0x36, 0x8c, 0x86, 0xdf, 0x61, 0x1a, 0xd9, 0x9d, 0x48, 0x29, 0x59, 0xc6, - 0xb0, 0xdb, 0x38, 0x69, 0x87, 0x8f, 0x4a, 0x43, 0x49, 0xcb, 0xac, 0x3e, 0xbc, 0x2f, 0x7f, 0x73, - 0x55, 0xaf, 0x06, 0xa0, 0xed, 0x3a, 0x82, 0xc0, 0x52, 0xdd, 0xd0, 0x7f, 0x03, 0x6e, 0x65, 0x0d, - 0x61, 0x4e, 0x5c, 0x91, 0xc5, 0xa4, 0xd0, 0x52, 0x3d, 0x7d, 0x6a, 0x2c, 0x4a, 0x39, 0x9e, 0x62, - 0x0d, 0xab, 0x49, 0xbd, 0xd9, 0x5b, 0x46, 0x4b, 0x63, 0x97, 0xe1, 0x32, 0xd9, 0x2e, 0x4f, 0xa0, - 0xc4, 0x25, 0x19, 0x01, 0xa4, 0x46, 0x8a, 0xb4, 0xd0, 0x29, 0x68, 0x58, 0x2f, 0x4b, 0x10, 0x43, - 0xfb, 0x55, 0x6f, 0x60, 0xf5, 0x10, 0x19, 0xd8, 0xee, 0xad, 0xc3, 0x4e, 0xdd, 0x35, 0xcc, 0x3a, - 0xd5, 0xbd, 0x46, 0x1f, 0x42, 0x4e, 0x2a, 0x70, 0x75, 0x9c, 0x00, 0x4f, 0xcb, 0xbd, 0x9b, 0xd3, - 0x0a, 0xdb, 0x97, 0x68, 0x9e, 0xe7, 0x5e, 0x4f, 0xc9, 0x4b, 0xf7, 0xb9, 0xf7, 0x88, 0x5f, 0xaf, - 0x44, 0xc0, 0x33, 0xf7, 0x68, 0x8f, 0x35, 0xcd, 0x73, 0xdb, 0x39, 0xbf, 0x9b, 0x1d, 0x2f, 0xe1, - 0x7d, 0x71, 0x1f, 0x66, 0x56, 0x65, 0x39, 0x03, 0xa9, 0x82, 0xa6, 0x7c, 0xc8, 0xcd, 0x19, 0x8b, - 0x55, 0x18, 0xc4, 0x1a, 0x3f, 0xa9, 0xbf, 0xed, 0xb1, 0xa7, 0x4a, 0x0c, 0x91, 0x78, 0x7b, 0x5b, - 0x24, 0x06, 0x59, 0x49, 0x82, 0x83, 0x4f, 0xb8, 0x2d, 0x89, 0x94, 0xd4, 0xb9, 0xe0, 0x67, 0x29, - 0xe9, 0x44, 0x88, 0x4c, 0xc7, 0x3a, 0x53, 0x3d, 0xa9, 0x39, 0xcd, 0xe9, 0x47, 0xb7, 0x80, 0x18, - 0xd9, 0xb3, 0xc2, 0xd7, 0x98, 0xc7, 0x0f, 0x62, 0xc5, 0xa7, 0x1b, 0x70, 0x94, 0x22, 0xef, 0x79, - 0x66, 0x9e, 0x66, 0x97, 0x07, 0x57, 0xa9, 0xc0, 0x22, 0x50, 0x3a, 0x81, 0x60, 0x98, 0x5e, 0x13, - 0x0a, 0x63, 0x3e, 0x06, 0xb8, 0x07, 0xac, 0x9f, 0x83, 0xbe, 0x3b, 0x22, 0x85, 0xea, 0xd1, 0x71, - 0xc3, 0x6d, 0x32, 0xc5, 0x8a, 0x1f, 0xe3, 0xbb, 0x4a, 0xe1, 0x99, 0x45, 0x00, 0x49, 0xf9, 0x84, - 0x8d, 0xd5, 0xae, 0x9a, 0xae, 0x7e, 0xe4, 0x69, 0x01, 0xe3, 0xc8, 0x65, 0xea, 0x8b, 0x51, 0x90, - 0x78, 0xf3, 0x96, 0xb6, 0xed, 0xc4, 0x50, 0xaa, 0xb0, 0x21, 0x91, 0x9a, 0x35, 0x3e, 0xa9, 0x3f, - 0x1b, 0xbe, 0x28, 0x99, 0x49, 0x81, 0xae, 0x96, 0x8d, 0x26, 0xf8, 0xbc, 0xce, 0x81, 0x2c, 0x24, - 0xfa, 0x51, 0xd5, 0x33, 0x33, 0xf6, 0x9c, 0xe0, 0x96, 0xf0, 0x99, 0xd5, 0x5d, 0xf2, 0x30, 0xde, - 0xad, 0xc8, 0xc0, 0xc0, 0xf0, 0x89, 0x46, 0x4d, 0x44, 0x8a, 0x38, 0xe6, 0xe9, 0xde, 0x3a, 0x79, - 0x16, 0xf6, 0x74, 0xb8, 0xca, 0xa3, 0x06, 0x7d, 0x7e, 0xf5, 0x9c, 0x63, 0x33, 0x57, 0xc0, 0xd5, - 0x57, 0xdb, 0x79, 0xbb, 0x70, 0xb3, 0x81, 0x44, 0x5b, 0x43, 0x1d, 0xca, 0xfc, 0x42, 0x50, 0xd5, - 0x79, 0xb6, 0xfe, 0xf8, 0xe3, 0x6c, 0xb2, 0x43, 0xd1, 0x1d, 0x48, 0x02, 0x10, 0x35, 0xe3, 0x39, - 0xf3, 0x0a, 0x83, 0x5f, 0xaf, 0x7c, 0x5c, 0x70, 0x38, 0x8b, 0x62, 0x7d, 0xbb, 0x7e, 0x7d, 0x1e, - 0x04, 0xc8, 0x11, 0xd5, 0x40, 0xc8, 0x40, 0x06, 0xa8, 0x13, 0x10, 0xbe, 0xe0, 0x4d, 0xac, 0xfb, - 0xf4, 0xa7, 0x1c, 0x26, 0x0b, 0xc0, 0xf4, 0x2a, 0x0a, 0xa0, 0x13, 0x5b, 0xc1, 0xea, 0x4c, 0x05, - 0x7c, 0xa6, 0xc4, 0x37, 0x2b, 0xd9, 0xb0, 0x6f, 0xd1, 0x5e, 0x47, 0x41, 0xa2, 0x4c, 0x5e, 0xc5, - 0x51, 0xcd, 0x1e, 0x73, 0xea, 0x65, 0xf8, 0xa1, 0x82, 0x86, 0x53, 0x2d, 0x41, 0xd8, 0x92, 0xe6, - 0x31, 0xf5, 0xbb, 0x5a, 0xbe, 0x6a, 0xa5, 0xc8, 0x70, 0xb8, 0x67, 0x12, 0x53, 0x34, 0x17, 0x20, - 0xf2, 0x88, 0xe3, 0x7f, 0xb8, 0x41, 0x47, 0x42, 0x51, 0x2d, 0x3c, 0x98, 0x3c, 0x26, 0x05, 0xb1, - 0x4f, 0x88, 0x33, 0xd7, 0xc1, 0xad, 0x66, 0xa1, 0xbc, 0x99, 0xbf, 0x4f, 0x20, 0xab, 0xcd, 0xed, - 0xfd, 0x8e, 0xde, 0xda, 0x6d, 0xe6, 0xac, 0x30, 0xd5, 0x8d, 0xd0, 0x76, 0x09, 0x94, 0x00, 0xcc, - 0x4d, 0xc2, 0x53, 0x7a, 0xc8, 0xb5, 0x72, 0x96, 0xcb, 0x3c, 0x28, 0xdd, 0x85, 0x4d, 0xb0, 0x04, - 0xbf, 0xad, 0xa7, 0xa7, 0x61, 0xdc, 0x79, 0x7f, 0xa0, 0x7c, 0x02, 0xee, 0xf9, 0xd9, 0xbb, 0x37, - 0xde, 0xfa, 0xfd, 0xe5, 0x16, 0x75, 0xe9, 0xf4, 0xc2, 0xce, 0x60, 0xd4, 0x58, 0x5d, 0x48, 0x3a, - 0x04, 0xb0, 0x46, 0xfd, 0x3c, 0x6a, 0x39, 0x8c, 0x65, 0x9c, 0x97, 0xb0, 0x20, 0xa5, 0x57, 0x9d, - 0xf4, 0x61, 0xb3, 0x88, 0x5c, 0x7d, 0xf6, 0x39, 0xfd, 0x8c, 0x3b, 0xda, 0xd3, 0xfc, 0xe3, 0xe6, - 0xdb, 0xa3, 0x75, 0xd3, 0x97, 0x42, 0xb0, 0x32, 0x89, 0x7b, 0x4c, 0x59, 0xaa, 0x95, 0x94, 0xbf, - 0xd5, 0x49, 0xf0, 0xe1, 0x48, 0x5e, 0xc4, 0x74, 0x44, 0xd1, 0xeb, 0xfd, 0xa4, 0xe2, 0xd2, 0x6d, - 0x60, 0xdc, 0x31, 0x50, 0x32, 0x0c, 0x9d, 0x9f, 0x9b, 0x79, 0x12, 0x73, 0xb0, 0xac, 0x20, 0x5e, - 0xb1, 0x8d, 0xbf, 0x3e, 0xcb, 0xea, 0xf9, 0xa0, 0x7f, 0xe6, 0x37, 0x7b, 0xf9, 0x75, 0xbb, 0x00, - 0x11, 0x1b, 0xab, 0xee, 0x55, 0x41, 0x98, 0xd7, 0x19, 0xe8, 0x26, 0xd5, 0x55, 0x92, 0x86, 0x9c, - 0x8d, 0x87, 0x35, 0x63, 0xf7, 0x49, 0xf9, 0x74, 0x56, 0x64, 0xab, 0x4b, 0x98, 0x34, 0x8b, 0xfa, - 0x18, 0x05, 0x68, 0x16, 0x22, 0xa9, 0x82, 0xf4, 0x41, 0x2e, 0xea, 0xf4, 0xb5, 0x17, 0x22, 0xb7, - 0xa8, 0x9f, 0xcd, 0x02, 0x98, 0x1e, 0x3e, 0x48, 0xfe, 0x0b, 0x03, 0xce, 0x0a, 0xe4, 0x58, 0x70, - 0xf7, 0x41, 0x41, 0xc8, 0x7e, 0x32, 0x49, 0x43, 0xe6, 0xce, 0xeb, 0x63, 0x2f, 0x7d, 0xff, 0x96, - 0x2e, 0x89, 0x30, 0x22, 0x8e, 0x04, 0x59, 0xff, 0x74, 0xc3, 0x8d, 0x7a, 0xe5, 0x42, 0x38, 0x47, - 0x38, 0x2d, 0x9e, 0x5e, 0x77, 0x67, 0x7a, 0x15, 0xcc, 0x41, 0xd0, 0xe2, 0xb4, 0x82, 0xd7, 0xce, - 0xa1, 0x20, 0x34, 0xe2, 0x87, 0xeb, 0xea, 0x9a, 0x8d, 0xd3, 0x6c, 0x42, 0xa2, 0x61, 0x4b, 0x32, - 0x86, 0x9d, 0x57, 0x08, 0xb8, 0x4b, 0x3a, 0x2f, 0x0c, 0xd9, 0xae, 0x98, 0x6f, 0x14, 0x95, 0xd7, - 0x26, 0xcc, 0xd7, 0xbd, 0xfe, 0x6e, 0xab, 0x1f, 0x37, 0x51, 0x98, 0x45, 0x64, 0x9c, 0xa4, 0x0f, - 0xe0, 0x18, 0x12, 0x10, 0xaa, 0x43, 0xf2, 0xd3, 0x3f, 0x02, 0x94, 0x45, 0xdf, 0x1d, 0x81, 0xf1, - 0xe8, 0x3c, 0x73, 0xe9, 0x00, 0x91, 0x45, 0x41, 0xef, 0x41, 0x4c, 0x68, 0x14, 0xc1, 0x3d, 0x41, - 0xcd, 0x9c, 0x83, 0x9d, 0xce, 0xad, 0x87, 0x6d, 0x90, 0xae, 0xbe, 0xeb, 0x3e, 0xb8, 0x41, 0xe9, - 0x1d, 0xc6, 0xb6, 0xc4, 0xaa, 0xb1, 0xad, 0x53, 0x3b, 0x95, 0x94, 0xeb, 0xe2, 0xf3, 0xe9, 0x75, - 0x30, 0x14, 0x73, 0x20, 0x8a, 0x33, 0x8a, 0x3b, 0x3c, 0x68, 0x3a, 0x69, 0x3b, 0x88, 0x38, 0x72, - 0xd2, 0xda, 0x22, 0xbc, 0x49, 0x23, 0xe9, 0xf0, 0x75, 0x34, 0x6f, 0x24, 0x66, 0x08, 0x73, 0xa0, - 0x8e, 0x9a, 0xeb, 0x22, 0x2a, 0xa0, 0x23, 0x84, 0x6c, 0x2d, 0xd6, 0x29, 0xe0, 0xb8, 0xfd, 0xd8, - 0x1b, 0xeb, 0xf4, 0x75, 0x9c, 0xae, 0x56, 0x0a, 0x95, 0xff, 0x1c, 0xd0, 0x61, 0xd2, 0x86, 0xb4, - 0xce, 0xf9, 0x69, 0xe6, 0x20, 0x07, 0xd8, 0x42, 0x01, 0xc5, 0xd5, 0x45, 0x7f, 0x4f, 0x2f, 0x99, - 0x38, 0x45, 0x93, 0x72, 0x87, 0xfe, 0x2a, 0xb8, 0x44, 0x24, 0x1c, 0x8e, 0xe9, 0xa8, 0x67, 0x1d, - 0xb8, 0xcd, 0x8e, 0x08, 0x27, 0xec, 0x01, 0x65, 0xec, 0xa9, 0x02, 0xe9, 0x1b, 0x25, 0x85, 0x54, - 0x6e, 0xe5, 0x62, 0x60, 0x0c, 0xab, 0x09, 0xc9, 0x61, 0xda, 0xfe, 0x72, 0xc5, 0x08, 0xe9, 0xcb, - 0x27, 0xa2, 0xeb, 0xe7, 0x4f, 0x71, 0x51, 0x64, 0x30, 0x17, 0x9f, 0x22, 0x26, 0x90, 0x08, 0x10, - 0x6c, 0x8b, 0x7a, 0xcc, 0xdf, 0x10, 0x93, 0xef, 0xae, 0xfa, 0xfd, 0x89, 0x57, 0xcf, 0x56, 0x04, - 0x19, 0x42, 0x28, 0xfd, 0x12, 0x62, 0x3c, 0x52, 0x7d, 0xd2, 0x41, 0xa5, 0x03, 0xb9, 0xf7, 0xe5, - 0x1f, 0xf5, 0xd5, 0xb5, 0x15, 0x1f, 0x45, 0x18, 0x1c, 0x28, 0x1c, 0xe8, 0x5a, 0x50, 0x1b, 0x2d, - 0x69, 0xb8, 0x23, 0x20, 0x7d, 0x7b, 0x3c, 0xe7, 0xea, 0x0b, 0x93, 0x93, 0x56, 0xcf, 0x39, 0xf3, - 0xff, 0xfa, 0x0f, 0x8a, 0xcb, 0xeb, 0xa0, 0xaa, 0xeb, 0x0d, 0x00, 0xec, 0xc3, 0x6f, 0xa0, 0x32, - 0x27, 0x84, 0x0d, 0x79, 0xad, 0x3e, 0xed, 0x80, 0x8f, 0xc2, 0xef, 0x02, 0xe9, 0x22, 0x0d, 0xa1, - 0x6f, 0x84, 0xe6, 0xe9, 0x11, 0xa2, 0x52, 0x8a, 0x0e, 0x50, 0x3d, 0x01, 0x20, 0x79, 0xb3, 0xb3, - 0xfd, 0x00, 0x31, 0x70, 0xd5, 0x1d, 0xcb, 0xce, 0xa4, 0x26, 0x8b, 0xce, 0x8c, 0xd4, 0x9a, 0xa7, - 0x2c, 0xc8, 0xc2, 0x50, 0x2e, 0x1f, 0xe3, 0x65, 0x93, 0xf7, 0xf3, 0x25, 0xdc, 0x0e, 0x7f, 0x5d, - 0x04, 0xe6, 0x3d, 0x2b, 0xa6, 0x5c, 0x2a, 0xbb, 0xa0, 0x1c, 0xa2, 0x5c, 0xc6, 0xaa, 0x4e, 0xb3, - 0x44, 0xf5, 0xc0, 0x66, 0x24, 0x3d, 0x2b, 0x12, 0xc7, 0x85, 0xf3, 0x26, 0xa0, 0xfb, 0xf1, 0x27, - 0xdb, 0x51, 0xa1, 0x4b, 0x8d, 0x3f, 0x58, 0x58, 0x8c, 0x47, 0x73, 0x9e, 0x1e, 0x92, 0xc8, 0x73, - 0x8a, 0xd4, 0xb5, 0x9e, 0x41, 0xcc, 0xa1, 0xca, 0xdf, 0xb9, 0x5e, 0x04, 0x63, 0x79, 0x89, 0xe9, - 0x42, 0xe3, 0x08, 0x27, 0xfe, 0xce, 0x4f, 0x60, 0x53, 0x25, 0xed, 0x45, 0x1a, 0x50, 0x27, 0xba, - 0x6f, 0x00, 0xd4, 0x59, 0x36, 0x77, 0x12, 0x0a, 0x33, 0x8a, 0x45, 0xdd, 0x9a, 0xc6, 0x54, 0xcc, - 0x8d, 0x80, 0xb8, 0xfa, 0xeb, 0x77, 0x30, 0x73, 0xb4, 0x9c, 0x45, 0xe7, 0x53, 0xf4, 0x72, 0x24, - 0xd7, 0xc6, 0xaa, 0x3a, 0xc0, 0x67, 0xb7, 0x41, 0x62, 0x5b, 0x6f, 0xb3, 0xe8, 0xd4, 0xb9, 0x43, - 0x15, 0xc5, 0xed, 0x5d, 0x46, 0xc7, 0x88, 0xe9, 0x54, 0xe9, 0xfe, 0x27, 0xa0, 0x2b, 0x72, 0x24, - 0xa0, 0xe2, 0xf0, 0x63, 0xe7, 0x24, 0x40, 0x81, 0xa6, 0x3c, 0x40, 0x6d, 0x07, 0x34, 0x7c, 0x5d, - 0x7e, 0x45, 0xbd, 0xa3, 0x26, 0x7e, 0x01, 0xd1, 0xdc, 0x48, 0xf4, 0xcf, 0x1f, 0xe1, 0x3d, 0x92, - 0x98, 0x02, 0xa5, 0x30, 0x0b, 0xb9, 0x14, 0xd7, 0x25, 0x1f, 0xe9, 0xe3, 0xad, 0x1b, 0xaf, 0x72, - 0x44, 0xa4, 0x2f, 0x05, 0x1b, 0x0a, 0x31, 0xf7, 0xfb, 0x16, 0x46, 0xbb, 0xaf, 0x0d, 0xa0, 0x67, - 0x78, 0x04, 0x68, 0xdb, 0x4e, 0xad, 0xb6, 0xf4, 0xf9, 0x23, 0x3a, 0xae, 0x09, 0x21, 0xc0, 0x61, - 0x01, 0x67, 0x5e, 0x46, 0x87, 0x8a, 0x6b, 0x5f, 0x1d, 0xf8, 0x7e, 0x69, 0x48, 0x7d, 0x86, 0x7b, - 0x94, 0xb9, 0xcf, 0xe4, 0xf3, 0x1c, 0x91, 0x33, 0x31, 0x9b, 0xfa, 0xdc, 0xf6, 0x4f, 0x16, 0x30, - 0x59, 0xf2, 0x8f, 0xf0, 0xce, 0xea, 0xf6, 0x23, 0x47, 0xfb, 0xbc, 0xaf, 0x11, 0x5d, 0x1d, 0xf9, - 0x7a, 0x8d, 0xe8, 0xb5, 0x64, 0xc1, 0xe7, 0x59, 0xf4, 0x5d, 0xf2, 0x4f, 0x0b, 0x36, 0x5f, 0x57, - 0x5c, 0x5c, 0x25, 0x3c, 0xa6, 0x97, 0x38, 0x8e, 0x8f, 0xd6, 0x20, 0xfc, 0x3d, 0x49, 0x75, 0x5f, - 0x64, 0xc2, 0xb6, 0x23, 0x07, 0xdf, 0x13, 0x53, 0x8d, 0x81, 0x0c, 0x5d, 0x6a, 0xe2, 0x16, 0x33, - 0x96, 0xba, 0xb2, 0x41, 0x7d, 0xb4, 0x4e, 0x54, 0x90, 0x10, 0x6a, 0x37, 0x9d, 0xae, 0x8b, 0x52, - 0xc3, 0x2b, 0x96, 0xa9, 0xc0, 0x09, 0x2d, 0x2f, 0x1a, 0xda, 0xfa, 0x23, 0x14, 0x9f, 0x36, 0x0d, - 0x75, 0x3b, 0x1e, 0x04, 0x93, 0x1d, 0x0c, 0x99, 0x0d, 0xfc, 0x19, 0x11, 0xb4, 0x08, 0x51, 0x2b, - 0xfe, 0x0c, 0xb7, 0x56, 0x87, 0x07, 0xbc, 0x71, 0x29, 0xd8, 0x62, 0x25, 0x3d, 0x24, 0xa5, 0xdb, - 0x3d, 0x46, 0xa8, 0x53, 0xaf, 0x19, 0xdd, 0x13, 0xa6, 0xd3, 0xc0, 0x6a, 0xe7, 0xcd, 0xa1, 0x9a, - 0xbd, 0x49, 0x64, 0xb2, 0x43, 0x81, 0x57, 0xbd, 0xfc, 0x32, 0xd2, 0x03, 0xee, 0xd5, 0x15, 0x1e, - 0xc9, 0x1f, 0xc0, 0x7f, 0x04, 0xbd, 0x7d, 0x0d, 0xa7, 0x20, 0x04, 0xc6, 0xa3, 0x97, 0x0e, 0x3a, - 0x33, 0x2c, 0x15, 0xa6, 0x46, 0x41, 0x98, 0x69, 0x8b, 0xa2, 0xf1, 0x11, 0x0d, 0xee, 0xa3, 0x7a, - 0x41, 0x74, 0xd5, 0xa4, 0x2f, 0x48, 0x50, 0xb7, 0x63, 0x2f, 0x2a, 0x66, 0xa7, 0x93, 0x6c, 0xa9, - 0x1d, 0x1d, 0xbe, 0x5f, 0xe2, 0x62, 0xdf, 0x4f, 0x80, 0x21, 0x93, 0x6c, 0x10, 0xf7, 0x02, 0x99, - 0x03, 0x00, 0x2c, 0xb0, 0xcb, 0x6c, 0xb3, 0x21, 0x8e, 0x17, 0x18, 0x9d, 0x4f, 0x9b, 0x4d, 0xaf, - 0x19, 0xc0, 0x7e, 0x83, 0x02, 0xa3, 0x4c, 0xbd, 0x9a, 0x09, 0xad, 0x10, 0x57, 0x8b, 0xd9, 0xcf, - 0x5f, 0xb2, 0x2b, 0xff, 0x94, 0x8a, 0xe6, 0x0f, 0xb9, 0x08, 0xb1, 0xce, 0x52, 0x80, 0xc8, 0x11, - 0x48, 0x2b, 0x1e, 0x72, 0x3e, 0x29, 0xe7, 0xc3, 0x31, 0x39, 0x94, 0xcb, 0x6d, 0xa4, 0x3c, 0x76, - 0x30, 0x0f, 0x5b, 0xd4, 0x5b, 0x01, 0x62, 0xa2, 0xf0, 0x27, 0x2a, 0x40, 0xd6, 0x63, 0x3a, 0x00, - 0x3e, 0xe3, 0x83, 0x9f, 0x14, 0x13, 0x7b, 0x94, 0xb4, 0xbd, 0x2b, 0x21, 0xaf, 0x87, 0xca, 0xbd, - 0x4e, 0x8d, 0x28, 0xbb, 0xb2, 0x7d, 0x85, 0xb0, 0x9f, 0xda, 0x5f, 0x9c, 0x15, 0x37, 0xd3, 0x89, - 0xb6, 0xc2, 0x1b, 0x5b, 0x63, 0xa6, 0x67, 0x89, 0x6a, 0xf9, 0x15, 0x7e, 0xea, 0x9b, 0x26, 0x61, - 0x97, 0x28, 0xb4, 0x73, 0x6a, 0xed, 0xa1, 0x0a, 0xf4, 0xa6, 0x7b, 0x23, 0x69, 0x47, 0x74, 0xd9, - 0x85, 0x3c, 0x51, 0xa6, 0xe4, 0xf3, 0xd2, 0x09, 0x3b, 0x03, 0xb8, 0x23, 0xf1, 0xec, 0x05, 0xd2, - 0xe7, 0xbe, 0x4c, 0xe5, 0xe2, 0xc5, 0x6c, 0xc6, 0x38, 0x73, 0xa9, 0xd5, 0xb1, 0x74, 0x64, 0xa0, - 0x17, 0x74, 0xa1, 0xa6, 0xf6, 0xc6, 0x88, 0x7a, 0x3d, 0xa1, 0x87, 0xfb, 0xfe, 0x55, 0x88, 0xf7, - 0x5d, 0x3e, 0x0a, 0xcf, 0x39, 0x79, 0x0f, 0x77, 0x48, 0xd4, 0x8c, 0x5e, 0x03, 0x2a, 0x32, 0xc4, - 0x6e, 0x6e, 0x15, 0x96, 0x37, 0x95, 0x44, 0x89, 0xec, 0x2f, 0x1a, 0xa1, 0xdc, 0xe1, 0xaa, 0x9b, - 0xcf, 0x4d, 0x05, 0x7b, 0xde, 0x0b, 0x61, 0x59, 0xf6, 0x1c, 0xda, 0x9f, 0x63, 0xfc, 0xb3, 0xa0, - 0x5f, 0x96, 0xa3, 0x24, 0xaf, 0xe4, 0x9a, 0x46, 0xf8, 0x71, 0x39, 0xaf, 0xc5, 0x7c, 0x2c, 0x45, - 0xe2, 0x94, 0xa1, 0x5e, 0x4b, 0xe1, 0xa1, 0x5f, 0x17, 0x73, 0xd6, 0x62, 0x5e, 0x8b, 0xb9, 0x4b, - 0x91, 0x55, 0xde, 0x4b, 0xf9, 0x93, 0x85, 0x28, 0x1e, 0x32, 0x3a, 0x81, 0x01, 0x2d, 0x64, 0xa0, - 0xa1, 0xb9, 0x55, 0x2c, 0xb3, 0x5e, 0x69, 0x2a, 0xc8, 0xd1, 0xf3, 0xbf, 0x1e, 0x80, 0x3c, 0x77, - 0x1d, 0xfd, 0x05, 0x27, 0xd0, 0x7e, 0x6c, 0x03, 0x25, 0xea, 0x6a, 0xdc, 0x50, 0xa8, 0x90, 0x6e, - 0x38, 0xb2, 0xf9, 0x71, 0x4a, 0x96, 0xb9, 0x2f, 0x27, 0x76, 0xf7, 0xea, 0x19, 0x91, 0x29, 0x6a, - 0x9b, 0xe8, 0x1d, 0x8c, 0x73, 0x4e, 0xe0, 0xc0, 0x78, 0xeb, 0x10, 0x6d, 0x7a, 0xd3, 0xcc, 0x51, - 0xd1, 0x2c, 0xf8, 0x1d, 0xc9, 0x8e, 0x27, 0x86, 0xb2, 0x9d, 0xf3, 0x8a, 0x56, 0xaa, 0xee, 0x34, - 0xf1, 0x12, 0xf2, 0x70, 0x5b, 0x8f, 0x7a, 0x17, 0x49, 0xaf, 0x04, 0x15, 0xd1, 0x93, 0xc3, 0xfa, - 0xb6, 0xa8, 0xcb, 0xe9, 0x31, 0x61, 0xc5, 0x8f, 0x36, 0xef, 0x00, 0x67, 0xc9, 0x69, 0x18, 0x55, - 0xce, 0xe8, 0xe5, 0xed, 0xf5, 0x72, 0x45, 0xb5, 0x1d, 0x76, 0x24, 0x22, 0x5f, 0x2c, 0x5a, 0x2d, - 0xda, 0xa4, 0x80, 0x0d, 0xc7, 0xa2, 0x62, 0x8d, 0xfb, 0x74, 0x32, 0x4f, 0xf5, 0xc6, 0x30, 0xa2, - 0x96, 0x47, 0x20, 0x7e, 0xbd, 0xc9, 0x4c, 0xf7, 0xf1, 0xbb, 0x7e, 0x1a, 0xd6, 0x7a, 0x35, 0xb1, - 0xd5, 0xb1, 0x46, 0xe0, 0x21, 0x1d, 0x4c, 0x97, 0x96, 0x49, 0x20, 0x0b, 0x35, 0x2a, 0x27, 0x65, - 0x5e, 0xac, 0xd5, 0xbb, 0xfa, 0xca, 0xd0, 0xfb, 0x4f, 0x93, 0xca, 0x4d, 0xe4, 0xcb, 0x60, 0xe7, - 0x29, 0xce, 0xef, 0xab, 0xff, 0xc5, 0x45, 0xf3, 0xf7, 0x8f, 0xfe, 0x7c, 0xd1, 0xfc, 0xe1, 0xd1, - 0xaa, 0x7f, 0x8e, 0xb0, 0xc0, 0x80, 0x8c, 0xf1, 0x4f, 0x27, 0x12, 0xff, 0xce, 0x6a, 0xfe, 0x0f, - 0xd0, 0x13, 0x6b, 0x1f, 0x38, 0xf9, 0x21, 0x3e, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, - 0x59, 0x73, 0x00, 0x00, 0x0e, 0xc4, 0x00, 0x00, 0x0e, 0xc4, 0x01, 0x95, 0x2b, 0x0e, 0x1b, 0x00, - 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xe2, 0x02, 0x11, 0x14, 0x2d, 0x24, 0x02, 0x3b, - 0xc6, 0x21, 0x00, 0x00, 0x02, 0x8b, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xad, 0x95, 0x3b, 0x4b, - 0x23, 0x51, 0x14, 0xc7, 0x7f, 0x77, 0x92, 0x60, 0xd4, 0x8c, 0x0f, 0xd4, 0xcc, 0x06, 0x6c, 0xe2, - 0xab, 0x09, 0x9a, 0xc2, 0x46, 0x05, 0x2d, 0xc4, 0xc6, 0x4f, 0x60, 0x61, 0xb1, 0xdf, 0xc0, 0x4f, - 0xb0, 0xbd, 0xdf, 0x41, 0xb6, 0xb5, 0x49, 0x25, 0xda, 0x4a, 0xc4, 0xd8, 0xd9, 0x05, 0x04, 0x05, - 0x11, 0x2c, 0xc4, 0x67, 0x22, 0xe2, 0x4c, 0xc6, 0x64, 0x72, 0xe7, 0xce, 0x16, 0x6e, 0x66, 0x4d, - 0x66, 0x46, 0xc1, 0xcd, 0x81, 0x69, 0xee, 0xb9, 0xf7, 0x77, 0xfe, 0xe7, 0xc5, 0x08, 0x4d, 0xd3, - 0x7e, 0x29, 0xa5, 0x7e, 0xd2, 0x65, 0x13, 0x42, 0x14, 0x04, 0x70, 0xb9, 0xb6, 0xb6, 0x36, 0x35, - 0x3a, 0x3a, 0x8a, 0xa6, 0x69, 0xff, 0x0d, 0xf5, 0x3c, 0x8f, 0x6a, 0xb5, 0xca, 0xe1, 0xe1, 0x61, - 0x33, 0x0e, 0xd0, 0x09, 0x1e, 0x1a, 0x1a, 0x62, 0x78, 0x78, 0x38, 0xf4, 0xa1, 0xe3, 0x38, 0x98, - 0xa6, 0x89, 0x69, 0x9a, 0x51, 0x8a, 0x19, 0x19, 0x19, 0x61, 0x7c, 0x7c, 0x3c, 0x11, 0x07, 0x02, - 0x8a, 0xf3, 0xf9, 0x3c, 0xf3, 0xf3, 0xf3, 0x91, 0xea, 0xa4, 0x94, 0x54, 0xab, 0x55, 0xce, 0xce, - 0xce, 0x28, 0x97, 0xcb, 0xa1, 0x01, 0x34, 0x4d, 0x23, 0xfe, 0x59, 0x8a, 0x4a, 0x29, 0x2a, 0x95, - 0x0a, 0x9e, 0xe7, 0xf9, 0x67, 0x89, 0x44, 0x82, 0x81, 0x81, 0x01, 0x0c, 0xc3, 0x60, 0x6c, 0x6c, - 0x8c, 0xc1, 0xc1, 0x41, 0x4a, 0xa5, 0x52, 0xe8, 0xfb, 0x4f, 0xe1, 0x52, 0x4a, 0xf6, 0xf6, 0xf6, - 0xb0, 0x2c, 0xab, 0xed, 0x3c, 0x93, 0xc9, 0xb0, 0xba, 0xba, 0x8a, 0x61, 0x18, 0xe4, 0xf3, 0x79, - 0xce, 0xcf, 0xcf, 0x79, 0x7a, 0x7a, 0x0a, 0xbc, 0xff, 0x56, 0x07, 0xef, 0xee, 0xee, 0x38, 0x3e, - 0x3e, 0xf6, 0x33, 0x99, 0x9c, 0x9c, 0x0c, 0xbd, 0xf7, 0xed, 0xf1, 0xb8, 0xb9, 0xb9, 0xe1, 0xed, - 0xed, 0x0d, 0x80, 0x9e, 0x9e, 0x9e, 0xee, 0xc2, 0xd3, 0xe9, 0x34, 0xc9, 0x64, 0x12, 0x80, 0x46, - 0xa3, 0x11, 0x0d, 0xb7, 0x6d, 0xbb, 0xad, 0x69, 0x5f, 0x59, 0x32, 0x99, 0x64, 0x79, 0x79, 0x19, - 0x21, 0x04, 0xb6, 0x6d, 0x73, 0x71, 0x71, 0xd1, 0xe6, 0x77, 0x1c, 0x07, 0x29, 0xe5, 0x7b, 0x43, - 0xaf, 0xae, 0xae, 0xe8, 0xed, 0xed, 0x45, 0xd7, 0x75, 0xfa, 0xfa, 0xfa, 0x70, 0x5d, 0x17, 0x80, - 0x58, 0x2c, 0xc6, 0xe2, 0xe2, 0x22, 0x52, 0x4a, 0x7f, 0xc4, 0x52, 0xa9, 0x14, 0x86, 0x61, 0xa0, - 0xeb, 0x3a, 0xb5, 0x5a, 0x8d, 0x62, 0xb1, 0x48, 0xa5, 0x52, 0xa1, 0xd1, 0x68, 0x50, 0xaf, 0xd7, - 0xb1, 0x2c, 0x0b, 0xd3, 0x34, 0x79, 0x79, 0x79, 0x79, 0x87, 0xbb, 0xae, 0x8b, 0x65, 0x59, 0xfe, - 0x54, 0xd4, 0xeb, 0x75, 0x1f, 0x3e, 0x3b, 0x3b, 0x1b, 0x39, 0xa6, 0xe5, 0x72, 0x99, 0xa3, 0xa3, - 0x23, 0x9e, 0x9f, 0x9f, 0x51, 0x4a, 0x05, 0x16, 0x2e, 0xde, 0x1a, 0xb9, 0x30, 0x6b, 0x36, 0x9b, - 0x9c, 0x9e, 0x9e, 0xfa, 0x99, 0xb4, 0x16, 0x2e, 0x9d, 0x4e, 0x93, 0xcd, 0x66, 0x59, 0x5a, 0x5a, - 0x22, 0x93, 0xc9, 0xb0, 0xbd, 0xbd, 0x1d, 0x18, 0x57, 0xa5, 0xd4, 0x3f, 0xe5, 0x9d, 0x51, 0x5b, - 0x41, 0x0b, 0x85, 0x02, 0xf7, 0xf7, 0xf7, 0x81, 0xc0, 0xeb, 0xeb, 0xeb, 0x6c, 0x6e, 0x6e, 0x92, - 0xcd, 0x66, 0xd9, 0xd8, 0xd8, 0x60, 0x67, 0x67, 0x27, 0xc0, 0xd0, 0x5a, 0x90, 0x8f, 0x5f, 0xa7, - 0x82, 0x4e, 0xbf, 0x94, 0x92, 0x83, 0x83, 0x03, 0xae, 0xaf, 0xaf, 0x01, 0xc8, 0xe5, 0x72, 0x01, - 0xbf, 0xaf, 0x3c, 0xaa, 0x2c, 0xad, 0xac, 0xa2, 0xfc, 0x0f, 0x0f, 0x0f, 0x4c, 0x4f, 0x4f, 0xd3, - 0xdf, 0xdf, 0x1f, 0xb8, 0xe3, 0xd7, 0x3c, 0xaa, 0x2c, 0x2d, 0xe5, 0x9d, 0xfe, 0x96, 0xe9, 0xba, - 0xee, 0x0b, 0x08, 0x63, 0x7c, 0xa9, 0xdc, 0xf3, 0xbc, 0x50, 0xff, 0xdc, 0xdc, 0x9c, 0xbf, 0xf6, - 0x8f, 0x8f, 0x8f, 0xd1, 0xca, 0xa3, 0xe0, 0x42, 0x08, 0x72, 0xb9, 0x1c, 0x13, 0x13, 0x13, 0x6d, - 0xe7, 0x33, 0x33, 0x33, 0xac, 0xac, 0xac, 0x90, 0x4a, 0xa5, 0x70, 0x5d, 0x97, 0x52, 0xa9, 0x14, - 0xca, 0x08, 0x2d, 0xcb, 0xc7, 0x4d, 0xdc, 0xda, 0xda, 0x8a, 0xcc, 0xca, 0x71, 0x1c, 0x4e, 0x4e, - 0x4e, 0xd8, 0xdd, 0xdd, 0x0d, 0xcd, 0x38, 0x54, 0xb9, 0x6d, 0xdb, 0xbc, 0xbe, 0xbe, 0x46, 0x42, - 0x6b, 0xb5, 0x1a, 0xb7, 0xb7, 0xb7, 0x14, 0x8b, 0x45, 0xf6, 0xf7, 0xf7, 0x23, 0xcb, 0x29, 0x80, - 0xcb, 0x78, 0x3c, 0x3e, 0x25, 0x84, 0xe8, 0xda, 0xcf, 0xf9, 0x6f, 0x9f, 0x9a, 0x31, 0x21, 0xc4, - 0x0f, 0xa5, 0xd4, 0x82, 0xe7, 0x79, 0x31, 0xa5, 0x14, 0x5d, 0xfa, 0x9a, 0x42, 0x88, 0xdf, 0x7f, - 0x00, 0x85, 0x7d, 0xaf, 0xd7, 0xf9, 0x40, 0x37, 0xfa, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, - 0x44, 0xae, 0x42, 0x60, 0x82 + 0x78, 0xda, 0xad, 0x9a, 0x69, 0x76, 0xe4, 0xca, 0x6e, 0x84, 0xff, 0xe7, 0x2a, 0xbc, 0x84, 0x9c, + 0x87, 0xe5, 0xe4, 0x78, 0x8e, 0x77, 0xe0, 0xe5, 0xfb, 0x03, 0x92, 0x25, 0xa9, 0x74, 0xd5, 0x7d, + 0xfb, 0xb5, 0xdd, 0x6a, 0xa9, 0x24, 0x92, 0x45, 0x22, 0x31, 0x04, 0x22, 0x90, 0x65, 0xf6, 0xff, + 0xfc, 0xf7, 0x31, 0xff, 0xc5, 0xbf, 0x6c, 0x43, 0x36, 0x31, 0x95, 0x9a, 0x5b, 0xce, 0x96, 0x7f, + 0xb1, 0xc5, 0xe6, 0x3b, 0xbf, 0x54, 0xfb, 0xf9, 0x6f, 0x3f, 0xaf, 0xf7, 0x98, 0xb3, 0x51, 0x7f, + 0xbe, 0xfe, 0xb9, 0xe7, 0xa7, 0x33, 0x3f, 0x9e, 0xf0, 0xbc, 0x06, 0x5e, 0xc3, 0x3d, 0x58, 0xe2, + 0x73, 0x36, 0x3c, 0xc7, 0x5f, 0xd7, 0xe7, 0x8f, 0x57, 0x6e, 0xf4, 0xc3, 0x09, 0x97, 0xbe, 0xbd, + 0x21, 0x7c, 0x3c, 0xc6, 0x7f, 0x7d, 0x70, 0xe9, 0xcf, 0x71, 0x6f, 0xfd, 0x9b, 0x45, 0x2e, 0xb8, + 0x62, 0xbf, 0xfe, 0xab, 0x9f, 0xdf, 0xe7, 0xac, 0x7a, 0xce, 0xbe, 0xab, 0xeb, 0x31, 0xe3, 0x86, + 0x7c, 0x17, 0x75, 0xdf, 0x6a, 0x5e, 0xb7, 0xe1, 0xc2, 0x81, 0x97, 0x82, 0xbe, 0x2d, 0xf3, 0x55, + 0xf8, 0x4e, 0xfc, 0x5e, 0xf4, 0xab, 0xf1, 0x55, 0x6d, 0xb7, 0xd3, 0x45, 0xbb, 0xec, 0xb4, 0x83, + 0xaf, 0xe9, 0x9a, 0xf3, 0x2e, 0xd8, 0xe3, 0xa2, 0x5b, 0xc6, 0x75, 0x77, 0xdc, 0x76, 0x8b, 0xd7, + 0xe9, 0x26, 0x36, 0x46, 0xbf, 0x7d, 0xe1, 0xd5, 0xfb, 0xe9, 0x83, 0x1e, 0xab, 0xa1, 0xf8, 0xe6, + 0x67, 0xb0, 0xc1, 0x85, 0x28, 0x5f, 0xee, 0xf8, 0x12, 0x5a, 0x58, 0xa1, 0x06, 0x1f, 0xa6, 0xdf, + 0x21, 0x84, 0x68, 0x82, 0xff, 0xb0, 0xc5, 0xe9, 0x73, 0x9b, 0x3e, 0x6f, 0xba, 0xca, 0x93, 0x97, + 0xe3, 0x52, 0xef, 0xb8, 0x99, 0xe3, 0x2d, 0xbf, 0xfd, 0x32, 0xff, 0x76, 0xc1, 0x9f, 0x7c, 0x9d, + 0x33, 0x2d, 0x3e, 0x72, 0x8e, 0xd5, 0xbb, 0xc7, 0x57, 0xd8, 0xe5, 0xbd, 0xc4, 0xc1, 0x89, 0x1b, + 0x83, 0xfc, 0xe4, 0x32, 0x02, 0xe2, 0xce, 0x13, 0xb7, 0xa4, 0x0e, 0x7e, 0x7d, 0x7d, 0xfc, 0x33, + 0x5f, 0x02, 0x1b, 0x88, 0x60, 0x52, 0x37, 0x57, 0x16, 0xd8, 0xed, 0xb8, 0xb7, 0x18, 0xc9, 0x7d, + 0xe6, 0x56, 0xd0, 0x04, 0x08, 0x5c, 0x97, 0x78, 0xbd, 0xf9, 0xe5, 0xca, 0x92, 0xa8, 0x79, 0xcd, + 0x92, 0xc8, 0xb3, 0x13, 0xc6, 0x90, 0x01, 0xd1, 0xd9, 0xec, 0x42, 0x72, 0xd9, 0xd9, 0xe2, 0x7d, + 0x71, 0x2e, 0x06, 0x5f, 0x09, 0x50, 0xc7, 0x72, 0x1f, 0xa2, 0x1f, 0x44, 0xc0, 0xa5, 0xe4, 0x17, + 0x46, 0xfa, 0x18, 0x42, 0x26, 0x36, 0x95, 0x3c, 0xe2, 0xd9, 0xbc, 0xa7, 0x38, 0xbd, 0xd6, 0x27, + 0x7f, 0x8f, 0x53, 0x2a, 0xc4, 0x27, 0x85, 0x1c, 0x0a, 0xb1, 0x69, 0xa1, 0x13, 0xac, 0x18, 0x13, + 0xf9, 0x53, 0x62, 0x25, 0x87, 0x7a, 0x0a, 0x29, 0xa6, 0x94, 0x72, 0x2a, 0xa9, 0xa6, 0x96, 0xba, + 0xc9, 0x21, 0xc7, 0x9c, 0x72, 0xce, 0x25, 0x4b, 0xcd, 0xf5, 0x12, 0x4a, 0x2c, 0xa9, 0xe4, 0x52, + 0x4a, 0x2d, 0xad, 0xf4, 0x1a, 0x6a, 0xac, 0xa9, 0xe6, 0x5a, 0x6a, 0xad, 0xad, 0xf6, 0xe6, 0x5b, + 0xa0, 0x24, 0x53, 0xcb, 0xad, 0xb4, 0xda, 0x5a, 0xeb, 0x9d, 0x67, 0xf6, 0x68, 0x7a, 0xea, 0xbc, + 0xbb, 0x73, 0x45, 0xef, 0xc3, 0x8f, 0x30, 0xe2, 0x48, 0x23, 0x8f, 0x32, 0xea, 0x68, 0xa3, 0x4f, + 0xd2, 0x67, 0xc6, 0x99, 0x66, 0x9e, 0x65, 0xd6, 0xd9, 0x66, 0x5f, 0x7e, 0x85, 0x15, 0x57, 0x5a, + 0x79, 0x95, 0x55, 0x57, 0x5b, 0x7d, 0xbb, 0x4d, 0x2a, 0x99, 0x1d, 0x77, 0xda, 0x79, 0x97, 0x5d, + 0x77, 0xdb, 0xfd, 0x90, 0x6b, 0x27, 0x9c, 0x78, 0xd2, 0xc9, 0xa7, 0x9c, 0x7a, 0xda, 0xe9, 0x1f, + 0x51, 0x7b, 0xa2, 0xfa, 0x8f, 0xaf, 0xff, 0x20, 0x6a, 0xee, 0x89, 0x9a, 0xd7, 0x48, 0xc9, 0x75, + 0xe5, 0x23, 0x6a, 0x1c, 0x2d, 0x45, 0x6e, 0xa4, 0xb7, 0x70, 0x82, 0x33, 0x49, 0x62, 0x46, 0xc4, + 0x7c, 0x74, 0x44, 0xbc, 0x48, 0x04, 0x48, 0x68, 0x2f, 0x31, 0xb3, 0xd5, 0xc5, 0xe8, 0x25, 0x72, + 0x12, 0x33, 0xdb, 0x3c, 0x55, 0x91, 0x3c, 0x46, 0x26, 0x89, 0xcd, 0x72, 0xb6, 0x1b, 0x97, 0x09, + 0x61, 0xdc, 0xce, 0xa7, 0xe3, 0x3e, 0x62, 0xf7, 0x19, 0xb9, 0x3f, 0x8e, 0x9b, 0xc1, 0xd7, 0xff, + 0x16, 0x37, 0xff, 0x27, 0x91, 0x33, 0x12, 0xba, 0xff, 0x87, 0xc8, 0x79, 0xb3, 0xc3, 0xb7, 0xb8, + 0xfd, 0x10, 0xb5, 0x25, 0x48, 0x38, 0x35, 0x62, 0xb7, 0x0a, 0xc5, 0xa7, 0x36, 0x50, 0x7d, 0x78, + 0x89, 0x25, 0xaf, 0x5c, 0xa7, 0x59, 0xb9, 0x6f, 0x6c, 0xcb, 0x31, 0x94, 0x91, 0xe7, 0xf2, 0xb1, + 0x2e, 0x4f, 0xe4, 0x76, 0x2a, 0x3b, 0xf9, 0xb0, 0x6c, 0xc1, 0xb0, 0x05, 0x08, 0xc7, 0xe5, 0x12, + 0x56, 0x0c, 0x5a, 0xc5, 0x9e, 0x3b, 0x13, 0x55, 0xec, 0x0e, 0x40, 0x67, 0xe6, 0x88, 0x3b, 0xdb, + 0xe0, 0xf7, 0x71, 0xb6, 0x73, 0x6e, 0x00, 0x92, 0x6d, 0xaf, 0x12, 0x0e, 0x4f, 0x2a, 0x0b, 0x6c, + 0x38, 0x02, 0xbe, 0xd1, 0xba, 0x99, 0x13, 0x37, 0x69, 0xf2, 0xf7, 0x24, 0x88, 0xbc, 0x8d, 0xdf, + 0x02, 0xeb, 0x29, 0x67, 0x9f, 0x9e, 0xe4, 0x2f, 0x96, 0x96, 0xab, 0xfc, 0x52, 0x63, 0xcc, 0x33, + 0x9c, 0x5d, 0x46, 0x9a, 0xf2, 0xf7, 0x3a, 0x71, 0xe8, 0x1b, 0x23, 0xd6, 0x14, 0xd7, 0xa2, 0x38, + 0x9f, 0x03, 0xb5, 0xae, 0x5a, 0xce, 0x3c, 0x79, 0x70, 0xdf, 0xb1, 0x1b, 0xc7, 0x6a, 0xeb, 0xbc, + 0xd1, 0x99, 0x6b, 0x8a, 0xb5, 0x8f, 0x31, 0x6a, 0x0a, 0x6b, 0x7f, 0x37, 0xe5, 0x65, 0xc8, 0x57, + 0x33, 0xb6, 0x17, 0x1b, 0x3e, 0x2c, 0x30, 0x6a, 0xc2, 0x35, 0xe0, 0xfb, 0xe3, 0xed, 0xbb, 0x01, + 0xe4, 0xb8, 0x9a, 0xc0, 0xe1, 0x6b, 0xc4, 0x9b, 0x3b, 0xcc, 0xdf, 0xf8, 0xe3, 0x27, 0x77, 0x98, + 0xbf, 0xf1, 0xc7, 0x4f, 0xee, 0x30, 0x7f, 0xe3, 0x8f, 0x9f, 0xdc, 0x61, 0xfe, 0xc6, 0x1f, 0x3f, + 0xb9, 0xc3, 0xfc, 0x8d, 0x3f, 0x7e, 0x72, 0x87, 0xf9, 0x1b, 0x7f, 0xfc, 0xe4, 0x0e, 0xf3, 0x37, + 0xfe, 0xf8, 0xc9, 0x1d, 0xe6, 0x6f, 0xfc, 0xf1, 0x93, 0x3b, 0xcc, 0x9b, 0x3f, 0xba, 0x6b, 0x63, + 0xfa, 0xc3, 0xc5, 0xa3, 0x5a, 0x9f, 0x06, 0x78, 0xd0, 0x76, 0xe2, 0x29, 0x30, 0x09, 0x1b, 0x9a, + 0x77, 0x82, 0x2f, 0xa1, 0x8f, 0xdc, 0x5c, 0x3e, 0xd9, 0x65, 0x40, 0x67, 0xc6, 0xe3, 0x5b, 0xf6, + 0x14, 0x6d, 0xd9, 0x19, 0xd6, 0x51, 0xa7, 0x03, 0x38, 0x72, 0x9f, 0x19, 0xc8, 0x88, 0x7d, 0xf7, + 0x32, 0x43, 0xc9, 0xf3, 0x84, 0xdc, 0x16, 0x60, 0xdb, 0x92, 0x1c, 0x8d, 0x98, 0x08, 0x0c, 0xcf, + 0x21, 0x6b, 0xc3, 0x72, 0xf5, 0x9d, 0x4d, 0xb2, 0x6c, 0xa2, 0xa6, 0x51, 0xd8, 0xd5, 0x0f, 0x0c, + 0xef, 0x0b, 0x88, 0x6c, 0x3e, 0x0a, 0x8d, 0xe1, 0x6e, 0x21, 0x6f, 0x50, 0x36, 0x95, 0x30, 0x47, + 0x3e, 0x09, 0xd4, 0x2e, 0xa7, 0xd4, 0xb3, 0x3c, 0x40, 0x88, 0x1f, 0xc6, 0x73, 0xb4, 0xb4, 0xbc, + 0x76, 0x37, 0x72, 0x14, 0xbb, 0x31, 0xca, 0x0e, 0x07, 0xee, 0x01, 0xe9, 0xcd, 0x72, 0x82, 0xe3, + 0x71, 0x8f, 0x78, 0xba, 0x20, 0xd8, 0x08, 0x3e, 0xe3, 0x02, 0x6e, 0xd4, 0xc4, 0x3d, 0xfd, 0x9f, + 0x47, 0x96, 0xd1, 0xdb, 0x04, 0x3f, 0xfe, 0xe4, 0xe2, 0xdf, 0x5d, 0x6b, 0xfe, 0x93, 0x8b, 0x7f, + 0x77, 0xad, 0x79, 0x3b, 0x95, 0xc3, 0xaa, 0xb3, 0x57, 0xba, 0x5f, 0x0b, 0x87, 0xce, 0x35, 0x60, + 0x1d, 0x24, 0xd8, 0x00, 0xd8, 0x1b, 0x2e, 0x6c, 0x84, 0x63, 0x6e, 0x48, 0x5c, 0xec, 0x2b, 0x3c, + 0x8e, 0xd3, 0x9c, 0x1a, 0x95, 0x96, 0x3d, 0xb8, 0x16, 0x1f, 0xf9, 0xe3, 0xd7, 0xc0, 0x45, 0x6e, + 0xa7, 0xa1, 0x0d, 0x25, 0xd7, 0x7f, 0x7a, 0xf4, 0xe5, 0xd0, 0x1f, 0x2e, 0x36, 0xff, 0x7e, 0x75, + 0x84, 0x2c, 0xf5, 0x31, 0xeb, 0x86, 0x1e, 0x8d, 0x05, 0x3f, 0x6d, 0x7d, 0x90, 0xdd, 0x64, 0xaa, + 0xa7, 0x0c, 0xe2, 0x70, 0xe4, 0xd9, 0x08, 0xf4, 0x35, 0x96, 0x15, 0x0e, 0x1d, 0x65, 0x6f, 0x98, + 0xd7, 0x2a, 0x5a, 0x4b, 0x99, 0x16, 0x78, 0xc6, 0x6c, 0x9c, 0xeb, 0x7b, 0xd3, 0xd6, 0x34, 0x97, + 0x3d, 0x69, 0xa2, 0xc9, 0x32, 0x7a, 0x3d, 0x3b, 0x52, 0x18, 0x92, 0x75, 0xa4, 0xde, 0x9e, 0xc7, + 0xc0, 0x81, 0xcf, 0xf1, 0xb6, 0x73, 0xdb, 0x3d, 0xa4, 0x64, 0x97, 0xa5, 0xaf, 0xe0, 0x29, 0x4e, + 0xfe, 0x78, 0x0e, 0xf7, 0x62, 0x30, 0x9e, 0x75, 0x54, 0x04, 0x99, 0xee, 0x6e, 0x76, 0x99, 0x27, + 0xbd, 0x7c, 0xe5, 0x2c, 0xaf, 0x2c, 0x99, 0xb2, 0x9b, 0x92, 0xd7, 0x67, 0x8c, 0xc3, 0xca, 0x72, + 0xa3, 0x9d, 0xef, 0x76, 0x6b, 0xfe, 0x00, 0x20, 0x7b, 0xcb, 0xef, 0xb8, 0x99, 0xfb, 0x58, 0xb7, + 0xe9, 0x6f, 0xdc, 0x2c, 0x09, 0xab, 0xd5, 0x5f, 0x7e, 0x78, 0x4d, 0xb8, 0xe3, 0x94, 0x41, 0x34, + 0x69, 0xf6, 0xbc, 0x4b, 0xdd, 0x63, 0xe9, 0x8c, 0x78, 0x82, 0x8a, 0x4a, 0xbd, 0xf3, 0x4d, 0xb3, + 0xf5, 0x2c, 0xc0, 0x19, 0x9f, 0x89, 0x7c, 0x8e, 0x64, 0x7e, 0x1a, 0x27, 0x70, 0x9d, 0xae, 0x7d, + 0x2d, 0xec, 0xda, 0xb8, 0x0f, 0x34, 0x18, 0xcd, 0x9e, 0x9d, 0x33, 0xfd, 0x56, 0x91, 0xc2, 0xd2, + 0xf0, 0x81, 0x97, 0x1e, 0xd7, 0x69, 0xea, 0x31, 0xdb, 0x27, 0x31, 0x31, 0x54, 0xfb, 0x80, 0xb9, + 0xa0, 0x66, 0xfa, 0x26, 0x4c, 0x93, 0xde, 0xce, 0xcd, 0x88, 0xc4, 0x8a, 0x67, 0x48, 0x68, 0xda, + 0x64, 0x85, 0xeb, 0xe0, 0xd2, 0x40, 0x2d, 0x1f, 0xe0, 0x89, 0x7e, 0xde, 0x76, 0x5b, 0xe8, 0x1a, + 0xf8, 0xaa, 0x8f, 0x7b, 0xce, 0x1c, 0xad, 0x19, 0xb5, 0x64, 0x1b, 0x33, 0x2c, 0x0c, 0x5c, 0xd8, + 0x4b, 0x61, 0x8c, 0x30, 0x92, 0xb5, 0x64, 0x40, 0x4f, 0xba, 0x4e, 0xf1, 0xc8, 0xdb, 0xab, 0x6b, + 0x61, 0x7b, 0x0c, 0xac, 0x60, 0x2b, 0x96, 0x4b, 0x10, 0x8d, 0xae, 0x64, 0x40, 0x24, 0x88, 0x31, + 0xb8, 0xe0, 0x14, 0x1d, 0x56, 0x49, 0xee, 0xcc, 0xba, 0x84, 0x2a, 0x01, 0x66, 0xfc, 0xfd, 0x0f, + 0xd8, 0xf8, 0x44, 0x0d, 0xf8, 0x0e, 0xe9, 0x6d, 0x7e, 0x7d, 0x01, 0xb7, 0x58, 0xee, 0x0b, 0x72, + 0x54, 0x29, 0xb7, 0x59, 0x76, 0x83, 0xab, 0x7f, 0x86, 0x24, 0x91, 0xa3, 0xf2, 0x0e, 0xe1, 0x47, + 0x4e, 0x9d, 0x40, 0x4a, 0x8f, 0x48, 0x44, 0x4a, 0x54, 0x60, 0xad, 0xa7, 0x66, 0x05, 0xda, 0x72, + 0xb8, 0xc5, 0x12, 0xa9, 0x7b, 0x92, 0xa4, 0xbc, 0x66, 0xfd, 0x48, 0x7b, 0xed, 0x59, 0xf0, 0x48, + 0x6d, 0x39, 0xa5, 0xe2, 0xbb, 0x81, 0x9a, 0x9d, 0xd9, 0x43, 0xc3, 0x90, 0xe6, 0x12, 0x06, 0x40, + 0x27, 0xb9, 0xa3, 0x60, 0xb6, 0x40, 0xf6, 0x3a, 0x24, 0xe5, 0xa4, 0x1d, 0x40, 0x30, 0x59, 0x6c, + 0x20, 0x92, 0x07, 0x9f, 0x13, 0x4f, 0xd7, 0x09, 0x25, 0xd9, 0x19, 0x85, 0x15, 0x65, 0x6b, 0xc8, + 0x37, 0xba, 0xc8, 0x96, 0x7c, 0x91, 0xe7, 0xcf, 0x07, 0xe8, 0xe5, 0x96, 0x70, 0x3e, 0xbb, 0x00, + 0x09, 0x4a, 0x87, 0xf3, 0xe4, 0x72, 0x7d, 0xb0, 0x9d, 0xca, 0xdb, 0x9a, 0xbe, 0x82, 0x1b, 0x62, + 0x7d, 0xaa, 0x0e, 0xe6, 0x2f, 0xfd, 0x64, 0x70, 0x29, 0x4f, 0x57, 0x6a, 0x9d, 0x92, 0x38, 0x6d, + 0xf0, 0x2c, 0x58, 0x9f, 0x64, 0xe4, 0xba, 0x9d, 0xc6, 0xdd, 0x37, 0x91, 0x86, 0x41, 0xd7, 0x17, + 0xf4, 0x21, 0x2e, 0x0c, 0xe9, 0x32, 0x74, 0x91, 0x2a, 0x88, 0x73, 0xef, 0x41, 0x01, 0xa6, 0x04, + 0xc7, 0x2b, 0x75, 0x8e, 0x48, 0x03, 0x89, 0x34, 0x09, 0x89, 0x9b, 0x0d, 0x75, 0xe3, 0x08, 0xc2, + 0x2d, 0x77, 0x29, 0x7d, 0x81, 0xca, 0x5a, 0x26, 0x52, 0x30, 0xd8, 0x1a, 0xc9, 0x08, 0xe3, 0x36, + 0x74, 0xbc, 0xd0, 0xd1, 0x28, 0x53, 0x37, 0xbb, 0xa7, 0xfb, 0xf1, 0x58, 0x47, 0x17, 0xc2, 0xec, + 0xba, 0x12, 0xe5, 0xb9, 0xe8, 0x3f, 0x54, 0x18, 0xce, 0x20, 0xc7, 0x0f, 0xbe, 0xe1, 0xe6, 0xf3, + 0x06, 0xa4, 0xdd, 0x80, 0x58, 0x65, 0x23, 0x81, 0xf2, 0xd3, 0x58, 0x97, 0x0c, 0x2a, 0x34, 0x44, + 0x57, 0x4b, 0x93, 0x0e, 0x44, 0x8b, 0xca, 0xa1, 0x41, 0x99, 0x1b, 0x14, 0x5d, 0x6a, 0x07, 0x1f, + 0x44, 0x48, 0xec, 0x64, 0xb5, 0x19, 0x9d, 0x5b, 0xdc, 0x98, 0x99, 0xa8, 0x41, 0x63, 0xe7, 0x8c, + 0xe6, 0x74, 0x69, 0x68, 0x85, 0x10, 0xa8, 0x23, 0x9d, 0xcb, 0x63, 0xdf, 0x5e, 0x3f, 0xf4, 0x08, + 0xdd, 0x1e, 0x20, 0xa8, 0xa9, 0xc0, 0xdd, 0x71, 0x09, 0xbd, 0x0d, 0x87, 0xc2, 0xff, 0xf1, 0xd1, + 0x6c, 0x2f, 0xcc, 0xe0, 0x87, 0x79, 0xfd, 0xa2, 0xaf, 0x54, 0x3b, 0xeb, 0x04, 0x45, 0xaa, 0x84, + 0x03, 0x3a, 0x5c, 0x88, 0x7e, 0x9a, 0x94, 0x70, 0x6c, 0x5a, 0x13, 0xb2, 0x1c, 0xfb, 0x0d, 0xdc, + 0x86, 0x5a, 0x0b, 0x66, 0x83, 0x0a, 0x72, 0x6e, 0x56, 0x7f, 0x5b, 0x37, 0x90, 0xa8, 0xf1, 0xa1, + 0xa7, 0xe2, 0x0e, 0xff, 0xdb, 0xf3, 0x52, 0x03, 0x37, 0xe1, 0x8d, 0x66, 0x3c, 0xe9, 0x7e, 0x16, + 0xb9, 0x16, 0x05, 0xc6, 0xb9, 0xf4, 0xc9, 0xdf, 0x25, 0x78, 0x76, 0x54, 0xab, 0x5d, 0x3c, 0x53, + 0x34, 0x4b, 0xd8, 0xf0, 0x4f, 0xf0, 0x13, 0x32, 0xda, 0xfb, 0x7a, 0x15, 0x35, 0x62, 0xd0, 0xdf, + 0xca, 0x2b, 0xf3, 0xeb, 0xe2, 0x26, 0x8b, 0x5b, 0xbf, 0x3c, 0x27, 0x64, 0xc7, 0xa4, 0x5f, 0xe1, + 0xe3, 0xf3, 0x4a, 0xb7, 0x49, 0xaa, 0x32, 0x04, 0x19, 0xa6, 0xe4, 0x4d, 0xc3, 0x35, 0x7e, 0x70, + 0x60, 0x14, 0x85, 0xaa, 0xc8, 0xaa, 0x35, 0xfc, 0xa0, 0x45, 0x94, 0xc9, 0xc8, 0x5c, 0x81, 0xbe, + 0x38, 0x74, 0xcc, 0xd2, 0x6c, 0xa5, 0x9a, 0xab, 0xe4, 0x6f, 0xdc, 0x4f, 0x24, 0x8e, 0x5b, 0x88, + 0xa7, 0x22, 0x98, 0x29, 0x9c, 0x69, 0x80, 0x2c, 0x53, 0x8b, 0x00, 0xf0, 0x7b, 0xe5, 0x11, 0x4d, + 0xa7, 0xce, 0x38, 0xec, 0x9a, 0xbe, 0x03, 0xd0, 0x90, 0x35, 0x39, 0xd9, 0x15, 0xa1, 0xcb, 0x37, + 0x13, 0x73, 0x3c, 0xb5, 0x72, 0xb7, 0xa0, 0x3d, 0xe6, 0xa3, 0x80, 0x4d, 0x26, 0x8e, 0xf1, 0x17, + 0x41, 0xe7, 0x59, 0xe1, 0x08, 0x3f, 0x93, 0x13, 0x9b, 0x28, 0xa9, 0x8f, 0x56, 0xb9, 0x4c, 0xae, + 0xd3, 0xfd, 0x21, 0x82, 0xcf, 0x79, 0xf3, 0xf3, 0x05, 0x32, 0x0e, 0xfb, 0x12, 0xc9, 0xaf, 0x8d, + 0xec, 0x0b, 0xe0, 0xe6, 0xf3, 0x89, 0x5d, 0xe6, 0x0d, 0xbc, 0xb0, 0x22, 0x48, 0xf7, 0x78, 0xc3, + 0x3a, 0xa9, 0x73, 0xfa, 0xe2, 0x93, 0xb2, 0xbf, 0x42, 0x26, 0x33, 0x7a, 0xfe, 0x35, 0x68, 0x51, + 0xed, 0x37, 0xa5, 0xec, 0x2f, 0x5e, 0xc3, 0xc8, 0xab, 0x67, 0xb9, 0x87, 0xa1, 0xc1, 0xcd, 0xdc, + 0x8e, 0x2f, 0x82, 0xf8, 0x80, 0x21, 0x55, 0x15, 0x4a, 0x5a, 0x1e, 0x61, 0x7c, 0xd4, 0xa3, 0xf1, + 0x66, 0x33, 0x39, 0x28, 0xb3, 0x00, 0xbb, 0xf2, 0xeb, 0x1e, 0x73, 0x0a, 0x9c, 0x97, 0x3e, 0x0b, + 0xb5, 0x27, 0xce, 0xa6, 0xb3, 0x4b, 0xe3, 0x24, 0xfc, 0x19, 0x0e, 0x19, 0x77, 0x6f, 0x37, 0x9b, + 0x05, 0xb6, 0xb6, 0xf6, 0x46, 0x92, 0xbc, 0xfd, 0x5b, 0x43, 0x32, 0x1f, 0x95, 0xf7, 0x7f, 0x6c, + 0x48, 0x86, 0x37, 0xe0, 0x5a, 0xaa, 0xa7, 0x92, 0x7a, 0x02, 0xff, 0xbe, 0xd9, 0x9c, 0xbc, 0xa4, + 0x91, 0xac, 0x04, 0x30, 0xf9, 0x6c, 0x42, 0xf4, 0x0b, 0x70, 0x17, 0x04, 0xa6, 0x1b, 0xa7, 0x14, + 0x50, 0xf8, 0xae, 0x0f, 0xf4, 0x38, 0xcb, 0x46, 0x1d, 0x29, 0x05, 0x81, 0x4e, 0x85, 0x8d, 0xd2, + 0xe7, 0xcd, 0xa5, 0x07, 0x97, 0xb1, 0x1c, 0x43, 0xca, 0xf8, 0x45, 0x6b, 0x92, 0x2a, 0x18, 0xef, + 0xd1, 0x35, 0x54, 0xc0, 0x1f, 0x85, 0x77, 0xf4, 0xb6, 0x0a, 0x68, 0xb8, 0xb8, 0x2a, 0x88, 0x7a, + 0x79, 0xd2, 0x96, 0xda, 0xf3, 0x63, 0xf7, 0x6c, 0x24, 0xc8, 0x41, 0xf2, 0x25, 0xec, 0x29, 0xb7, + 0x28, 0xea, 0xea, 0x40, 0x8b, 0x5d, 0x95, 0x6a, 0xdf, 0x87, 0x6a, 0xc8, 0x12, 0x24, 0x4a, 0x8f, + 0x44, 0x3d, 0xc3, 0xc6, 0x44, 0xa2, 0xf2, 0x2c, 0x29, 0x34, 0xa0, 0x16, 0x4e, 0x2b, 0x3d, 0xd1, + 0xa8, 0x19, 0xe7, 0xdb, 0x9d, 0x28, 0x3f, 0x88, 0x46, 0x4f, 0x53, 0xa6, 0x6e, 0x3e, 0x6d, 0xa8, + 0xbb, 0x50, 0xc8, 0x4b, 0x62, 0x04, 0x48, 0xb9, 0xbe, 0xc3, 0x1e, 0x8f, 0x3d, 0xab, 0x53, 0x53, + 0x7b, 0x56, 0x73, 0x7c, 0x9c, 0x04, 0x15, 0x9e, 0xd7, 0xa7, 0xd8, 0x3b, 0x58, 0x65, 0x51, 0x3d, + 0xda, 0x15, 0x07, 0xbf, 0x6b, 0x38, 0x89, 0x53, 0x1e, 0xf1, 0xc3, 0x7b, 0xe5, 0x7a, 0x6f, 0x18, + 0x09, 0x8e, 0x70, 0xf1, 0xfd, 0x5a, 0x06, 0x49, 0x09, 0xa6, 0x82, 0x22, 0x8e, 0x7a, 0x1e, 0x32, + 0x2b, 0xb2, 0xf4, 0x73, 0xf1, 0xbd, 0x97, 0xc2, 0x23, 0x72, 0xe2, 0x52, 0xca, 0x6e, 0x04, 0x98, + 0x75, 0xc3, 0x4f, 0x11, 0x6a, 0x5b, 0x4d, 0x82, 0x77, 0xb9, 0x13, 0x45, 0xa7, 0xd1, 0xc3, 0xd4, + 0x78, 0x12, 0x85, 0xe6, 0xca, 0x9b, 0xab, 0xf4, 0x69, 0x21, 0x6d, 0x72, 0x1b, 0xdc, 0x92, 0x2c, + 0x48, 0x46, 0xca, 0x2f, 0x6a, 0x18, 0x36, 0x0f, 0x35, 0x05, 0xc1, 0xea, 0x50, 0x46, 0x68, 0x50, + 0x4f, 0xd2, 0xc2, 0x36, 0x07, 0xe9, 0x38, 0x47, 0xf8, 0x6e, 0x59, 0x10, 0xfe, 0xb1, 0xf1, 0xec, + 0xae, 0xc2, 0x5a, 0x5b, 0x69, 0xa2, 0xf1, 0xe0, 0x5d, 0x54, 0xbb, 0x74, 0xb8, 0x7e, 0xbe, 0xd3, + 0xac, 0x1d, 0x8d, 0x66, 0xf5, 0x2a, 0x64, 0x2e, 0xde, 0x2a, 0xc3, 0x47, 0x2b, 0xcd, 0x79, 0x65, + 0x2b, 0xbc, 0xe5, 0xa5, 0xb8, 0x31, 0xb8, 0x7b, 0x9d, 0xd9, 0xb0, 0xa8, 0x5c, 0x1b, 0xf0, 0x47, + 0x0b, 0xa8, 0xb7, 0x41, 0x89, 0x6f, 0xc3, 0x36, 0x64, 0xb8, 0xcd, 0xa4, 0xef, 0xa5, 0xe4, 0xf5, + 0xa4, 0xeb, 0x3c, 0x4d, 0x7f, 0x2f, 0x45, 0x35, 0x68, 0x94, 0xa5, 0xd0, 0x61, 0x6b, 0x44, 0x7f, + 0x91, 0x88, 0xd0, 0x5a, 0x90, 0xaa, 0x6b, 0x84, 0xe9, 0x4f, 0xde, 0xb1, 0xf4, 0xd4, 0xa0, 0x35, + 0x88, 0xbd, 0x23, 0xa2, 0x4f, 0xc1, 0xad, 0x83, 0xc7, 0xa7, 0x78, 0x01, 0x74, 0x69, 0xfd, 0x84, + 0x18, 0x22, 0x0d, 0x91, 0x0d, 0xd8, 0x4b, 0x46, 0x2e, 0x2b, 0x47, 0xb3, 0x93, 0x13, 0x47, 0xc0, + 0x4b, 0x5b, 0x1b, 0x70, 0xdc, 0xcc, 0x8a, 0x1e, 0x4d, 0x4a, 0x97, 0x48, 0x89, 0xb4, 0x59, 0x15, + 0x89, 0x2a, 0x9d, 0x03, 0x78, 0x58, 0xf5, 0x8c, 0xe8, 0xa9, 0x18, 0x08, 0x19, 0xdd, 0x54, 0x3a, + 0xd9, 0x11, 0xea, 0x55, 0x42, 0x90, 0x6c, 0x2c, 0x51, 0x43, 0x30, 0x1f, 0x4c, 0x37, 0x38, 0x79, + 0xc5, 0x0c, 0x7c, 0xa0, 0x6c, 0x8a, 0x44, 0x1d, 0x92, 0x87, 0xce, 0x5a, 0x24, 0xe5, 0xc9, 0x98, + 0xdc, 0x0e, 0x8a, 0x1c, 0x0c, 0x5e, 0x07, 0x13, 0x83, 0x06, 0x77, 0x1c, 0xed, 0x53, 0x17, 0x0b, + 0xb8, 0x18, 0x4d, 0x7d, 0xbb, 0xc8, 0xea, 0x4b, 0xb5, 0x76, 0x7e, 0x9f, 0x3d, 0x90, 0x26, 0xaf, + 0xd1, 0x41, 0x1e, 0xe7, 0x92, 0x89, 0x83, 0x52, 0x42, 0x32, 0x89, 0xef, 0xa6, 0x72, 0x3a, 0x5a, + 0xd4, 0x55, 0xfe, 0x66, 0xa4, 0x47, 0xf9, 0x8f, 0x2f, 0xca, 0x9f, 0x90, 0xc5, 0x3b, 0x3d, 0xe8, + 0xcf, 0x00, 0x63, 0x3d, 0x03, 0x0c, 0x82, 0xfb, 0x69, 0xce, 0x63, 0x8c, 0x5a, 0x62, 0x1e, 0x53, + 0x44, 0xf4, 0x53, 0x1b, 0xd3, 0x03, 0x15, 0x32, 0xb9, 0xce, 0x90, 0x54, 0xc4, 0x03, 0x12, 0x60, + 0xf0, 0x5c, 0x32, 0x5c, 0xd1, 0x15, 0x15, 0xa0, 0xf5, 0xb5, 0x56, 0x9f, 0x9b, 0xc2, 0xf7, 0x51, + 0xa6, 0xa8, 0xb0, 0x80, 0x3e, 0x4d, 0xf9, 0xa8, 0xaf, 0x4c, 0x7b, 0xa7, 0xae, 0x09, 0x18, 0xb1, + 0xa7, 0x4f, 0x37, 0x5d, 0x81, 0x83, 0xde, 0x0e, 0x29, 0xaf, 0xd0, 0x91, 0x14, 0x70, 0xb7, 0xe1, + 0x89, 0x73, 0x68, 0xd4, 0xb2, 0x28, 0x7a, 0x32, 0x3f, 0xc2, 0x9b, 0xc9, 0x23, 0x98, 0x1d, 0x32, + 0x6a, 0xb4, 0xfe, 0xe0, 0x50, 0xbc, 0xfd, 0x33, 0x8a, 0x1e, 0xec, 0x3a, 0x1c, 0xac, 0x40, 0x30, + 0xfd, 0x19, 0xc8, 0x88, 0xda, 0xe9, 0xc9, 0x65, 0xdc, 0x43, 0xca, 0x81, 0x17, 0x48, 0x13, 0x41, + 0x14, 0x52, 0xc3, 0xdc, 0x71, 0x49, 0x98, 0xb7, 0xd6, 0xc7, 0x56, 0xe6, 0x08, 0x84, 0x28, 0x5b, + 0xa3, 0xf9, 0xde, 0xf6, 0xf2, 0xe0, 0xb7, 0x28, 0xe4, 0x50, 0xd6, 0xe0, 0x61, 0x7b, 0x8f, 0x02, + 0xcf, 0x94, 0x38, 0xc0, 0xfe, 0xb6, 0x35, 0x1d, 0xc8, 0x8c, 0xc2, 0xc9, 0x41, 0x40, 0xb4, 0x0e, + 0x6b, 0x73, 0x5a, 0x4f, 0x63, 0xe0, 0x35, 0x24, 0x13, 0xc6, 0xf5, 0xf9, 0x91, 0x8a, 0x02, 0x6a, + 0x7d, 0xbd, 0xe5, 0x6c, 0xbe, 0x55, 0x60, 0x0a, 0x35, 0x9a, 0xbb, 0x0e, 0x3f, 0x35, 0xec, 0xb9, + 0x4e, 0x92, 0x66, 0x95, 0x57, 0x6a, 0x17, 0x70, 0x6d, 0xc6, 0xbd, 0x68, 0x6a, 0x67, 0x05, 0x0a, + 0x3e, 0x49, 0x73, 0xa4, 0x1d, 0xf1, 0x1e, 0x59, 0x52, 0xae, 0x32, 0x1d, 0x3d, 0x03, 0x2d, 0xc2, + 0x05, 0xb4, 0x3d, 0x4f, 0x6f, 0x67, 0xc9, 0x88, 0x32, 0x19, 0xce, 0x94, 0xd1, 0x05, 0xcc, 0x14, + 0xb0, 0xe7, 0x50, 0x52, 0x92, 0xfa, 0xba, 0xd4, 0x8f, 0x93, 0x42, 0xd5, 0xb6, 0x76, 0x4c, 0x10, + 0x64, 0xa5, 0x15, 0xec, 0x36, 0x7e, 0x11, 0x60, 0xf2, 0x58, 0x7a, 0xac, 0xd8, 0xe3, 0xb9, 0x19, + 0x91, 0x64, 0x3d, 0x85, 0xfe, 0xb4, 0x90, 0x21, 0xf4, 0xca, 0x98, 0x02, 0xda, 0xb0, 0xcb, 0x37, + 0x59, 0x55, 0x97, 0x0d, 0x2a, 0x2f, 0x2f, 0x29, 0x6d, 0x4e, 0x50, 0x9d, 0xde, 0xef, 0x85, 0x1a, + 0x4f, 0x10, 0x9b, 0xe8, 0x0f, 0xa9, 0x25, 0xff, 0xd4, 0x52, 0x91, 0xb0, 0x9d, 0xbc, 0x3f, 0xfb, + 0x3d, 0xa6, 0x80, 0x67, 0xd1, 0x63, 0x43, 0x86, 0x1c, 0xe7, 0x8a, 0xdc, 0x20, 0xb8, 0xd1, 0xf6, + 0x68, 0x42, 0xf5, 0x8f, 0x7e, 0x0c, 0x24, 0x42, 0x0d, 0x17, 0x23, 0x81, 0x48, 0x49, 0x7c, 0x7f, + 0xb9, 0xf6, 0xd8, 0xd4, 0x97, 0xd8, 0x26, 0x18, 0xe2, 0xc7, 0x4c, 0x2a, 0x88, 0x8e, 0x14, 0x8e, + 0x44, 0x1c, 0x81, 0x9b, 0xc9, 0xec, 0x05, 0x33, 0xd3, 0xb7, 0xd7, 0xa1, 0xe5, 0xf1, 0xed, 0x82, + 0xb7, 0xf3, 0x62, 0x60, 0xfb, 0xf9, 0x56, 0xe6, 0xdb, 0xa5, 0x7f, 0x7e, 0xab, 0x23, 0x57, 0x92, + 0x4d, 0xcf, 0x95, 0xe6, 0x1f, 0x97, 0xca, 0x1c, 0x5e, 0x4a, 0x6f, 0x0f, 0x64, 0x43, 0xde, 0x4b, + 0x42, 0x3c, 0x32, 0xa7, 0x64, 0x52, 0x3f, 0xe8, 0xd1, 0x5d, 0x31, 0x21, 0xdf, 0x0e, 0x4d, 0x0b, + 0x47, 0xed, 0x0d, 0x7b, 0x8c, 0x23, 0x8b, 0x1a, 0xcc, 0x88, 0x6c, 0x9d, 0x4e, 0x76, 0x59, 0xb5, + 0xc5, 0xd5, 0x25, 0xcd, 0x7a, 0x09, 0x03, 0x97, 0x51, 0x22, 0x4a, 0x5e, 0xf4, 0x5f, 0x4b, 0x43, + 0x1e, 0xea, 0xd7, 0xed, 0x2b, 0x0b, 0x18, 0x0b, 0x00, 0x28, 0xe0, 0x02, 0x89, 0xf8, 0x20, 0x41, + 0x43, 0xaa, 0x35, 0xcb, 0x30, 0x8e, 0xbe, 0x91, 0x93, 0x5b, 0x6b, 0x94, 0x26, 0x1b, 0x20, 0x60, + 0x7c, 0x5e, 0xd4, 0xa6, 0x10, 0x4b, 0xd6, 0x20, 0xfb, 0x72, 0x8d, 0x9a, 0xd2, 0x9c, 0x4a, 0xc7, + 0x86, 0x2b, 0x27, 0x4c, 0x96, 0xbd, 0x9f, 0xb1, 0xaa, 0x40, 0x8f, 0x9d, 0x0b, 0xe2, 0x89, 0x5d, + 0xcd, 0x89, 0xe6, 0xdb, 0x10, 0xbf, 0x68, 0x97, 0x6e, 0x7f, 0xee, 0x62, 0x63, 0xe9, 0xa8, 0xc9, + 0x2c, 0xa5, 0xed, 0x6d, 0xb8, 0xca, 0x73, 0x5e, 0xd5, 0x88, 0x4f, 0xcd, 0x33, 0xef, 0xac, 0x93, + 0x66, 0x86, 0xbc, 0x9b, 0xbd, 0x6d, 0x72, 0x35, 0xed, 0xed, 0x62, 0x4c, 0x9e, 0x8a, 0x80, 0x87, + 0x85, 0x20, 0x32, 0x21, 0x90, 0x4e, 0x39, 0xb3, 0x28, 0xf9, 0xc6, 0xe9, 0xf4, 0x43, 0x5a, 0xd2, + 0x72, 0x7c, 0x63, 0x9a, 0xe2, 0x11, 0x4b, 0x96, 0xea, 0x5a, 0x97, 0x81, 0x01, 0x3d, 0x50, 0x8a, + 0x92, 0x2c, 0xdd, 0x3b, 0x4b, 0xc3, 0x41, 0xa7, 0xc1, 0xa8, 0xe6, 0x92, 0xbb, 0x21, 0x27, 0x56, + 0x5c, 0xe4, 0xbc, 0x67, 0xe9, 0xaf, 0x8a, 0xc8, 0x69, 0x65, 0x23, 0x53, 0x0e, 0xe5, 0x8c, 0x7b, + 0x8b, 0xd0, 0x10, 0xf0, 0x10, 0x89, 0xea, 0xf0, 0x6c, 0x65, 0x8d, 0x6b, 0x54, 0x54, 0x1e, 0x2b, + 0x02, 0x1b, 0x78, 0x0a, 0x75, 0x5a, 0xf9, 0x6e, 0x43, 0x35, 0x00, 0x28, 0x03, 0x1d, 0x3d, 0xbd, + 0xa0, 0xf3, 0x0c, 0xd0, 0x54, 0x2f, 0x23, 0x82, 0xca, 0x0a, 0xc2, 0x35, 0xb0, 0x54, 0xca, 0xf6, + 0x4c, 0xad, 0x25, 0x3d, 0xad, 0x27, 0xc5, 0x03, 0xdc, 0xf6, 0x21, 0xa3, 0x68, 0x6a, 0xd8, 0x2a, + 0x6e, 0x4f, 0xd7, 0xed, 0x26, 0xc9, 0xfc, 0x17, 0x46, 0xb9, 0x80, 0x5e, 0xa0, 0xdd, 0xbd, 0x9f, + 0x7e, 0x3b, 0x2b, 0xea, 0xc5, 0x89, 0xf3, 0x32, 0xdf, 0x4b, 0xc1, 0x44, 0x0c, 0xc6, 0x49, 0x29, + 0x64, 0x25, 0x5a, 0xe4, 0x9d, 0x28, 0xba, 0x5e, 0x76, 0x47, 0x81, 0x43, 0x58, 0x70, 0x91, 0xf7, + 0xc0, 0x6e, 0xcb, 0x92, 0x54, 0xb2, 0xf9, 0x2d, 0x7c, 0x7a, 0x68, 0x03, 0x40, 0x21, 0x21, 0x94, + 0xbc, 0xec, 0x18, 0x69, 0x03, 0x70, 0x51, 0x44, 0x08, 0xe0, 0x3f, 0x7b, 0x57, 0x82, 0xb5, 0x2e, + 0xb0, 0x4d, 0x4f, 0x09, 0xe4, 0x4b, 0xb1, 0xec, 0x45, 0x25, 0x77, 0x15, 0xff, 0x76, 0x57, 0x6d, + 0x75, 0x27, 0x85, 0xe6, 0x21, 0x1c, 0xb7, 0xeb, 0xa5, 0x42, 0xd2, 0x16, 0x33, 0x15, 0x9d, 0x41, + 0x4c, 0x5a, 0x1b, 0xa9, 0xe1, 0x24, 0x8f, 0x28, 0x93, 0x29, 0x13, 0x64, 0x44, 0x9c, 0x0c, 0x03, + 0x44, 0x24, 0x55, 0xe0, 0x95, 0xee, 0x25, 0x6f, 0x13, 0xc2, 0xad, 0x49, 0x99, 0xee, 0xb8, 0x5e, + 0x09, 0xb7, 0xb2, 0x11, 0xa1, 0x1c, 0xa4, 0x4a, 0xce, 0x09, 0x60, 0xe9, 0x31, 0x03, 0xf2, 0x1b, + 0x9e, 0x74, 0xe0, 0x38, 0x4d, 0x2a, 0xa0, 0xe1, 0xa1, 0x2b, 0x1a, 0xdc, 0x23, 0xe9, 0xeb, 0x1d, + 0x73, 0x7c, 0x91, 0xf4, 0xce, 0x3c, 0x53, 0x32, 0xc0, 0x96, 0x64, 0x24, 0x43, 0xfa, 0x49, 0x1e, + 0xb0, 0x6a, 0xae, 0xd5, 0x99, 0xdd, 0xf0, 0x38, 0xca, 0xd5, 0xd9, 0x1c, 0xb9, 0xd1, 0x12, 0xff, + 0x13, 0x3d, 0xb4, 0x4a, 0x59, 0xc7, 0x10, 0x64, 0x6f, 0x5f, 0x41, 0x79, 0xd7, 0x08, 0x1b, 0x11, + 0x85, 0x90, 0x7f, 0x11, 0x8b, 0xaa, 0xfc, 0xac, 0x50, 0x07, 0xc5, 0x8e, 0x3b, 0x07, 0x81, 0x58, + 0x2c, 0x90, 0xff, 0x68, 0xfb, 0xda, 0x1d, 0x07, 0xae, 0xcd, 0x9d, 0x60, 0x6c, 0x41, 0x46, 0xb5, + 0x22, 0xf6, 0x64, 0xd2, 0xff, 0x39, 0x37, 0x49, 0xed, 0x24, 0x54, 0x6b, 0xdd, 0xde, 0x85, 0x8f, + 0x51, 0x8a, 0x2b, 0x0e, 0xbe, 0x43, 0xc9, 0xfb, 0x24, 0xe3, 0x8e, 0xf2, 0x59, 0x2d, 0xe6, 0xb3, + 0x5c, 0xf2, 0x22, 0x51, 0x45, 0x72, 0x42, 0xad, 0xcb, 0x17, 0xe8, 0xc6, 0x43, 0x34, 0xc1, 0xe2, + 0x2a, 0xc9, 0xfd, 0x12, 0x5d, 0x32, 0x6f, 0xae, 0xe8, 0x20, 0x65, 0xbb, 0x9b, 0x46, 0x99, 0xcc, + 0x15, 0xbc, 0xae, 0xd4, 0x21, 0xeb, 0x96, 0x27, 0x72, 0x0f, 0x09, 0x68, 0xb7, 0x20, 0x9b, 0xa3, + 0xd7, 0xa0, 0x44, 0xee, 0xb9, 0xf4, 0xed, 0xdc, 0xd0, 0xe6, 0xc0, 0x62, 0xa4, 0x7a, 0xcd, 0xcb, + 0x1e, 0x51, 0x08, 0xbf, 0xac, 0xed, 0xf7, 0x93, 0x2e, 0x7b, 0x70, 0x07, 0x45, 0x23, 0x48, 0x02, + 0x42, 0x8a, 0x14, 0x4e, 0x10, 0xf6, 0x25, 0x4f, 0xf0, 0x09, 0x24, 0x39, 0x74, 0x3b, 0xd1, 0x5f, + 0xf7, 0xaa, 0x28, 0x67, 0x00, 0x5f, 0xd2, 0xe4, 0xf6, 0x31, 0x10, 0x1f, 0xb2, 0x19, 0x75, 0x24, + 0x96, 0x6e, 0xe0, 0x53, 0x15, 0x01, 0x96, 0x7b, 0xaf, 0x86, 0xfe, 0xd8, 0x72, 0x83, 0x72, 0xc0, + 0x18, 0xb1, 0x57, 0xa4, 0x70, 0x2b, 0x5d, 0xe4, 0x63, 0x15, 0xd1, 0xe0, 0x03, 0x31, 0xbc, 0x1a, + 0xbc, 0xfb, 0x07, 0x66, 0x4e, 0x02, 0xcf, 0xa1, 0x04, 0x32, 0x18, 0x38, 0x3e, 0x1f, 0xd1, 0x4b, + 0xd9, 0x94, 0xda, 0xf2, 0xaa, 0xb2, 0x33, 0x03, 0x99, 0xdf, 0x12, 0xe2, 0xf1, 0xda, 0xd8, 0xf9, + 0xd2, 0x5d, 0xc9, 0xb8, 0x38, 0xa5, 0xed, 0x6a, 0xeb, 0xf5, 0xee, 0x26, 0x64, 0x22, 0x1e, 0x1a, + 0xfb, 0x8c, 0x45, 0x09, 0x4e, 0x38, 0xb3, 0xcf, 0x30, 0x2a, 0x5a, 0x7f, 0x72, 0x82, 0x5e, 0x11, + 0xce, 0x8e, 0xb8, 0x7b, 0x02, 0xcf, 0xc1, 0x2e, 0x56, 0xa3, 0xef, 0xb4, 0x1a, 0x87, 0xa4, 0x5e, + 0x5e, 0xdf, 0xe0, 0xca, 0xfc, 0x80, 0x57, 0xa4, 0x41, 0x86, 0x3f, 0xd1, 0x8d, 0x75, 0x76, 0xac, + 0xad, 0x1d, 0xdd, 0xd7, 0xa9, 0xb3, 0x19, 0x94, 0xa2, 0x7b, 0x3d, 0x53, 0xdb, 0x3d, 0xd3, 0xc5, + 0x6b, 0xa6, 0xf8, 0x97, 0xfc, 0x86, 0xee, 0x93, 0x84, 0x12, 0x4e, 0xc4, 0x1c, 0xc2, 0xa8, 0xea, + 0x44, 0xbd, 0xa3, 0xd4, 0x3a, 0x6c, 0xfa, 0x97, 0xe7, 0x64, 0xfa, 0x42, 0x40, 0xcc, 0x17, 0x53, + 0xc2, 0x80, 0x58, 0x05, 0xbe, 0xb3, 0xb0, 0xc7, 0x6f, 0x76, 0xbe, 0x9f, 0x74, 0x85, 0xa4, 0x17, + 0x0c, 0x28, 0x77, 0xdf, 0x63, 0x0f, 0xfa, 0x9a, 0x1d, 0x9e, 0x76, 0x4a, 0x87, 0x9a, 0xc0, 0x2a, + 0x69, 0x20, 0x91, 0x46, 0x81, 0x80, 0x44, 0x90, 0x89, 0x8d, 0x3e, 0xdb, 0x32, 0x1c, 0xe3, 0xef, + 0x1d, 0xb1, 0x01, 0xbb, 0x3a, 0x84, 0x42, 0x2c, 0x72, 0x3a, 0x8a, 0x08, 0x23, 0x56, 0x68, 0x95, + 0x91, 0xcf, 0x2e, 0xa1, 0x5f, 0xd7, 0x2c, 0x4e, 0x66, 0xb7, 0x20, 0xc4, 0x33, 0x4d, 0xd1, 0x6a, + 0xde, 0x05, 0xf5, 0x12, 0x16, 0xde, 0x9e, 0xad, 0x6c, 0xa0, 0x00, 0x6d, 0x47, 0xff, 0xca, 0x33, + 0xde, 0xc6, 0xe8, 0x76, 0xd6, 0xe4, 0xe8, 0xce, 0x0c, 0x12, 0xa4, 0x8a, 0x7e, 0xe6, 0x02, 0x1d, + 0xfc, 0x36, 0x7f, 0xdb, 0x12, 0xfc, 0x9e, 0x3c, 0x8a, 0x41, 0x3e, 0x64, 0xb4, 0x7f, 0xbb, 0x6a, + 0xae, 0x11, 0x5a, 0x83, 0x38, 0x21, 0x19, 0x7a, 0x87, 0x56, 0x8d, 0x22, 0x45, 0x2b, 0x9a, 0x40, + 0x46, 0x8d, 0x02, 0x0a, 0x81, 0x63, 0xb2, 0x69, 0xde, 0x27, 0x12, 0xae, 0xeb, 0xa0, 0x0e, 0xb4, + 0xac, 0xf2, 0x17, 0x67, 0x81, 0x06, 0x51, 0xb7, 0x13, 0x36, 0x18, 0x4c, 0x1c, 0xb7, 0x9a, 0xa0, + 0x15, 0x90, 0x94, 0x57, 0x35, 0x09, 0xe7, 0xaf, 0x02, 0xa7, 0x2d, 0x3e, 0x4d, 0x89, 0xb2, 0x0f, + 0xa9, 0xef, 0xe1, 0x47, 0xf3, 0x78, 0xec, 0xaa, 0xbb, 0xd6, 0xa4, 0x67, 0xe9, 0x49, 0x11, 0x35, + 0x72, 0x3e, 0x5c, 0x3c, 0x68, 0xaf, 0xf9, 0x97, 0xa5, 0xe4, 0xcb, 0x7b, 0xc9, 0x8b, 0x52, 0xd7, + 0xa2, 0x4f, 0xb2, 0xeb, 0xdf, 0x50, 0xcf, 0xf4, 0x89, 0xe1, 0x6a, 0x68, 0xb7, 0xaf, 0x4d, 0xd9, + 0x37, 0x01, 0xf7, 0xa0, 0xec, 0x1f, 0xbb, 0x06, 0xf2, 0xe9, 0x24, 0xe0, 0x46, 0x6e, 0x85, 0x1e, + 0x90, 0x76, 0x01, 0x3c, 0xdf, 0x9b, 0xe9, 0xd6, 0x66, 0x4d, 0x8f, 0xc4, 0x1a, 0x4b, 0x38, 0x30, + 0xe5, 0x5c, 0x3f, 0x77, 0x45, 0x9f, 0xfd, 0x4a, 0x19, 0x0d, 0x2c, 0xe1, 0x44, 0xd0, 0x6b, 0xe1, + 0x44, 0x9d, 0x78, 0xde, 0xed, 0xd5, 0xed, 0x54, 0x58, 0xc9, 0x5e, 0xa7, 0x28, 0x22, 0x7c, 0xf0, + 0xda, 0x07, 0x95, 0x70, 0x98, 0xd8, 0xdf, 0x1f, 0xad, 0xbd, 0x41, 0x3b, 0xd5, 0xdd, 0xda, 0x85, + 0xb8, 0x8a, 0x1a, 0xf1, 0x8e, 0x0e, 0xdf, 0x6b, 0xa2, 0xe7, 0x8d, 0x46, 0x56, 0xb8, 0x19, 0xbe, + 0x6e, 0xba, 0x26, 0x10, 0x32, 0xa1, 0xc9, 0x7b, 0x29, 0x34, 0xae, 0xd8, 0x07, 0x9e, 0xcf, 0x75, + 0xc7, 0x51, 0xc7, 0x14, 0x6d, 0x9c, 0x0f, 0xfc, 0x56, 0xf9, 0xca, 0xc0, 0x93, 0xe5, 0xe9, 0x38, + 0x21, 0x6a, 0x3b, 0x6f, 0x40, 0x99, 0xa8, 0x3a, 0x78, 0x62, 0x51, 0x67, 0x3b, 0x49, 0x79, 0x54, + 0x86, 0x4c, 0x88, 0xdd, 0x33, 0xa8, 0xb0, 0xe5, 0xeb, 0x40, 0x8c, 0x3c, 0xce, 0x56, 0x34, 0xe0, + 0x3c, 0x11, 0x7a, 0x8f, 0x48, 0x15, 0x74, 0xa4, 0x7d, 0x4d, 0x12, 0x8c, 0x2c, 0x25, 0x99, 0x51, + 0x47, 0xde, 0x22, 0xf1, 0x74, 0x1b, 0xa8, 0x5d, 0x35, 0x43, 0xd8, 0x02, 0x95, 0x22, 0xfd, 0xb9, + 0xce, 0x92, 0xc0, 0x11, 0x19, 0xa5, 0x20, 0xaa, 0x9d, 0x0e, 0xb1, 0x69, 0x99, 0xf3, 0x84, 0x79, + 0xa7, 0x3a, 0xde, 0x4d, 0x19, 0x6e, 0xe2, 0x73, 0x23, 0xd9, 0x8b, 0x0e, 0x92, 0xb1, 0x21, 0xa4, + 0xb3, 0xbf, 0x48, 0xe7, 0x79, 0x91, 0xce, 0x84, 0x0c, 0xac, 0x32, 0x90, 0x68, 0x7c, 0xd3, 0x46, + 0x68, 0x42, 0x74, 0xe4, 0x94, 0xe5, 0x13, 0x54, 0xf2, 0x69, 0x35, 0xe8, 0x18, 0xad, 0x85, 0x84, + 0xdc, 0xa2, 0xf9, 0x1b, 0xa7, 0x42, 0xf9, 0xc4, 0x43, 0x92, 0x69, 0x7d, 0xe2, 0x61, 0xb8, 0xe9, + 0x47, 0x27, 0x93, 0x0d, 0xcb, 0x2c, 0xdc, 0x4d, 0x44, 0x7f, 0x3d, 0xc2, 0x11, 0x95, 0x14, 0x72, + 0xcc, 0xc8, 0x27, 0x80, 0x40, 0x70, 0xd9, 0xd2, 0xec, 0xf4, 0x35, 0xe8, 0xcf, 0x91, 0xc1, 0x68, + 0x24, 0xb3, 0x41, 0xc0, 0x22, 0xe5, 0x65, 0xb5, 0x10, 0xfe, 0x81, 0x7f, 0xb2, 0x4f, 0x22, 0x03, + 0xf3, 0x38, 0xf7, 0xcd, 0xec, 0xae, 0x5e, 0xe7, 0xbd, 0x5e, 0x52, 0x9c, 0xf0, 0xa0, 0xd4, 0xaa, + 0x68, 0x84, 0xe8, 0x65, 0x43, 0x72, 0x15, 0x27, 0xe2, 0x14, 0x46, 0x54, 0xd2, 0xd2, 0xf4, 0x1f, + 0xaf, 0x6d, 0x23, 0x4b, 0xf6, 0x42, 0x18, 0x06, 0x62, 0x37, 0x41, 0xb4, 0x7c, 0x8e, 0x76, 0x92, + 0x17, 0xb2, 0x97, 0x40, 0xde, 0xeb, 0x64, 0x38, 0x29, 0x3a, 0xd3, 0x8c, 0xb6, 0xf0, 0x5f, 0x82, + 0x55, 0x35, 0xfb, 0x74, 0x7e, 0x80, 0xfc, 0x73, 0x3a, 0x06, 0x7a, 0xb2, 0xdb, 0x66, 0xe1, 0xec, + 0x52, 0x6b, 0x90, 0x22, 0xe1, 0xae, 0x54, 0x90, 0x0c, 0x08, 0x34, 0x7d, 0xad, 0xeb, 0xfd, 0x92, + 0xad, 0x29, 0xbb, 0xf4, 0x30, 0xe9, 0xa5, 0x1f, 0x1c, 0x28, 0xfd, 0xeb, 0x5d, 0x9e, 0x7b, 0xe8, + 0x0d, 0xee, 0xd0, 0x57, 0xef, 0xa1, 0x59, 0xfa, 0x79, 0x97, 0xb7, 0x7b, 0xdc, 0xe1, 0x41, 0xff, + 0xd1, 0x96, 0x6b, 0x8a, 0xf9, 0x62, 0x4b, 0x22, 0xa7, 0x68, 0xaa, 0x38, 0xdd, 0x79, 0xd8, 0x7b, + 0xdb, 0x2b, 0xc8, 0x2e, 0x17, 0x4e, 0xbe, 0xd6, 0x94, 0x3b, 0x84, 0x90, 0x6a, 0xc1, 0x89, 0x99, + 0xa0, 0xf8, 0xed, 0x3a, 0x08, 0x8b, 0x44, 0xf1, 0x06, 0x94, 0x4c, 0x14, 0x42, 0x1b, 0x77, 0x90, + 0x40, 0x2a, 0x67, 0xdc, 0x0d, 0x1f, 0xda, 0x5e, 0x27, 0x09, 0x52, 0x6d, 0x79, 0x29, 0x2e, 0xc2, + 0x3f, 0x2a, 0xae, 0x95, 0x4f, 0x47, 0x8d, 0x3c, 0x6c, 0xf6, 0x11, 0x84, 0x73, 0x29, 0xd0, 0xf8, + 0xc6, 0x32, 0x17, 0xb6, 0x44, 0x58, 0x0b, 0xa7, 0x6a, 0x64, 0x3d, 0xed, 0x6e, 0x90, 0x74, 0xe8, + 0x10, 0x18, 0x7e, 0x09, 0x22, 0x03, 0xaa, 0xb3, 0xf2, 0x09, 0x31, 0xaa, 0x95, 0x92, 0x16, 0x1c, + 0xbf, 0x9f, 0xdc, 0xd8, 0x2e, 0xb4, 0x25, 0x13, 0x1c, 0x0c, 0x34, 0xeb, 0xcb, 0x76, 0x18, 0xd0, + 0x11, 0xa2, 0x6a, 0x9f, 0x18, 0x1e, 0xed, 0x33, 0x3e, 0x00, 0xcd, 0x36, 0xfd, 0x6c, 0x45, 0x91, + 0xcf, 0x3b, 0x90, 0x8f, 0x93, 0x3e, 0x74, 0x87, 0x59, 0x32, 0xbb, 0xdd, 0xc9, 0x78, 0x34, 0x1e, + 0xcc, 0xc0, 0x21, 0x7e, 0x69, 0x77, 0x59, 0xf7, 0x48, 0x7e, 0xdf, 0xd3, 0xec, 0xc4, 0xb2, 0xf4, + 0x8c, 0x0b, 0xe2, 0x09, 0x45, 0x77, 0x7f, 0x8d, 0x7c, 0x28, 0x0c, 0x8c, 0x4e, 0x5e, 0xb6, 0x2d, + 0x65, 0x52, 0x23, 0x9f, 0xd4, 0xaa, 0xc5, 0xca, 0x4e, 0x0d, 0xc5, 0x25, 0x1f, 0x23, 0x0b, 0xf6, + 0x8b, 0x74, 0x5f, 0x6f, 0xc5, 0xb4, 0xba, 0x6c, 0xe2, 0xc8, 0x48, 0xc5, 0xe4, 0x77, 0x32, 0x07, + 0x6e, 0xe1, 0x4a, 0x28, 0x39, 0xa4, 0xdf, 0x53, 0x8f, 0xf0, 0x6d, 0x0a, 0xa1, 0x6f, 0xd9, 0x26, + 0x66, 0x61, 0xc1, 0x87, 0x25, 0xc2, 0xf2, 0x4e, 0x4e, 0xf0, 0xa2, 0xec, 0x38, 0x86, 0x09, 0xa6, + 0x9a, 0x2f, 0x23, 0x4b, 0xf2, 0x17, 0xd1, 0xa6, 0x62, 0xc4, 0xca, 0x6c, 0xfa, 0xe8, 0xa0, 0xfc, + 0x5d, 0x21, 0x7f, 0xe8, 0xe7, 0xbb, 0x39, 0x52, 0x48, 0x7a, 0x42, 0x3b, 0x58, 0xda, 0xad, 0x33, + 0x27, 0x73, 0x74, 0x74, 0xbf, 0x7c, 0x80, 0x58, 0x92, 0xf1, 0x36, 0x49, 0xdd, 0x2d, 0x01, 0xf7, + 0xf5, 0x73, 0x0e, 0x16, 0xa5, 0x12, 0xef, 0xf0, 0xec, 0xee, 0xfa, 0x6b, 0x3d, 0xfa, 0xcb, 0xac, + 0x56, 0x30, 0x52, 0x43, 0x4b, 0x9a, 0xd7, 0x4c, 0xaa, 0xa3, 0x48, 0x8a, 0xc7, 0xa8, 0x97, 0x49, + 0x3f, 0xca, 0xf6, 0xc7, 0x2c, 0xf9, 0x78, 0xcd, 0x35, 0xcc, 0xdc, 0xdd, 0x44, 0x6c, 0x13, 0xd3, + 0xbe, 0x19, 0x26, 0x12, 0x07, 0xd3, 0xbe, 0x1a, 0x76, 0xcd, 0xba, 0x46, 0x7d, 0x98, 0x24, 0xf8, + 0x6d, 0x82, 0x66, 0xd4, 0x35, 0x4a, 0x76, 0x45, 0x1f, 0xb3, 0xbc, 0x13, 0x9e, 0xa8, 0x2b, 0xfc, + 0xad, 0x65, 0xf1, 0x59, 0xe4, 0x32, 0x9f, 0xab, 0xfc, 0xbe, 0x48, 0x27, 0x3a, 0x57, 0xc6, 0xa9, + 0xa9, 0x77, 0xf8, 0x0d, 0xba, 0x1b, 0xb6, 0x85, 0x42, 0xea, 0x31, 0x4d, 0x37, 0x48, 0xfb, 0xd2, + 0x49, 0xe9, 0xba, 0xaf, 0x85, 0xf2, 0xe1, 0x0a, 0xbd, 0xa7, 0x50, 0x3b, 0x59, 0x41, 0xcf, 0x57, + 0xe3, 0x16, 0x29, 0xd5, 0xd7, 0x18, 0x63, 0x2f, 0x88, 0x5e, 0x3f, 0x77, 0xcb, 0x17, 0x35, 0x2c, + 0x04, 0xb7, 0x6f, 0x61, 0x36, 0x82, 0xf7, 0xa8, 0xbf, 0x53, 0x0d, 0xf7, 0x4b, 0xe9, 0xee, 0x10, + 0x87, 0x67, 0x87, 0x78, 0x3c, 0x3b, 0xc4, 0xf2, 0xc1, 0x82, 0x31, 0x21, 0x2d, 0x05, 0x1e, 0x32, + 0xbd, 0xf6, 0x0e, 0xeb, 0x87, 0xef, 0x56, 0xa6, 0x81, 0x14, 0x20, 0xaa, 0x29, 0x50, 0x2b, 0x3a, + 0xb0, 0x35, 0x55, 0xf4, 0xca, 0x8a, 0xf5, 0x0e, 0xdc, 0x45, 0x97, 0x03, 0x07, 0x3e, 0x8e, 0x42, + 0xf2, 0x7b, 0x0a, 0x9f, 0x42, 0x43, 0xc0, 0xcd, 0x14, 0xc3, 0x0f, 0xac, 0x05, 0x75, 0x44, 0x15, + 0xa9, 0x40, 0x30, 0x6f, 0x67, 0x49, 0x62, 0xd9, 0xca, 0xf7, 0x30, 0x38, 0x71, 0x4d, 0xed, 0xd4, + 0xfa, 0x8c, 0xa0, 0x87, 0x88, 0x17, 0xf9, 0x30, 0x49, 0xa4, 0x3b, 0x63, 0x8b, 0xd4, 0x0a, 0xdd, + 0x41, 0xb6, 0xd6, 0xc7, 0x2c, 0x82, 0x40, 0xd1, 0x08, 0xe3, 0x6a, 0xfa, 0x97, 0xd3, 0x9f, 0x41, + 0x85, 0x6b, 0xd1, 0x89, 0x5b, 0xcc, 0xfa, 0x53, 0xe5, 0xa3, 0x3b, 0xbf, 0xbf, 0xc8, 0xfc, 0xd1, + 0x55, 0x7f, 0x70, 0x91, 0xf9, 0xc3, 0x07, 0xfe, 0xeb, 0x45, 0xe6, 0xfb, 0x55, 0x1e, 0xc9, 0xf6, + 0x71, 0x88, 0xfe, 0x14, 0x55, 0x90, 0x0a, 0x77, 0x92, 0x8f, 0x6f, 0x10, 0x9d, 0xff, 0x05, 0x96, + 0x15, 0x21, 0x3f, 0x47, 0xef, 0x13, 0x9c, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, + 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, + 0x73, 0x00, 0x00, 0x0e, 0xc4, 0x00, 0x00, 0x0e, 0xc4, 0x01, 0x95, 0x2b, 0x0e, 0x1b, 0x00, 0x00, + 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xe2, 0x02, 0x12, 0x01, 0x08, 0x0b, 0x49, 0x41, 0xe5, + 0xea, 0x00, 0x00, 0x02, 0xae, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xb5, 0x95, 0xcf, 0x4a, 0xeb, + 0x40, 0x14, 0xc6, 0x7f, 0x69, 0x95, 0x24, 0x8a, 0x97, 0x48, 0x23, 0xb6, 0x96, 0x20, 0x04, 0x5d, + 0x54, 0x54, 0xb0, 0x77, 0xe1, 0xb2, 0x20, 0x08, 0xe2, 0xde, 0xb5, 0x8f, 0xe0, 0x0b, 0xdc, 0x95, + 0x2f, 0x70, 0xdf, 0xa1, 0x20, 0x08, 0xee, 0xd4, 0x95, 0x2b, 0x41, 0x11, 0x45, 0x70, 0x2f, 0x05, + 0xb3, 0xb0, 0x8a, 0x0a, 0x12, 0x6d, 0x6a, 0xd3, 0x3f, 0x93, 0xc9, 0x5d, 0x78, 0xcd, 0xb5, 0x9a, + 0xa8, 0xa8, 0xf7, 0xc0, 0xc0, 0x24, 0xe7, 0x9c, 0xef, 0x3b, 0xdf, 0xcc, 0x9c, 0x19, 0x25, 0x95, + 0x4a, 0xfd, 0x92, 0x52, 0x2e, 0xf3, 0x1f, 0x4c, 0x51, 0x94, 0x35, 0x05, 0xa8, 0xcc, 0xce, 0xce, + 0x8e, 0xe5, 0xf3, 0xf9, 0x6f, 0x05, 0x77, 0x5d, 0x97, 0xdd, 0xdd, 0xdd, 0x5a, 0x0f, 0x40, 0x3e, + 0x9f, 0x47, 0xd3, 0xb4, 0xc8, 0xd9, 0xdb, 0xdb, 0xcb, 0xd0, 0xd0, 0x50, 0x62, 0xb2, 0xe7, 0x79, + 0x78, 0x9e, 0xf7, 0x26, 0x41, 0x2e, 0x97, 0x23, 0x9b, 0xcd, 0xfe, 0xe8, 0x89, 0x73, 0x66, 0xb3, + 0x59, 0x96, 0x96, 0x96, 0x12, 0x93, 0x5b, 0xad, 0x16, 0x9e, 0xe7, 0xe1, 0x38, 0x0e, 0x47, 0x47, + 0x47, 0xb4, 0xdb, 0xed, 0xd8, 0x38, 0x55, 0x55, 0xe9, 0xf9, 0x8c, 0x7c, 0x55, 0x55, 0x51, 0x55, + 0x15, 0xd3, 0x34, 0xb1, 0x6d, 0x9b, 0xcd, 0xcd, 0x4d, 0x5c, 0xd7, 0x8d, 0x8d, 0x7d, 0x97, 0x60, + 0x6f, 0x6f, 0x8f, 0xe3, 0xe3, 0xe3, 0xe8, 0x5b, 0xd3, 0x34, 0x72, 0xb9, 0x1c, 0xb6, 0x6d, 0x33, + 0x35, 0x35, 0x45, 0x26, 0x93, 0x61, 0x71, 0x71, 0x91, 0xb5, 0xb5, 0xb5, 0xcf, 0x11, 0xbc, 0xb4, + 0x66, 0xb3, 0x89, 0xe3, 0x38, 0x38, 0x8e, 0xc3, 0xc0, 0xc0, 0x00, 0xb6, 0x6d, 0x33, 0x3c, 0x3c, + 0x8c, 0x61, 0x18, 0xdc, 0xdd, 0xdd, 0xbd, 0x8a, 0x4f, 0x7d, 0xe5, 0xa4, 0x5c, 0x5c, 0x5c, 0x74, + 0xed, 0x5b, 0x9c, 0x7d, 0x89, 0x20, 0x9d, 0x4e, 0x47, 0xf3, 0x4e, 0xa7, 0xf3, 0xfd, 0x04, 0x96, + 0x65, 0x45, 0xe0, 0x97, 0x97, 0x97, 0xc9, 0x7b, 0x70, 0x7e, 0x7e, 0x4e, 0x26, 0x93, 0x41, 0xd7, + 0xf5, 0xae, 0x7e, 0x00, 0xe8, 0xef, 0xef, 0x67, 0x64, 0x64, 0xa4, 0xeb, 0x9f, 0x61, 0x18, 0x14, + 0x0a, 0x05, 0x2c, 0xcb, 0xa2, 0xd3, 0xe9, 0x70, 0x70, 0x70, 0x80, 0xef, 0xfb, 0x11, 0x59, 0xa3, + 0xd1, 0xe0, 0xe1, 0xe1, 0x81, 0xfb, 0xfb, 0xfb, 0x47, 0x82, 0x5a, 0xad, 0x16, 0x05, 0x68, 0x9a, + 0x86, 0x61, 0x18, 0x11, 0x58, 0xb1, 0x58, 0xa4, 0x58, 0x2c, 0xc6, 0x56, 0x57, 0xaf, 0xd7, 0xd9, + 0xdf, 0xdf, 0xe7, 0xf0, 0xf0, 0x90, 0x66, 0xb3, 0x89, 0xef, 0xfb, 0x78, 0x9e, 0x87, 0x94, 0x32, + 0x22, 0x4b, 0x01, 0x04, 0x41, 0x80, 0x10, 0x02, 0x21, 0x04, 0xf5, 0x7a, 0x9d, 0x46, 0xa3, 0xf1, + 0xa1, 0x25, 0xd2, 0x75, 0x9d, 0xd1, 0xd1, 0x51, 0x82, 0x20, 0xa0, 0x5a, 0xad, 0x72, 0x7b, 0x7b, + 0x4b, 0xbb, 0xdd, 0x8e, 0xb0, 0xa4, 0x94, 0x8f, 0x0a, 0x82, 0x20, 0xe8, 0x4a, 0x0c, 0xc3, 0x30, + 0x9a, 0x6f, 0x6d, 0x6d, 0x75, 0x9d, 0x71, 0x45, 0x51, 0x98, 0x9e, 0x9e, 0x66, 0x72, 0x72, 0x92, + 0xb9, 0xb9, 0x39, 0x0a, 0x85, 0x02, 0x2b, 0x2b, 0x2b, 0xac, 0xae, 0xae, 0x72, 0x73, 0x73, 0xd3, + 0x85, 0x23, 0xa5, 0xfc, 0xa7, 0xe0, 0xf9, 0x78, 0x92, 0xf8, 0x64, 0xcf, 0x7d, 0x42, 0x08, 0x4e, + 0x4e, 0x4e, 0x28, 0x97, 0xcb, 0xec, 0xec, 0xec, 0x00, 0x60, 0x9a, 0x26, 0xf3, 0xf3, 0xf3, 0xaf, + 0x70, 0xc2, 0x30, 0x7c, 0x24, 0x10, 0x42, 0xbc, 0x72, 0x3c, 0x57, 0xf3, 0x32, 0xf1, 0x69, 0xac, + 0xaf, 0xaf, 0x47, 0xcd, 0x35, 0x3e, 0x3e, 0x1e, 0x4b, 0xf0, 0xee, 0x12, 0x85, 0x61, 0x88, 0x10, + 0x22, 0x76, 0x0f, 0x84, 0x10, 0xf8, 0xbe, 0x8f, 0x61, 0x18, 0xf4, 0xf5, 0xf5, 0xbd, 0x8a, 0x4b, + 0x24, 0x78, 0x69, 0x49, 0x7e, 0xcb, 0xb2, 0xa2, 0x13, 0x57, 0xab, 0xd5, 0x62, 0x0b, 0x8d, 0x08, + 0x5e, 0x56, 0xfd, 0x11, 0x05, 0xcb, 0xcb, 0xcb, 0xe8, 0xba, 0x0e, 0xc0, 0xd9, 0xd9, 0xd9, 0xdb, + 0x0a, 0x92, 0x08, 0x06, 0x07, 0x07, 0x59, 0x58, 0x58, 0xe8, 0x4a, 0x34, 0x4d, 0x93, 0x99, 0x99, + 0x19, 0x26, 0x26, 0x26, 0xa2, 0xea, 0xb7, 0xb7, 0xb7, 0x3f, 0xa7, 0xa0, 0x54, 0x2a, 0x51, 0x2a, + 0x95, 0x12, 0x97, 0xef, 0xfa, 0xfa, 0x9a, 0x72, 0xb9, 0x4c, 0xa5, 0x52, 0x49, 0xbe, 0x2a, 0x84, + 0x10, 0xa4, 0x52, 0xa9, 0xae, 0x27, 0xb1, 0x5a, 0xad, 0x26, 0x82, 0x4a, 0x29, 0x71, 0x5d, 0x97, + 0xd3, 0xd3, 0x53, 0x36, 0x36, 0x36, 0xb8, 0xba, 0xba, 0x8a, 0x8d, 0x0b, 0xc3, 0x10, 0x05, 0xa8, + 0xa4, 0xd3, 0xe9, 0xb1, 0xe7, 0x37, 0xe3, 0x77, 0x98, 0x94, 0x12, 0x21, 0x44, 0x2b, 0xad, 0x28, + 0x4a, 0x46, 0x4a, 0xf9, 0x33, 0x08, 0x02, 0x55, 0x4a, 0xc9, 0x77, 0x8c, 0xbf, 0xcd, 0xda, 0x02, + 0x7e, 0xff, 0x01, 0xa0, 0x81, 0xeb, 0x42, 0xde, 0x31, 0x7c, 0xff, 0x00, 0x00, 0x00, 0x00, 0x49, + 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; #endif diff --git a/cinelerra-5.1/guicast/images/file_size_capb_up.png b/cinelerra-5.1/guicast/images/file_size_capb_up.png index 85b46eb915abe7cd9b7d2d41fd71516d8475bb7f..92a14169817f96caeb8e105d02b84dc348a07187 100644 GIT binary patch literal 4087 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 IM6N<$f>E%53;+NC literal 6778 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 delta 6556 zcmV;N8Dr*(DXudmiBL{Q4GJ0x0000DNk~Le0000N0000N2nGNE0N^Urpa1|CsgWfh ze|Frul7#;U( zCd6D)P3hrJsG+*XU&{02&w72{@9Y!K@3%kp_1l_n4>&$OpZ{2%#yK0lS8^0a5z@XTjCou6T=b=E)I20M*ycH3nqpTiDp3~ss1r*p&k^Ih@T zRX6;bH_Hf!-LJUC5>T=>pY3YzleA zy*Ve_v(`m-zo%4)PxQ%WVpDx1e^?@W1wY2K0rzB%dHP=#WZH;@jU|MXP-B{6Dcis2UV^2Nz(ra&n z^ci8qkwzY6)X}D!euf!mnt7I4XIplWN@j%>S6X?MRae{O+V(r_xYN$Nf9$&3d(>W0 z{psgFh?;#x&7DYTU4D-m-{!0fol98ZOjOK>mb zMmKxm`ONQUO%Iml9%tTj2ZFD2C(ul}#hihGr=(Tq-kyi)d+ioE!*TmvOu)5k@49A= zIyFz=g-^invBOUr=g1pm>n-!SQ|DRxs+p5(^Ri%0-?#Z>!ZqO8e{TjnZzkZ84@S`J zju{+&*+D|SOgV<&yx$r^mLF5Nz(-?_E#|8~ewg!Xe|+Z-^DqAR&K>4o{PCST%)j{K zJ9n6W@yB=WF#qC@@7!Vj#UJ0f!~BaszH^6p^G5?aD7$V0C|hb;G{YII?phvSA1i3d zZKN{OZh1Bry7i-tf04q|OE&H)6nLe;Qv-7%!N*-|KRtx)Qmu|=ILh{AADe-|4qB|a zhs7RF=Vq&SQ-PZ&Chi&=oixM>@>S40_Zj=J?a8rat`7q6-!DJSpBDV_)5RESvj#K4 zYgzBtj$%}DN!iv-o`1Fs!*h6wrbL_?4+R8{?2r2a(<$Faf1nos7b1YednRiCOBDPY0v}X#kqLj>jjYhF;jM#ry5?g9aCsAFT;$X=`b^6y0-j zIxeD2t8KIOe^Q7Wc^7gbJ4K#JPr4W@#xAofS?j3?I_>srs$tSoJE;>NTATOf^q`dsIxEv-|)4I3d5t^OYq;CveXlEN;95`!`m)wU=%$Azt;}%Qeim9p9rDr*G$fjLWA^rkb&LVu4l?e zeq0~zf9D{OvJ>XoJ6GmON3rW9A?bWdw>^z0nhcx!k`}SYSa4fZggVRR25TjwvdUg( zrWNsUD`^jsWhQGru9Knp{VsPce}7wzkn>f1JyoQ`vmU`#%=Qr=goyhQ?dU55PPX~w>7@A?s3XEWfUP<^9zw%R$ZxRpH4*-)eusK+eY(B@yl{Z5 zZrib^Z@#2EgSqInRYyYZtV*Zl?z0>&P~@3P_Q%yq4t4s=J}90Z-Y*g6UPH&Qns$_q ze^2s?uRcF|;%cGf=^b<*WNz4b*->5L7=iZehzEH73cKdiAL9@&$Qk;7%1w4ykQcn) zPjGIo=$tDEtCIP5*`Wt?o>G^ge`*c+GM+>(x4cqo0W<+DEG$rMoYaW)_jav; zyA%k@}IW=GwygOI_k6nCe_CRu`%9UV_N@C1Nd8ELz7*bB_te?IoG zQm#*dnK{S+hsh(k3+e!8a0tduq#6PauDYO*XwAh#q80~j-Z|o$xWR2?1+|8e$n**)S)9Fg zkvR#vTrcq3TM}ZxK8oRBZ&H51e|-AoO6Q;vPf7%FVFOxp2|Q+AHHPUURpPURM5P== zV)iK%+W<7uFWdk7SG_w zwS&2&KzxUqIT!t)i;+G(Vi?#6Wcvp}U{_(u+T8pbh()8pghu6033N!dr(&y^>k9>V-!%P!>N* zr3FnVT>=@~?GPOFd|U3M@~SN=swX;Xs9R)3rzO@IjDuVBMgS9bw%(;6i%M241tGST zuvgPko=CDIG6pJVf2ddcB#5d+&8?Ywd{ApZ3jm%bpfVtM6sevoav2`A;fn%Q%)W9h zOe3^}ax~y%%A*E=oV2#todOSf%8#h*Fv4kuMbQC+$iP<9o5NK)TA0_Yw+Ey9<#Rc) z&?s;CFS`c*=tMP=-%ZV~OX!~x$S%y*w&l?{9aZ08er3=P)-Umxs9> zr#tzaJQCT?s$6aiL0SX2#l%7b(ZGR>91+#KXtRi(^wcy9$P9s$x*iJ`H~Pai%Hx$B z$ux*0#`N1$fB7g^-aQA!i(2=%P>Tjt8>g~5iAFn{4iZ6>sWE8AfTzJZaE!V_Q|uOz zOQIG{585@EB@R)*u`*xdG#Dzzc5g^tQk_H(^LPRLt%CU@FcN3h)dCdbH9Z=KpHxxF z=z8j*kPz**YzQHR(*}CDh~aT5nB=78jAMRT>%iIhe?8zoI9x1w+Vk5VLIkbR@d$^^ z)`RY%+1#M0!UI+xj{RP23xbQuB^p13G zp||65e?vA3gB)aL0WHF>gMHL%y-0bA$Oo0<02W-xaKrdP0R8B0%jxbIrLsNs`=lu59`@t0xDupqoiXe zQm23~LxfVh0uBjb!JN5n@D{xAPGz9PEnQ+ae?yeafO{tmgzzTLt}d)WnbX_tSRpqP zGa}czHeL1$m6698JHZ#IG>x8knkJ}{SR2r#7sMQ%-*6!LLXV%OoK?BrtkwwUm01FC z?W=M%X_E6B{;X*p=*|=S^E(}B9=D0s5#uw{)SZIzzmi)X4FXD>dFfO%QkrKbMc1dR zf2fk)(?11xHd3C_=qg6K7Y&i?=kBt07Q{o-5}E;CUAFxCfYA|%Bg($(JJPit5GMI4Zr8A4RaK|wq)My&1(f0uMYGl^jAbkpKF-~*3sc-1bGf~f4Oy_Pzn z_j=UYJMk}~B7|)nm;C8~`S}RCvbz8;t&R-Bdoww&&CL(ah0>LbR3P`b4%)RE_z93Y zASChic#z@;1JSTUS_9hShrelPV@TDizjaP|<$KfPcg@%$;jg9OG;*-h$pWRWf8AB+ z$nZy8z#hf7tWf@Er%uH>m_TXvE<<6Pg}T> zUv0sg3G@h({S+nYJeX$grgi?qO zyL-W?3Cj_D{fs~$=%BNKfv65dytjy3Y6zkCpxOGN;eU-Q(!P}KVpcjBo`&1T*-xcO z6U+r>;0dc-!_MH8PFcwme_Y#} zcLZ%_PMWjRG%>Y6p~E>uPH2BvK`W(&7?AWEL-tLqML@~o8SmZw?{;%E_4>RMt`SpM|fsL^@C0qf8C1Q$(z|gGHp|ynzFDt z@^LhA1!;{oM0fx>XEnkh&P6+Ze-#%x0JpB;77#QZ5-eFwADWT28XjYAICyDV)`G?FnN8z{>{>?V@BgSh+NW zuU;C4AZXW;x~h6<@0c?r40I?P|h%R8R%1QkV zMtgSsP@>3n>VvCe@QddwmHL^-Psz4@hpT#9M9&LVe}Pp`F?Zz3=}hs_zUnfk=Pix# zH7?QKb)nMESgyPXaNxkPxmpcp$XRWPk(!+ ziZ_BiC`#9^XwDDdpQtjRfbV9nBc!YqjTJ&)eNXrh$n)C|^kbH^COz@I^4xHD^F53<2CU@jhT&q(f}As)3)SIX3iYuT4aeh|t5 zBX@U!M8Vkv1pa(BG&GvGnVKa_r^Gz1xFe}Ce|2OC=py#rBltB#MoJhswdP-=j-)v@ z1SM-|Du|70b$GO;f;dgpCGBLzupU;yRfJCq{^-%?&d}>R3b#t_-syTkQS?>ik&H+Rd4x>3)@y!+mWV!g>2*l^OeiP*A6i!Br>RnUlT ze}-r7AR53a=H;0(+e&jn|6$3{V=D8MV+ERE*?JSS>g}!tQY*oc(D}@~;tAH$>#+CL zl9iWU^IDoy>-CSGBh3Cxe*E3cQw~X{#5bwDs7Dbo+b)QW2p48u{|WJBie`{t)fym zw^rOHZ%Ig?oNrxCWqG}CyiFJden|<55vpyRf;jbmh9ZDdC*~MZAcY79T4*FQ^SHB% zO8jwtHQI}zNv~O7zA7%>Y(GqPoUOXKZOX`Ky}GU=P|kKQ}<3(Q%JBI==}= zTSFx{hahli^W`*}J5L_jzBU}qe@uF>>9)xF^~D!Dv)-P8lvyFvhz*Nlr{YV1uk?i2 zatOn;99pCWKQ#K7wCl7Hngxv;w7-Tv<;u0(%)W0#(fM;(GK-$Jw7CdCCJlY(Q#730 zC5($r`&e{mHr~G8%+hAq6v9!81P~-`q1r-TC1HTe#wk$%=BJ$@jb3a%f6Y1Jkp8y8 ztErMy33o;>K+qun!n|%zn}UL7lkgEjyawo*UyV|1_;tB3wZ&*tAQHnj`;11W3)HT2 zVX!QeT&Yk$ETS?jscY=!7qulWN+dFOG2x6p&MCjepZNn>4 zcaJJA_vx)RsKaTfO%7P$f8&Mh(Ege(G+}R4r%1xt(Omc4j7~p3BUL@73l%iZ?sE(& zq`oa#5;Z`8^?MB5hp}v4+R&C- za%aTe>UvLTCknaGME2KN|6`H)X;pols148@R2OQ6AP^@7Z4TA(J}m8vxU)yNUKG}h zCgjU+ly)AmIA3(upW)|U9W?)b>gR*zKRi{FeafWrciM+ATZI50H2(`#_rqu&105@q z#}P7r5fm*WoL^Id0007pNkll=2H73?amK0hr6n%ehP@gQ6&Z?-mWi5X-WtR;xV);G=|pI%a%)oQa8v zga$-}v)L?bYin4R#n#r=Umc(*3R)bgsw$~eif*_2t}Yb*A^u-+?N1iX&d!q0=P?We zDJAW8n`X0#X_~(m?{qrox{eScvS4v>k@@*~T-U{QT~etOnM{VMsVN$b2DMr(vd8m( zJbd4O7Qec>Lf3WD=`}RZ2-o`#sC-^8shl)nCRe9aL3idU`rmBi4DpMaOX>+#q_r9ss(o$7;M8OWdYGB$G)1 z?(XhlHDY7w!!Qh%mX=~;DVNI_hJojKG@H%XSd_l=!Rk9#6opEq65)N{XJuu71tA32 z*VmY)8LRPTEbVriTrS7@`Z|Y)hg@7-kk98Sm&+6i1-jiXdwYAojPB*0$HBI3j*gC4 zU0tPEEaEs0!^6Y$U-iz;4!gU%znn<1&TnpRsMTs%mc_=#2IuGJR4NrlM@I?6klWi^ z_V@Rx*XwVNI{}!Qrsd-PEAN>rqrUI=R3XGCDdp!d3{@#5A5=Xd#J3;g?dCRQLu?KJ O00004n+UCidh0*AjswLc~0+OmOmHFk}P-ImU`OrGgX#S&dTHi5eNjb-2V3;$Nh^} z5-l!^*3wGxymHGecK)dT+iSm$&$;09{r&a|uiwG_@Po)PaZJxi&96_>>-^jG<^9M& zKlmWXpKeI+)5MPxYk!@OK7O|%t$z8Bf3N!O=bTl~+0X8JE`*^xn|h{jZ^LlmAWG@p zR(LBv!ryw|jd%6k&ybmH`oVjK7Gg;LgdCO&J)E$^;yA-(jXCb99Alg@-E%c*Y;h)^ zLdy0ICu(YGrJ7=zai^5BOYwaz;m+Icd^6ZKSK!hZ7%XthFW>I73%>F`XL@23e*(J? zuUN6J7!8MDVNCX$%K#*t7jAL`{Puo-xevf55R@C{$_Be1&k#exH*Td%fW&pe@!?m{ zWvIo=lFZz~VnPA}UqX^lg4Y-|gq&gppw7x;%5i`|5Q&RL#+*_Cn+lJZn|n0eYoo;H zJgEXcl1fsrX{iHN&H{flS2)xqe@PaRA}UpybXQWzMM^1JEa$o=%}NrgYSpH_rkbnN zQnl9FYHzV6Qc_xJ+G=a9cjoNbb?MyQxuW+GM;dv^C__gbZS)C!W}Y(3)LCbneZ`el zUb4#4RaaYmhYgk7&Rcfby6bMcAGmhX$wy8(dg^JXzoYg-^)K(gfm(Q>e-*nuK6EP_fAb^NQ^IM0b~=?slk7;?J(QOz=g6vhc8yD>E{L*SJVSC` zaFE*-jKb2hRsqp5yBtZ`hq+hCLIFXuesXl5UGUZ8YoM@qg51j%zXb9uDSf13|KEL{ zRVp+ZvxuFEl+tnb*#2#MX*t!ftq$1k)7|}nYA1(cLc{IGe+#Vlf4@As&o21tk%7{h zrO!2NRcr?gZDSv|iMt3|C%ehiXRy%e@26h+sM?9kbU)wq1>GVjsMn`Q_tgu3ebnJ9 ztA{_VN{a3wZ0x&jlJ@b0re{_}{+>TI+#@2aFndkgw)@$>fxQr{HA*{i5yp~H9y3wl z;7ZQ68aXuOOObk9f4Zyb8^)X9Q%uA1ad*{-$mNJyw=Hm(M>@>33tv%n6 zVVO8|`=cywf3{rjXJVhl0Csy~QqI7VZh|&r53M*YD}{;`t$y~Iw8cZ|IvE@@1FjYr zu#C1wU1U`ce{3O6{Bk7tjj*$6!`Q`ql)Wd)9xFQyFoUsi5S^Wgeu#D41cpwR21h3x zA|u9-J2v%qB$w4Vh&4ckwsB~2$F0Y!P<%7w#SN;Uf^pLt+$B&w(_Y3B;u(XECnNv5p(QNsp)NOFlc4te~7UiSotIF8F?2%4nCpRJqSGR z2I`Jpq-OFd#XRR+vE~>ijx^M$gS(o{wH^&{|4cl-X@~onc;wOQoQ+Px*SR&#C347O ze8xC!VKRv1G?jrk_$Aj(L6tQ^$P-~j8SJ>7Knd(rMVtrWfzk9mqAQ=V1hLQ|B)O#% zpBbARe=f<`GPpIbI%#7>03HX!DvTklzSx`yaIz^UT)-ziyv7b$-6jj%p-NL*pDUU- z77YlvV;h7t#?C?}#&FP2-C-5?Z}I6CYmD*mIJ|Y-u*D#WCM65}Enb&)z5$uZQQ!jP zMT|jXu9WMeiBFLA>S{tpDE$E0Q63RL)<`XGf12)Hjf0~S1TzBbS`S)6YAC#$s1^?R zinQ4Uf{ij_7Rh&kgH015r!ZZuf|%zQ9>nB({nK*vkwFiE++P{g2R7+U?fp^ebg)BqhYXotOHU3&S~lCYgnjkh0-;j2`NyiIvPddm-5| ze_8n$O#nJm-dI9fHI3WHw_GU>ICvjH;G@zXnwmp{*P4u=DZ~kT@P65o78Uz`N@UQ% zbnQCE@Uu0#ubP+7Jd3+UARqE-#?o4#%K+wimwnw5L%|q zn)MT>8L$a$4uc05=*OTmpit3LZy)7)#_}UV3 zW44GbTZ&*3+RG#;@-Nkl7CZiINj=ff(wy&WCS0+4=nwOIa?@HblZSS5bD+p&yh&?* zr1d(rXaOo^#~i{e0Ie=G8a0tYe+8glOSmzxCvb>`OAEwk4QNd+0LB~F|Y zA;oe~5AfML8rdE%L;4Hlj(GxgIp?rqcCEI!C^{C=-Wjkd;F%Si(~6yme+)Na!~Xn< zP`dE;EAANLb_d7eYr)J-vxDq}O1d7LYWY|KX`!+EJ;VPpOCCdgk--84J@XEo>1lOf zW@Euq-%VxYWyhZ=7&pA;mT3`MHa)^g#4$!!T9r&&Ezy~?XvPYZP{Px@Jr)7m?@=wX z9~aoHYzlc%N45tv5^=+gfA%ik^{TkB_Ne`A4o^+pYPVaVw{7mP>XrMu0`{(7qIg4K znq`Gz52C1Pz=8XwpPKtFlxWiF%$T*@w17$aRNZ`iF}9&tCm4G)R&DFbofQh&DcI}v zLz?7xjG#m4YzXzhD0TD*FG^meg%yPetf`u<=)mi4Hd)iK6{V%^e^e|Lsfe{wpHsmF z-wj@p*|C;ajRk9SXsGWsqloMn?PgTH77vL5ytY>vPj~Y4n8CiYm}k=c(CT@bomSR_ z%xwp2BVD9c-C@F@|A<9L9<|VE(D7FMAN!1E<%U23?%O@~VmCy*M`^HlEfg*~3S7Fb zejzURIUVU@{}jp>e`~4)Kc@_U)&+g9G~-s9>7QmHQ~NQAq#n%f^dQIjfvE{io1MU_ zJ*6uikQr)_@$|De&O{mV>pRtS|DE!yJy)XLHiJ3n%uaP|;ynI2n161M+0uAurVrJ} z=lABSy%{lsi_}b0xO4Q|1!Ip_r}J7`Hr{o%6J5YitvmGjOD5jA*Y3@_Nbwx?q23zo?LovL%8cYQ(%haMD47@ zcJwr<)gC}!J>h#E8R@ig=%kU=$XTV6**l>8Q}5Sm2%&9Do+*UoZp+zk-nV~;rTYyJ zkN)=qk)*4+{{VqAPO41UxYv_z4>Ere0SF68LFMWI00FH@L_t(Y$K91biyA=~#(%en z-s&O|SwvYubQ=X_1;J*)Ua;EMCLbYfK1II66?RtISlX$eB8o~_|AUnfSroC*G`WNe z$b~t!$y3fVyg%NV=bd?~R4QMA&$y!(&#&UTOMovD?&_20kyEW!Q51znqrrb}w-Y8j z1gNS?Fc?IZoxQF{Nn(R$Ae{AWHK2f=}*JO zVv+H9OtabKdcBGRN~IE^P>9K7!hXN!cDoUe$I*42TrS7+^E0(tO&kyohiSE1^m@JD zYn@JqbUKY?S?Ib>KA&eW7>IvevTfUMioa?)onqTIk|bdmhIop$+wHqvBoYw^IF9qs zJDpAd_)PRmdhox+3ejEJyj}|?=F7&X9;)#ez;K_`1TW4 Wf{07iL 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 diff --git a/cinelerra-5.1/guicast/images/file_size_lwrb_up_png.h b/cinelerra-5.1/guicast/images/file_size_lwrb_up_png.h index c9ab39dc..a93436ec 100644 --- a/cinelerra-5.1/guicast/images/file_size_lwrb_up_png.h +++ b/cinelerra-5.1/guicast/images/file_size_lwrb_up_png.h @@ -3,288 +3,222 @@ static unsigned char file_size_lwrb_up_png[] = { - 0x00, 0x00, 0x11, 0x8a, + 0x00, 0x00, 0x0d, 0x6b, 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x17, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x2a, 0xd4, - 0xa0, 0x00, 0x00, 0x0f, 0x41, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, + 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, + 0xf8, 0x00, 0x00, 0x0b, 0x3f, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x74, 0x79, 0x70, 0x65, 0x20, 0x65, 0x78, 0x69, 0x66, 0x00, 0x00, - 0x78, 0xda, 0xdd, 0x99, 0x5b, 0x96, 0x63, 0x2b, 0x0e, 0x44, 0xff, 0x19, 0x45, 0x0f, 0x01, 0x10, - 0xcf, 0xe1, 0x80, 0x80, 0xb5, 0x7a, 0x06, 0x3d, 0xfc, 0xde, 0xe2, 0x38, 0x33, 0xeb, 0xd6, 0x3b, - 0xab, 0xfa, 0xab, 0xd3, 0xf7, 0xda, 0x2e, 0xfb, 0x1c, 0x1e, 0x52, 0x28, 0x14, 0x81, 0xdd, 0xfe, - 0xcf, 0xbf, 0x8f, 0xfb, 0x17, 0x7f, 0x29, 0x55, 0xef, 0x52, 0xae, 0xad, 0xf4, 0x52, 0x3c, 0x7f, - 0xa9, 0xa7, 0x1e, 0x07, 0x6f, 0x9a, 0xff, 0xf8, 0xdb, 0xaf, 0xd7, 0xe7, 0xb3, 0xe0, 0xd3, 0x7d, - 0x7e, 0xfb, 0x0b, 0xaf, 0xe7, 0xe0, 0xbe, 0xfb, 0x45, 0xe4, 0x55, 0x78, 0x95, 0xe7, 0xc3, 0x9a, - 0x5e, 0xdf, 0xca, 0xeb, 0xf3, 0xb7, 0xeb, 0xcb, 0xfb, 0x2b, 0x03, 0x7d, 0xe7, 0x8b, 0x90, 0xbf, - 0xba, 0x41, 0xde, 0xa7, 0x89, 0x5f, 0x4e, 0x5c, 0xc7, 0xeb, 0xf3, 0xe8, 0xe3, 0x3f, 0x56, 0x74, - 0x4a, 0xf0, 0xff, 0xf8, 0x6b, 0x1f, 0xff, 0x9f, 0xb3, 0xda, 0x39, 0xfb, 0xd9, 0xdd, 0x48, 0x85, - 0x30, 0x94, 0x67, 0x53, 0xcf, 0x14, 0xee, 0x6d, 0x18, 0x2e, 0x9c, 0x44, 0x49, 0xee, 0x6d, 0x85, - 0x47, 0xe5, 0xff, 0xcc, 0xfb, 0x7a, 0x1f, 0x9d, 0x47, 0xf3, 0xc3, 0x6b, 0x48, 0x7e, 0x79, 0xf5, - 0x93, 0x87, 0x86, 0x1e, 0x62, 0x10, 0x7f, 0x42, 0x0a, 0xcb, 0x85, 0x11, 0x4e, 0xd8, 0x61, 0xf1, - 0xaa, 0x41, 0x59, 0x63, 0x8a, 0x3b, 0x56, 0x5e, 0x63, 0xd4, 0x28, 0xf7, 0xb3, 0x26, 0x35, 0xf6, - 0xa8, 0xe2, 0x25, 0x48, 0xb2, 0x47, 0x38, 0xb1, 0x4a, 0x97, 0x25, 0x4d, 0xa2, 0x68, 0xdc, 0x22, - 0x92, 0x9c, 0xc4, 0xf7, 0xb5, 0x84, 0x3b, 0x6f, 0xbf, 0xf3, 0x69, 0x68, 0xcc, 0xbc, 0x02, 0x97, - 0xc6, 0xc0, 0x60, 0x81, 0x5b, 0x7e, 0xfa, 0x70, 0xbf, 0xba, 0xe0, 0x77, 0x1e, 0xe7, 0xa8, 0x27, - 0x46, 0x21, 0xb0, 0xfb, 0xf0, 0x8a, 0x15, 0xeb, 0x8a, 0xd1, 0xf2, 0x10, 0x2c, 0x8c, 0x62, 0xcf, - 0x5c, 0x46, 0x42, 0xc2, 0x79, 0xe5, 0x2d, 0xdf, 0x00, 0xbf, 0x3d, 0xde, 0xff, 0xdc, 0x17, 0x89, - 0x15, 0x32, 0x98, 0x6f, 0x98, 0x1b, 0x1b, 0x1c, 0x7e, 0x3e, 0x43, 0xcc, 0x1c, 0x3e, 0xb0, 0x25, - 0x17, 0x00, 0xc2, 0x75, 0x99, 0xd7, 0x07, 0x5f, 0xa1, 0x2e, 0xcb, 0x5a, 0xbc, 0x28, 0x49, 0xcc, - 0x9d, 0x59, 0x4c, 0x10, 0x52, 0xe0, 0x4b, 0x90, 0x1c, 0xc0, 0x42, 0x8d, 0xb1, 0x86, 0x90, 0x24, - 0x36, 0x12, 0x34, 0x58, 0x79, 0x94, 0x14, 0x27, 0x19, 0x08, 0x39, 0xc7, 0xc5, 0x22, 0x63, 0x12, - 0x29, 0xe4, 0xa6, 0x81, 0x23, 0xe6, 0xe6, 0x9e, 0x1a, 0xee, 0xb5, 0x31, 0xc7, 0xe7, 0x73, 0x4a, - 0x85, 0xfc, 0x64, 0x29, 0x52, 0xc9, 0x4d, 0x97, 0x41, 0xb2, 0x52, 0xca, 0xe0, 0xa7, 0xa6, 0x06, - 0x86, 0x46, 0x96, 0x9c, 0x72, 0xce, 0x25, 0xd7, 0xdc, 0x72, 0xcf, 0xc3, 0x15, 0x29, 0xa9, 0xe4, - 0x52, 0x4a, 0x2d, 0x56, 0x73, 0xa3, 0x4a, 0x4d, 0x35, 0xd7, 0x52, 0x6b, 0x6d, 0xb5, 0xd7, 0xd1, - 0xa4, 0xa5, 0x96, 0x5b, 0x69, 0xb5, 0xb5, 0xd6, 0xdb, 0xe8, 0xb1, 0x0b, 0x25, 0x99, 0x7b, 0xe9, - 0xb5, 0xb7, 0xde, 0xfb, 0x18, 0xcc, 0x39, 0x92, 0x1b, 0x79, 0x70, 0xf7, 0xe0, 0x8a, 0x31, 0x66, - 0x9c, 0x32, 0xd3, 0xcc, 0xb3, 0xcc, 0x3a, 0xdb, 0xec, 0x73, 0x28, 0xf0, 0xd1, 0xa4, 0x59, 0x8b, - 0x56, 0x6d, 0xda, 0x75, 0xac, 0xb8, 0x64, 0xa5, 0x95, 0x57, 0x59, 0x75, 0xb5, 0xd5, 0xd7, 0xd8, - 0x61, 0x03, 0x25, 0xb7, 0xd3, 0xce, 0xbb, 0xec, 0xba, 0xdb, 0xee, 0x7b, 0x1c, 0xb0, 0x76, 0xe4, - 0xa4, 0x93, 0x4f, 0x39, 0xf5, 0xb4, 0xd3, 0xcf, 0x78, 0xcf, 0xda, 0x2b, 0xab, 0xdf, 0x3c, 0x3e, - 0x91, 0xb5, 0xf0, 0xca, 0x5a, 0xbc, 0x99, 0xb2, 0xeb, 0xea, 0x7b, 0xd6, 0xf8, 0xb4, 0x56, 0x1b, - 0xe8, 0x0e, 0x11, 0x8c, 0x67, 0xb2, 0xe5, 0x8c, 0x8c, 0xc5, 0x14, 0xc8, 0x78, 0xb5, 0x0c, 0x00, - 0xe8, 0x68, 0x39, 0xf3, 0x2d, 0xa4, 0x14, 0x2d, 0x73, 0x96, 0x33, 0xdf, 0x23, 0x55, 0x91, 0x23, - 0x8b, 0xcc, 0x96, 0x9b, 0x15, 0xfc, 0x70, 0xa1, 0x90, 0xc2, 0xb4, 0x43, 0xcc, 0x27, 0xbc, 0xe7, - 0xee, 0x23, 0x73, 0xbf, 0x9d, 0x37, 0x47, 0xac, 0x7f, 0x95, 0xb7, 0xf8, 0x3b, 0x99, 0x73, 0x96, - 0xba, 0xff, 0x41, 0xe6, 0xa2, 0xdb, 0xf2, 0x55, 0xde, 0xbe, 0x93, 0xb5, 0x65, 0x4c, 0xa8, 0x37, - 0x63, 0x4f, 0x15, 0x5a, 0x4c, 0xbd, 0x50, 0x7d, 0x9b, 0x00, 0x0e, 0xfe, 0x23, 0xd8, 0x6f, 0x6f, - 0xfe, 0xf6, 0xf5, 0xff, 0x69, 0xa0, 0x59, 0x44, 0x7b, 0x9b, 0x67, 0xd7, 0x1e, 0xeb, 0x59, 0xee, - 0x44, 0x78, 0x61, 0xcf, 0x5a, 0x4b, 0xe7, 0x6b, 0x82, 0xad, 0x71, 0x8e, 0x02, 0x32, 0x94, 0xdc, - 0xc6, 0xa9, 0x07, 0x74, 0xac, 0x38, 0x7d, 0x6f, 0xcd, 0xeb, 0x09, 0x46, 0x22, 0x65, 0xe5, 0x93, - 0x43, 0x9e, 0x41, 0x76, 0x5b, 0x83, 0x06, 0x91, 0x5b, 0x5b, 0x4e, 0x8a, 0x6a, 0xd8, 0xd2, 0x01, - 0x38, 0x09, 0x5a, 0x71, 0x8c, 0xd3, 0xa0, 0x98, 0x52, 0x56, 0xd8, 0x25, 0x7a, 0x5a, 0x10, 0x6d, - 0x85, 0x8f, 0xec, 0x75, 0xf8, 0xb1, 0xca, 0xce, 0xaa, 0x71, 0x1d, 0x50, 0xb7, 0x53, 0x2d, 0x2c, - 0x28, 0x79, 0x60, 0x7c, 0xdc, 0x02, 0xb3, 0x85, 0x0c, 0x7b, 0xd9, 0x4b, 0xce, 0x3e, 0x3a, 0xee, - 0xad, 0xb9, 0xf6, 0x59, 0x46, 0x69, 0xac, 0x76, 0x2c, 0xc3, 0xe1, 0xa0, 0x6c, 0xc0, 0xa8, 0x1f, - 0x63, 0x18, 0x11, 0x2e, 0xad, 0x2d, 0xe4, 0x3d, 0x01, 0xcf, 0x34, 0x04, 0x1e, 0x62, 0xb4, 0xd8, - 0x85, 0xe4, 0x31, 0xa9, 0x7c, 0x86, 0x48, 0x2c, 0xbf, 0x9e, 0xdd, 0x52, 0x69, 0x3e, 0xf6, 0x15, - 0x52, 0xa6, 0x93, 0x41, 0x9e, 0xbf, 0x7a, 0x75, 0xbf, 0x7b, 0xe1, 0x0f, 0x5e, 0xcb, 0x59, 0xe5, - 0x3e, 0x43, 0x23, 0xb5, 0xf6, 0xed, 0xbb, 0xad, 0xa6, 0x7b, 0x49, 0xeb, 0x80, 0x6a, 0xcf, 0xf3, - 0x0d, 0xc8, 0x59, 0x0a, 0x97, 0xd4, 0x39, 0xeb, 0x0e, 0x47, 0xf7, 0xf4, 0xa2, 0x81, 0x70, 0x45, - 0x5f, 0x3a, 0xf9, 0x9a, 0x3b, 0xcc, 0xbb, 0x8b, 0x00, 0xd5, 0xae, 0x33, 0xfb, 0x13, 0x50, 0x22, - 0xa7, 0x72, 0xfa, 0x42, 0x4b, 0x50, 0xb3, 0x9d, 0x54, 0xb2, 0xd7, 0x18, 0x26, 0xd7, 0x5a, 0xa0, - 0x4f, 0xef, 0x0c, 0x91, 0xa2, 0x10, 0x99, 0x9e, 0x09, 0xf4, 0xd0, 0x7a, 0xb4, 0x95, 0x6d, 0xdf, - 0x9e, 0xed, 0xe6, 0x2e, 0xc9, 0xde, 0x2e, 0xdf, 0x18, 0x22, 0xc7, 0x71, 0x81, 0xc2, 0x8d, 0x9f, - 0x7c, 0x75, 0x9f, 0xbe, 0x71, 0x9d, 0xa1, 0xf7, 0x19, 0xd4, 0x9d, 0x67, 0xa7, 0x46, 0x9f, 0xee, - 0x8b, 0xcd, 0xda, 0x56, 0x9f, 0x9d, 0x7e, 0xec, 0x13, 0xe2, 0x6d, 0x96, 0x45, 0x34, 0x88, 0x80, - 0xdf, 0xaa, 0x62, 0x29, 0x8d, 0xd0, 0xcc, 0xa9, 0x77, 0x88, 0xb0, 0xf7, 0x3a, 0xad, 0x1e, 0x27, - 0x8c, 0xac, 0xc6, 0x1e, 0xb2, 0x0a, 0x38, 0x4a, 0x52, 0xeb, 0x8d, 0x49, 0x3e, 0xf2, 0x82, 0xc1, - 0x5c, 0x86, 0xf0, 0x76, 0x72, 0x7b, 0x12, 0xb2, 0xd6, 0x8d, 0x0a, 0x83, 0xea, 0x8d, 0xee, 0x08, - 0xc1, 0x6a, 0x6d, 0x64, 0x4b, 0x64, 0x66, 0xe8, 0xbf, 0x7b, 0x75, 0xbf, 0xbe, 0x90, 0x5d, 0xe4, - 0x66, 0xcf, 0xd4, 0xc2, 0xda, 0x3f, 0xda, 0xa9, 0xbb, 0x5b, 0x7d, 0xdb, 0xa8, 0x10, 0xc7, 0xe3, - 0x6f, 0x16, 0xb5, 0x05, 0x2b, 0x1d, 0x2a, 0xef, 0x16, 0x50, 0x86, 0x79, 0xf7, 0xe6, 0x2e, 0x59, - 0x6b, 0x1e, 0xff, 0x94, 0x58, 0x5f, 0x1f, 0x30, 0x70, 0x6f, 0x38, 0xf8, 0x12, 0x06, 0x75, 0xec, - 0x77, 0x20, 0x19, 0xb7, 0xce, 0x0b, 0xbb, 0xf3, 0x82, 0x12, 0x00, 0x44, 0x4b, 0xb0, 0x62, 0x4a, - 0x0c, 0xce, 0xf6, 0x3b, 0x34, 0xa6, 0x74, 0x72, 0x54, 0x1b, 0xc2, 0x22, 0xcc, 0x1a, 0x66, 0x4f, - 0x41, 0x2b, 0xa9, 0x53, 0xa8, 0x3f, 0x4c, 0xe2, 0x3c, 0x5a, 0x0a, 0x33, 0xd3, 0x43, 0xe2, 0x86, - 0xb0, 0x8b, 0x30, 0x38, 0x43, 0x68, 0x81, 0x45, 0xf6, 0xe8, 0xe7, 0x55, 0xf1, 0x36, 0xbd, 0xfb, - 0xa2, 0xe8, 0x5b, 0x86, 0x58, 0x4e, 0xaa, 0x2b, 0xaa, 0x16, 0xdf, 0x97, 0x31, 0xcc, 0xd5, 0x85, - 0x99, 0x6b, 0x49, 0x0c, 0x99, 0x1d, 0x91, 0x1c, 0xb6, 0x4b, 0x43, 0xdb, 0x72, 0x1c, 0x66, 0xa9, - 0x36, 0x50, 0xdd, 0x2e, 0xb0, 0x41, 0xda, 0xd4, 0xb1, 0x15, 0x4c, 0xab, 0xb0, 0xb2, 0x6e, 0x52, - 0x89, 0x99, 0xdd, 0xef, 0x9f, 0x11, 0xa2, 0x8d, 0x90, 0xf2, 0x49, 0xc3, 0x14, 0xe8, 0xe4, 0x9e, - 0x34, 0x37, 0x21, 0xe0, 0xd2, 0x5e, 0x22, 0x48, 0x0c, 0x2e, 0xb3, 0x3a, 0xdd, 0xfd, 0xb0, 0x5a, - 0x0b, 0x4b, 0x66, 0x2e, 0x18, 0x12, 0xc2, 0xac, 0x85, 0x65, 0x95, 0x3a, 0xea, 0x24, 0x75, 0xe8, - 0x63, 0xbc, 0x06, 0xff, 0x41, 0x97, 0x3e, 0xae, 0xa1, 0x9a, 0x92, 0x84, 0x46, 0x6b, 0x6a, 0x3c, - 0xf9, 0x1a, 0xd4, 0xf1, 0xdd, 0xfc, 0x1b, 0x1e, 0x79, 0x7b, 0x75, 0xef, 0x84, 0xf2, 0xc1, 0x27, - 0x2f, 0x36, 0x31, 0x74, 0xfb, 0xf5, 0x4e, 0xb1, 0x97, 0x51, 0x80, 0xc5, 0x37, 0x9c, 0x62, 0x95, - 0x56, 0xba, 0xfb, 0xa6, 0xd2, 0x7c, 0x52, 0xba, 0xaa, 0xd7, 0xbe, 0x3f, 0x38, 0x05, 0xd7, 0x41, - 0xdf, 0x2f, 0x75, 0xa3, 0xeb, 0x7b, 0xa6, 0x5b, 0x1f, 0x0a, 0xc7, 0x00, 0xa3, 0x9b, 0xba, 0xa4, - 0x37, 0x37, 0x75, 0xf4, 0x92, 0x55, 0x26, 0x91, 0xbb, 0x95, 0xb4, 0x94, 0x62, 0x1d, 0x33, 0x58, - 0x64, 0x26, 0x8a, 0x3f, 0x58, 0x83, 0xc6, 0x7a, 0x84, 0x22, 0x16, 0x8b, 0x33, 0x6c, 0xe4, 0x82, - 0xb8, 0x20, 0x43, 0xa4, 0x0b, 0xd4, 0x9c, 0x4d, 0xd5, 0x53, 0x7e, 0x8e, 0xa8, 0xd3, 0x5c, 0x4e, - 0x05, 0x3c, 0x8d, 0x6f, 0xcf, 0xce, 0x69, 0xd8, 0xe0, 0x53, 0x64, 0xa2, 0xfb, 0x69, 0x5e, 0x63, - 0x4f, 0xbe, 0x41, 0x65, 0xac, 0xa0, 0x6d, 0xa6, 0x23, 0xcc, 0x1a, 0x89, 0xf5, 0x9c, 0x85, 0x7a, - 0x10, 0xa1, 0xad, 0x60, 0x22, 0x5c, 0xd7, 0x52, 0x66, 0xea, 0xfb, 0x6c, 0x5d, 0x39, 0xa0, 0x50, - 0xf6, 0x75, 0x7a, 0x31, 0x75, 0x89, 0x68, 0x84, 0x93, 0x87, 0xb1, 0x23, 0xbe, 0x09, 0x68, 0x94, - 0x87, 0x4b, 0x19, 0xa7, 0xb5, 0xa9, 0x00, 0x06, 0x47, 0xa2, 0xb5, 0x6a, 0x4e, 0xd0, 0xc8, 0x9a, - 0x79, 0x64, 0xea, 0xcf, 0xa7, 0x7d, 0x83, 0xb9, 0xad, 0xbe, 0xec, 0xf2, 0x95, 0x68, 0x74, 0xab, - 0xf4, 0x3c, 0x9f, 0x20, 0x13, 0x0f, 0xde, 0xec, 0x87, 0x76, 0xcf, 0xa5, 0x53, 0xda, 0xe6, 0x6c, - 0xac, 0x86, 0xda, 0x9a, 0x94, 0xc8, 0x99, 0xf9, 0x8c, 0x4c, 0x12, 0x89, 0x15, 0x80, 0x33, 0xc4, - 0x46, 0x50, 0xf4, 0x20, 0x96, 0x0a, 0xb7, 0x6d, 0xd1, 0x08, 0x17, 0xb2, 0x68, 0x5a, 0xa9, 0xdf, - 0xaf, 0x5e, 0x5f, 0x34, 0x93, 0xec, 0xa0, 0x1c, 0x7d, 0xc4, 0x84, 0x5b, 0x4b, 0xed, 0xc7, 0x2a, - 0x13, 0xac, 0x0e, 0x88, 0x6d, 0x07, 0x3d, 0x60, 0xbf, 0xf3, 0xae, 0xd7, 0x29, 0x44, 0x97, 0xd0, - 0xf5, 0x7d, 0x37, 0x32, 0x99, 0xb7, 0x20, 0x0e, 0x51, 0xf9, 0x89, 0x1c, 0xce, 0xb8, 0xa0, 0x03, - 0x52, 0x6d, 0x16, 0xa2, 0x75, 0x0f, 0x97, 0x8c, 0x45, 0x94, 0x6b, 0xf0, 0x4a, 0x89, 0xc4, 0x91, - 0xdb, 0x3a, 0x61, 0xd5, 0x02, 0x58, 0x4c, 0x32, 0x20, 0xc6, 0xa8, 0xc7, 0x70, 0xda, 0x8c, 0x5d, - 0x29, 0xbf, 0x1b, 0x84, 0xdc, 0xad, 0x56, 0xa0, 0x08, 0xea, 0xb6, 0xba, 0x41, 0x6f, 0xb9, 0x31, - 0x49, 0xec, 0x94, 0x52, 0xa9, 0xd6, 0x82, 0xee, 0xb6, 0x68, 0x3b, 0x8b, 0xfb, 0x35, 0x94, 0x29, - 0x30, 0x0f, 0x3a, 0xb3, 0xa1, 0xfe, 0x60, 0x3a, 0xca, 0x10, 0x9e, 0x21, 0x3b, 0xb5, 0x72, 0xab, - 0x55, 0xfd, 0x55, 0x23, 0x9e, 0x8d, 0x8a, 0x6e, 0x8b, 0x82, 0x6c, 0x18, 0x6f, 0x46, 0xf4, 0xe3, - 0x01, 0x9a, 0x12, 0x0e, 0xd9, 0x0f, 0x5d, 0xb1, 0xa3, 0xa3, 0x6e, 0xc9, 0xb4, 0x75, 0xd0, 0xc9, - 0x17, 0x73, 0x70, 0xf1, 0x9c, 0x17, 0x79, 0xc9, 0xba, 0x87, 0x91, 0x3f, 0x0b, 0xec, 0x67, 0xef, - 0x36, 0x14, 0xf8, 0xac, 0x5d, 0x5a, 0xaf, 0x35, 0xe1, 0x22, 0x5b, 0x13, 0xf0, 0xca, 0x4e, 0xa8, - 0xa4, 0x10, 0xd6, 0x1f, 0xf7, 0xfe, 0xef, 0x94, 0xe0, 0x77, 0x5a, 0x7a, 0x4d, 0x97, 0x55, 0xab, - 0x5f, 0xd5, 0x81, 0xd3, 0x1f, 0x16, 0xaa, 0x29, 0x73, 0x34, 0x38, 0xfc, 0x47, 0x7b, 0x47, 0x57, - 0xc3, 0x74, 0x46, 0x49, 0x08, 0x60, 0x8b, 0xc4, 0x2e, 0xec, 0xb1, 0x23, 0x76, 0xb2, 0xc6, 0x31, - 0x5d, 0xa7, 0x78, 0x56, 0x58, 0xa0, 0x8a, 0x91, 0xd9, 0x0f, 0x89, 0xbe, 0x03, 0x6d, 0x86, 0x04, - 0x38, 0x9d, 0xda, 0xb4, 0x86, 0xe9, 0x1f, 0x85, 0x30, 0x36, 0xd3, 0x41, 0xcd, 0x09, 0x47, 0x34, - 0xa1, 0xfe, 0x33, 0xe2, 0x99, 0xb1, 0xd0, 0xe0, 0x1c, 0xad, 0x00, 0x31, 0xdd, 0x49, 0x14, 0x69, - 0x2f, 0x63, 0x53, 0x06, 0xa4, 0xf5, 0xe0, 0x36, 0x4a, 0x5b, 0x1b, 0x1d, 0x4d, 0x63, 0xc1, 0x38, - 0x96, 0x88, 0x04, 0x01, 0x60, 0x04, 0x0c, 0xb6, 0xa6, 0x60, 0xa9, 0x7d, 0xbe, 0x5f, 0x70, 0xf8, - 0xc2, 0x6f, 0xd4, 0xe8, 0xc8, 0x59, 0x60, 0x40, 0x2b, 0x98, 0x95, 0xb3, 0x06, 0x0a, 0x2c, 0x65, - 0xc8, 0x14, 0x1d, 0x76, 0xe3, 0xc3, 0xca, 0xad, 0x5d, 0x85, 0xf2, 0xf4, 0x5f, 0x05, 0xa5, 0x38, - 0xa7, 0xdd, 0x45, 0xe5, 0xa2, 0xc9, 0xf4, 0x3d, 0xe6, 0x86, 0xac, 0xcd, 0x8c, 0xf0, 0xef, 0x43, - 0x59, 0x72, 0x0d, 0x98, 0x8a, 0x64, 0x4d, 0xc0, 0xec, 0xd3, 0x0c, 0xa8, 0xbb, 0xd3, 0x61, 0x58, - 0x56, 0x22, 0x77, 0x1f, 0x09, 0xc0, 0x17, 0x36, 0x20, 0xf8, 0x86, 0xf6, 0x6c, 0x63, 0xb0, 0x0d, - 0x58, 0x3d, 0xb9, 0x1c, 0x96, 0xed, 0xa6, 0x85, 0xb2, 0x46, 0xcb, 0x78, 0x0c, 0x8a, 0xb5, 0xad, - 0xb8, 0x73, 0xee, 0xea, 0x6d, 0x7f, 0x1b, 0x78, 0x50, 0xd6, 0x49, 0x9a, 0xed, 0x4b, 0x4d, 0x0b, - 0x3c, 0xdd, 0x6e, 0x18, 0x90, 0x9a, 0x3f, 0x56, 0x7f, 0x91, 0x60, 0xf7, 0x45, 0xfd, 0x6c, 0xd1, - 0x4c, 0x9c, 0xe9, 0x63, 0xf4, 0x18, 0x2e, 0xf5, 0xe3, 0xd1, 0x93, 0x33, 0x77, 0xa6, 0x4c, 0x3d, - 0xa6, 0x76, 0x39, 0xa3, 0x00, 0xf5, 0x28, 0xd3, 0x1f, 0xeb, 0xa1, 0x42, 0x8d, 0x62, 0xab, 0x0e, - 0x4b, 0x10, 0x75, 0xf1, 0x84, 0x04, 0x1d, 0xb6, 0xa5, 0xd6, 0x82, 0x15, 0x2d, 0x0a, 0xaf, 0x80, - 0xf5, 0x56, 0x3e, 0xa7, 0x9c, 0xdc, 0xaf, 0x25, 0xd4, 0x57, 0x0a, 0x8a, 0x38, 0xb3, 0x53, 0xa9, - 0x5f, 0x81, 0xd4, 0x7d, 0x81, 0xd2, 0xb2, 0xd0, 0x57, 0xcd, 0x88, 0x1b, 0xad, 0x34, 0xdb, 0x80, - 0x52, 0x61, 0xbb, 0x25, 0x19, 0x10, 0x59, 0x49, 0x79, 0x2a, 0x66, 0x5a, 0xdc, 0x3a, 0x2a, 0x92, - 0x5a, 0xcd, 0x8b, 0x4c, 0x20, 0x27, 0x99, 0xfb, 0x44, 0x70, 0x34, 0x5f, 0xac, 0xd7, 0x5e, 0x62, - 0x93, 0x90, 0x7a, 0xfe, 0xb1, 0xe1, 0x5c, 0xaa, 0x73, 0x46, 0x30, 0x75, 0x8c, 0x9f, 0x8f, 0x22, - 0x54, 0xea, 0xa9, 0xd6, 0x2c, 0x30, 0x76, 0x93, 0x80, 0x1a, 0x8b, 0x20, 0x1e, 0x2a, 0xd9, 0x70, - 0x39, 0x7e, 0xd7, 0xb1, 0x0c, 0xe4, 0x8d, 0x22, 0x5a, 0x42, 0x31, 0x98, 0xc2, 0x15, 0x69, 0x75, - 0x46, 0xb3, 0x66, 0x82, 0xc5, 0x55, 0xcb, 0x23, 0x7c, 0x5e, 0xa0, 0x12, 0x4a, 0x01, 0x6e, 0x08, - 0x8e, 0xe2, 0x24, 0xb4, 0x74, 0xa9, 0xb0, 0x72, 0xd1, 0x91, 0xc8, 0xfe, 0xea, 0xa1, 0x14, 0xa6, - 0x4a, 0x83, 0x31, 0x17, 0x1e, 0x75, 0x5b, 0x3a, 0x2a, 0xa2, 0x00, 0x54, 0xa7, 0x39, 0xd2, 0x95, - 0xc5, 0x43, 0x2d, 0xcd, 0xe4, 0xf0, 0xa5, 0x46, 0x70, 0x1d, 0x43, 0x01, 0x60, 0x4e, 0xb3, 0x35, - 0x1c, 0x74, 0x5f, 0x9d, 0x9d, 0x5b, 0x03, 0x31, 0x52, 0xad, 0x91, 0x3e, 0x09, 0x0d, 0x81, 0xe7, - 0x49, 0x8f, 0x3b, 0xdd, 0x6a, 0x11, 0xf1, 0x04, 0x84, 0xf6, 0xbe, 0x83, 0x63, 0x71, 0x90, 0x27, - 0x13, 0x64, 0x27, 0x02, 0x6f, 0x6c, 0x6d, 0xc2, 0x06, 0x68, 0x2d, 0x42, 0xb4, 0x2f, 0x67, 0x96, - 0x7b, 0x3b, 0x68, 0x6c, 0x3c, 0x66, 0x8e, 0x33, 0xee, 0x3f, 0xd2, 0xd9, 0xbf, 0x09, 0x86, 0x56, - 0xb2, 0xb4, 0xa6, 0xdb, 0xc1, 0x14, 0xfb, 0xca, 0xc6, 0x97, 0x68, 0xbc, 0xf9, 0x7b, 0xa9, 0x30, - 0x84, 0xe3, 0xf0, 0x5d, 0x77, 0xa4, 0x63, 0x5b, 0xd9, 0xa3, 0x37, 0xc9, 0x1a, 0xbb, 0xaa, 0xc8, - 0xac, 0x49, 0xb7, 0xa0, 0x53, 0x2e, 0x88, 0xdb, 0xfa, 0xa9, 0xab, 0xc6, 0x36, 0xa6, 0x0d, 0x11, - 0x6b, 0x5c, 0x44, 0x43, 0x3a, 0xb5, 0x77, 0x7a, 0xb1, 0xd9, 0x34, 0xb4, 0x42, 0xaa, 0x42, 0xf3, - 0x1d, 0xde, 0x5a, 0xd3, 0x95, 0x99, 0x2f, 0xaf, 0x21, 0x76, 0xc0, 0xa0, 0x65, 0x17, 0xf2, 0x82, - 0xe0, 0x52, 0x87, 0xc0, 0xfb, 0xc1, 0xde, 0x32, 0xb1, 0x84, 0xea, 0x07, 0x75, 0x8a, 0xe4, 0x5c, - 0xd1, 0x38, 0x38, 0x0c, 0xd4, 0x1f, 0xb8, 0xa4, 0x53, 0xcd, 0xb4, 0x0f, 0xdd, 0x94, 0x0c, 0xa2, - 0xdc, 0x2b, 0x5d, 0xc4, 0x36, 0x81, 0x3d, 0x04, 0x11, 0x93, 0xed, 0x4f, 0x35, 0x91, 0x7c, 0x28, - 0xbb, 0x60, 0x72, 0x5a, 0x96, 0x35, 0x4c, 0x13, 0xf9, 0xac, 0x7c, 0x04, 0xb6, 0x5d, 0xe0, 0x87, - 0x6d, 0x19, 0x29, 0x5b, 0x20, 0x5b, 0x82, 0x22, 0x18, 0x60, 0x3a, 0xed, 0x49, 0x19, 0xf3, 0x8b, - 0x7b, 0xd5, 0x81, 0xd5, 0x12, 0x44, 0x2d, 0x4a, 0x45, 0xa7, 0x61, 0x0d, 0xe8, 0x85, 0xb8, 0xe0, - 0x46, 0x93, 0xc1, 0x98, 0x67, 0xeb, 0x9e, 0xc4, 0x72, 0x5e, 0x41, 0xe1, 0xaf, 0x22, 0x0c, 0x61, - 0x27, 0xbd, 0x39, 0x76, 0xa2, 0x57, 0xd5, 0x82, 0x35, 0x1d, 0xb6, 0x17, 0x03, 0x09, 0xe1, 0xc0, - 0x9e, 0xae, 0x4f, 0xd9, 0x08, 0xf7, 0x19, 0x9b, 0x70, 0x10, 0x9d, 0xea, 0xbf, 0xef, 0x11, 0xdc, - 0x97, 0x26, 0x61, 0x04, 0x20, 0xb8, 0xb2, 0x1d, 0x00, 0xd0, 0xe0, 0x11, 0x26, 0xdc, 0x11, 0x31, - 0x4e, 0x7e, 0x95, 0x1b, 0xb0, 0x6e, 0x65, 0xfa, 0x0f, 0x57, 0x74, 0x0a, 0x85, 0x18, 0x4c, 0x61, - 0xba, 0x27, 0xa2, 0xcd, 0xb0, 0xbd, 0xd2, 0xfc, 0xb0, 0x4d, 0x43, 0x7e, 0xb1, 0x9d, 0xbc, 0x5f, - 0xf9, 0x98, 0x83, 0x44, 0x2c, 0xf7, 0x24, 0xc4, 0x6e, 0xb7, 0x94, 0x44, 0x14, 0x47, 0x92, 0x0b, - 0xb7, 0x68, 0xa5, 0x79, 0x93, 0x7c, 0x41, 0x3a, 0x9a, 0x61, 0x39, 0x5a, 0x7a, 0x2d, 0x67, 0x40, - 0xfd, 0xec, 0xc1, 0x2e, 0xd0, 0xb7, 0x39, 0x11, 0x05, 0x17, 0x77, 0x54, 0x58, 0x8e, 0x7e, 0x24, - 0x97, 0xa7, 0x01, 0x6c, 0x46, 0x3f, 0x40, 0x31, 0x33, 0x58, 0x5e, 0xc5, 0x3f, 0x3c, 0x78, 0x93, - 0x93, 0x97, 0xd6, 0xb7, 0x82, 0x54, 0x02, 0x83, 0x24, 0xc1, 0x29, 0xa1, 0x94, 0xdb, 0x74, 0x63, - 0x0f, 0x78, 0xaa, 0xfc, 0xd1, 0x31, 0x4b, 0x45, 0x6b, 0xdb, 0xb3, 0xf1, 0x90, 0xd3, 0x1f, 0xfa, - 0xb3, 0x21, 0x85, 0x3d, 0x21, 0xc2, 0x8c, 0xc4, 0xfa, 0x4f, 0x15, 0x02, 0x94, 0xe6, 0x20, 0x26, - 0x3b, 0x31, 0x33, 0xf9, 0x4a, 0x86, 0x56, 0x1e, 0x00, 0x08, 0x81, 0x0a, 0x01, 0xa3, 0x8d, 0x4e, - 0x2c, 0x3b, 0xa6, 0x58, 0x79, 0x6f, 0xe5, 0x80, 0xf4, 0xc2, 0x9b, 0x6d, 0x0f, 0x8b, 0x2f, 0x90, - 0x5d, 0xb2, 0x09, 0xb1, 0x61, 0x3f, 0x88, 0x4c, 0x4f, 0xad, 0xd1, 0xa6, 0xb4, 0xcb, 0xd2, 0x7e, - 0x7b, 0x26, 0xd5, 0x93, 0x69, 0xf6, 0xb1, 0x89, 0x4e, 0xa6, 0xa8, 0xc5, 0xa4, 0xe3, 0x4e, 0x1d, - 0x15, 0x42, 0xf5, 0xb1, 0x0f, 0x7c, 0xa0, 0xef, 0x10, 0x28, 0x41, 0x67, 0x7c, 0xaa, 0x0e, 0x42, - 0xc7, 0x59, 0xb9, 0xfe, 0xd2, 0xfc, 0x81, 0xe2, 0xfc, 0x5e, 0x20, 0x68, 0x84, 0x98, 0xbf, 0x60, - 0x77, 0xd5, 0xde, 0x26, 0x37, 0x35, 0xad, 0x11, 0x03, 0xba, 0xb2, 0x8c, 0xeb, 0x4a, 0x57, 0x4b, - 0xd3, 0x8a, 0x16, 0x76, 0x8f, 0xbd, 0xfb, 0xa2, 0x88, 0x53, 0x6b, 0x90, 0x15, 0x45, 0x7b, 0xad, - 0x15, 0xd6, 0x24, 0x46, 0x1d, 0x6b, 0xe1, 0x29, 0x09, 0x6a, 0xa4, 0x01, 0x64, 0xb5, 0xf3, 0x4c, - 0x03, 0xcc, 0x54, 0x93, 0x35, 0x14, 0x5e, 0x3a, 0xe9, 0x58, 0xf3, 0x72, 0x04, 0x68, 0xa6, 0x34, - 0x99, 0x0c, 0x0d, 0x92, 0x7a, 0xe8, 0x3b, 0xc6, 0x10, 0x91, 0x57, 0xd6, 0x2f, 0x26, 0xc9, 0x47, - 0xea, 0xdc, 0x15, 0xa3, 0x9f, 0x54, 0xd1, 0x31, 0xbe, 0x22, 0xb5, 0x4a, 0xa5, 0xba, 0x85, 0xcb, - 0x37, 0x92, 0x98, 0xa6, 0xa7, 0x74, 0x11, 0x44, 0x3a, 0x42, 0xe1, 0xa9, 0xf8, 0x93, 0x16, 0xee, - 0x0f, 0x19, 0x20, 0x51, 0x7c, 0xb1, 0x0d, 0x78, 0xf3, 0xc9, 0x7a, 0x0f, 0x5d, 0xb4, 0x23, 0x55, - 0xa2, 0xe5, 0xdb, 0x28, 0x68, 0x9c, 0x17, 0x4d, 0x18, 0x07, 0xe4, 0x53, 0xdc, 0x53, 0x37, 0xdb, - 0x74, 0x6b, 0x33, 0x7e, 0xc7, 0x7c, 0xd3, 0x48, 0xa1, 0xe2, 0x31, 0x3f, 0x55, 0xfe, 0xee, 0x33, - 0xa7, 0x04, 0xb0, 0xe4, 0x5b, 0xd3, 0xff, 0x06, 0x51, 0xee, 0x81, 0x94, 0xfd, 0xb6, 0x01, 0xbc, - 0xa6, 0x29, 0xc9, 0x83, 0xda, 0x8c, 0xf7, 0xac, 0x60, 0x1b, 0x44, 0x71, 0x5c, 0x76, 0xd8, 0x82, - 0x78, 0x6f, 0x32, 0xae, 0x55, 0x16, 0xa1, 0xe0, 0x2f, 0x88, 0x4d, 0x21, 0xad, 0x79, 0x01, 0xed, - 0x56, 0xa7, 0x42, 0x12, 0xf5, 0x5a, 0x97, 0x29, 0xa4, 0xdc, 0x91, 0xe6, 0xa6, 0x42, 0x63, 0x24, - 0xc6, 0xc8, 0xa6, 0xf1, 0x94, 0xf4, 0x46, 0x61, 0xa8, 0xc9, 0x1d, 0x00, 0x04, 0x26, 0x3b, 0x73, - 0x3e, 0x07, 0x13, 0xd6, 0x98, 0x10, 0x97, 0xd9, 0xd9, 0xc9, 0x04, 0x8c, 0x51, 0xe0, 0xad, 0x1b, - 0x44, 0xac, 0x9f, 0x98, 0x89, 0xb4, 0xc3, 0x3a, 0xe9, 0xdc, 0x33, 0x29, 0xf4, 0xfc, 0xa8, 0x45, - 0xf6, 0x50, 0xf4, 0x3c, 0xcd, 0x93, 0xc1, 0xa2, 0x71, 0x2b, 0xa6, 0xc1, 0x3f, 0x5b, 0xdb, 0x65, - 0xda, 0x8d, 0xd6, 0x78, 0x6e, 0x9d, 0x97, 0x75, 0xc5, 0xe5, 0x3d, 0x72, 0x48, 0x06, 0x39, 0xdb, - 0x62, 0xb0, 0x2d, 0x22, 0x43, 0x89, 0x02, 0xa2, 0xb5, 0xd0, 0x5b, 0x2a, 0x74, 0xec, 0x1f, 0xcb, - 0x7b, 0x6c, 0x05, 0xce, 0xd0, 0x6f, 0x44, 0x68, 0x9c, 0x4d, 0x5b, 0x93, 0x1b, 0xe3, 0x3b, 0xc7, - 0xb2, 0xe5, 0x59, 0x46, 0x8d, 0x36, 0xf4, 0x9e, 0x2a, 0x42, 0x50, 0x77, 0x43, 0xfe, 0xd2, 0x3f, - 0xcb, 0xa5, 0x3b, 0xa6, 0xe7, 0x84, 0xce, 0x95, 0xbb, 0x6c, 0xa0, 0x72, 0xae, 0x32, 0xea, 0xf2, - 0x87, 0xc7, 0x48, 0xee, 0x3d, 0xf1, 0x73, 0xb2, 0x9c, 0xb9, 0xe7, 0xf5, 0xe8, 0xa8, 0xa9, 0x9f, - 0x1d, 0x29, 0x86, 0x35, 0xed, 0x70, 0x9c, 0x7e, 0x0c, 0xa9, 0xd1, 0x0d, 0x7d, 0xc9, 0x4e, 0x95, - 0x0f, 0x68, 0x68, 0xbe, 0x76, 0xfb, 0xa9, 0xe0, 0x14, 0xca, 0x3e, 0x54, 0x28, 0xb3, 0xd9, 0x91, - 0x11, 0x5c, 0x01, 0x05, 0x34, 0x3c, 0x15, 0x94, 0x89, 0xb3, 0x26, 0x64, 0xd4, 0xac, 0x49, 0xf9, - 0x24, 0xd0, 0x82, 0x21, 0x5f, 0x33, 0xea, 0x1a, 0x4f, 0x8b, 0x56, 0x84, 0x72, 0xda, 0x2a, 0xf6, - 0x03, 0x41, 0x2a, 0x71, 0x60, 0x1a, 0x2a, 0x4c, 0xcc, 0xd4, 0x8d, 0x4e, 0x62, 0xfa, 0x70, 0xd7, - 0xf9, 0x34, 0xc1, 0xba, 0xb8, 0x38, 0xd9, 0x69, 0x7e, 0x59, 0x15, 0xc7, 0x86, 0x40, 0x19, 0xe9, - 0xea, 0xad, 0x30, 0x9d, 0x29, 0x37, 0x7f, 0x4d, 0x39, 0x05, 0x97, 0x60, 0x5f, 0x24, 0x62, 0xc5, - 0x06, 0x90, 0xb4, 0x9c, 0x4f, 0x34, 0x4f, 0x0e, 0x74, 0x04, 0x8d, 0x7d, 0xf0, 0xf7, 0x75, 0xc1, - 0x2b, 0x20, 0x09, 0xf7, 0x19, 0x61, 0xc0, 0x00, 0x36, 0x06, 0x52, 0x9a, 0xb9, 0x1d, 0xfa, 0xd2, - 0x8e, 0x15, 0x26, 0x7d, 0x41, 0x10, 0xd8, 0x8b, 0x95, 0x53, 0xf0, 0xe8, 0x5b, 0xe4, 0x27, 0xbc, - 0xd2, 0xdb, 0xe2, 0xde, 0x76, 0x8f, 0x18, 0x76, 0x0b, 0x24, 0x09, 0x3a, 0xed, 0x90, 0xbf, 0xe9, - 0xb9, 0x98, 0x70, 0x07, 0x3e, 0xd2, 0x9e, 0x71, 0x90, 0xb6, 0x16, 0x5d, 0x8f, 0xab, 0x95, 0xfa, - 0x34, 0x1f, 0xc8, 0xce, 0xdc, 0x2a, 0xd3, 0xdf, 0x23, 0xb1, 0x60, 0x2e, 0x94, 0x68, 0xcb, 0xc6, - 0x80, 0x98, 0x56, 0x32, 0x1d, 0x61, 0x5e, 0xbf, 0xcc, 0xe7, 0x44, 0x00, 0x74, 0x75, 0x88, 0x0d, - 0xb1, 0x4a, 0x11, 0xa2, 0x8f, 0xc0, 0x1e, 0x4a, 0x31, 0x29, 0x34, 0xd5, 0x98, 0xab, 0x11, 0xfd, - 0xc8, 0xf4, 0xcd, 0x98, 0x42, 0xd6, 0xb5, 0x38, 0x49, 0xb1, 0xa9, 0xc2, 0x4c, 0x1b, 0xb4, 0x50, - 0x66, 0x4c, 0xb7, 0xb1, 0xee, 0xc0, 0x1d, 0xe5, 0xaf, 0xf0, 0xee, 0x53, 0x51, 0xca, 0xa8, 0x54, - 0xe3, 0xc4, 0xed, 0x23, 0xbf, 0xfa, 0x40, 0x90, 0xf7, 0x8d, 0x04, 0xa1, 0xeb, 0xd9, 0xb9, 0xdd, - 0xa2, 0x41, 0x5e, 0x48, 0x94, 0x6e, 0x06, 0xb1, 0xbe, 0x6a, 0x01, 0xf1, 0xf4, 0x1c, 0x68, 0x92, - 0xfd, 0x49, 0xdc, 0x12, 0x7c, 0x37, 0x26, 0x05, 0x9d, 0x01, 0x59, 0x49, 0xcd, 0x0e, 0x14, 0x81, - 0xad, 0x5f, 0xd8, 0xee, 0xbb, 0x02, 0x1c, 0xfe, 0x82, 0x54, 0x2a, 0x56, 0x8e, 0x6c, 0xd1, 0x3d, - 0xa4, 0x5a, 0x3f, 0xdc, 0x38, 0x05, 0xa6, 0x72, 0xc7, 0x72, 0xda, 0xa0, 0x0d, 0x64, 0x6b, 0x60, - 0x44, 0x64, 0x20, 0x71, 0xd6, 0x8e, 0x74, 0x24, 0x64, 0x63, 0x88, 0xdc, 0xb3, 0x1e, 0x6a, 0x1d, - 0xae, 0xa4, 0xd4, 0x53, 0xa7, 0x99, 0x20, 0xe7, 0xcc, 0x62, 0x16, 0x88, 0x99, 0x70, 0x1b, 0xf3, - 0x22, 0x8f, 0x43, 0x7c, 0x1d, 0xa3, 0xf4, 0x9d, 0xed, 0x2c, 0xe4, 0x58, 0x4d, 0x41, 0x06, 0xf8, - 0x86, 0x8c, 0x7f, 0xeb, 0xd0, 0xcd, 0xec, 0xd6, 0xca, 0x2c, 0x4b, 0x9a, 0xec, 0x04, 0x01, 0xf6, - 0xb2, 0xde, 0x4f, 0x1e, 0xe1, 0x0a, 0xe3, 0xa1, 0x73, 0xc4, 0x1d, 0x6b, 0xee, 0x0b, 0xf9, 0x00, - 0x6b, 0xc8, 0xcc, 0x8a, 0x42, 0x23, 0x7c, 0x3c, 0xa3, 0xd1, 0x52, 0x6b, 0x01, 0x57, 0x0a, 0x52, - 0xce, 0x5a, 0x61, 0x63, 0x76, 0xb3, 0x90, 0xaf, 0x5e, 0x7d, 0x0b, 0x18, 0x05, 0xb3, 0xd3, 0xc2, - 0x82, 0xba, 0xe4, 0x54, 0xed, 0xd4, 0x2f, 0x07, 0x82, 0x6a, 0x3f, 0x36, 0x63, 0xec, 0xf8, 0x58, - 0x1b, 0xf5, 0x3e, 0xfa, 0xe7, 0x04, 0x9b, 0x1d, 0x20, 0x7c, 0x79, 0xbe, 0x8b, 0x2a, 0xa5, 0x72, - 0x62, 0xed, 0xb6, 0x41, 0x34, 0xa0, 0xf5, 0x4c, 0x64, 0x2a, 0xbe, 0xeb, 0x39, 0xbb, 0x36, 0x2e, - 0x01, 0x63, 0x50, 0x1f, 0xa5, 0xd8, 0xc1, 0xdf, 0x1e, 0x90, 0xa5, 0x75, 0x48, 0x77, 0x4d, 0xef, - 0x8a, 0x62, 0x3f, 0xa4, 0x9b, 0x07, 0xc3, 0x79, 0xd3, 0xa6, 0xb0, 0x99, 0x00, 0x24, 0x22, 0x80, - 0xa0, 0x33, 0x34, 0x35, 0xeb, 0x65, 0x17, 0x36, 0x88, 0xbc, 0x1f, 0x73, 0x6e, 0x3b, 0x33, 0x1b, - 0x8f, 0x49, 0xeb, 0x66, 0x6a, 0xec, 0x18, 0xb5, 0xd2, 0xd3, 0xd0, 0xde, 0xc0, 0xc9, 0x0e, 0x9c, - 0x92, 0xa1, 0x64, 0xdb, 0xa9, 0xb2, 0xbe, 0x6e, 0x1b, 0x39, 0xda, 0xcf, 0x77, 0x50, 0x56, 0xa3, - 0x33, 0xa8, 0x26, 0xfb, 0xbd, 0x07, 0x2b, 0x65, 0x06, 0xde, 0x5a, 0x0d, 0x9c, 0x3d, 0xf0, 0xe2, - 0xd6, 0x73, 0x99, 0xdb, 0x18, 0xf8, 0x14, 0xff, 0x90, 0x3d, 0x38, 0xb7, 0xa3, 0xc6, 0x88, 0x70, - 0x4c, 0xad, 0x0a, 0xc5, 0x4b, 0xae, 0x61, 0x01, 0x3b, 0x64, 0xc2, 0x4a, 0x84, 0x39, 0x90, 0xf2, - 0xd3, 0x9c, 0x08, 0xc2, 0x07, 0x2f, 0xee, 0x8c, 0x9a, 0xb9, 0x2b, 0x17, 0xe3, 0xe5, 0x9c, 0xe2, - 0xe4, 0x76, 0xc6, 0x06, 0xed, 0xb9, 0xda, 0xba, 0xa6, 0x9d, 0x27, 0xbd, 0x7e, 0x06, 0x62, 0x73, - 0xad, 0xd3, 0x75, 0x73, 0xa0, 0x7c, 0xeb, 0xb3, 0xd3, 0xf4, 0x3a, 0x10, 0x26, 0xd8, 0x03, 0x86, - 0x11, 0x7d, 0xca, 0xb6, 0xbf, 0x9d, 0xec, 0x1f, 0x93, 0xe6, 0xf6, 0xef, 0x1d, 0xd2, 0x2d, 0x0b, - 0xdf, 0xa5, 0x3c, 0xe7, 0xdb, 0x72, 0x6e, 0x83, 0xc4, 0xbe, 0xa8, 0x61, 0x06, 0x88, 0x82, 0x8e, - 0xe2, 0x98, 0x71, 0x82, 0x3f, 0x28, 0xe9, 0x56, 0x7a, 0xaf, 0xb7, 0x7e, 0x98, 0x91, 0x8c, 0x29, - 0x34, 0x88, 0x36, 0xce, 0x1e, 0xdf, 0x8f, 0x28, 0xb1, 0xee, 0xdb, 0xfb, 0x6b, 0x75, 0x66, 0xfe, - 0x48, 0xcd, 0x89, 0xdb, 0xaa, 0x61, 0x89, 0x2b, 0x30, 0x5d, 0x37, 0x51, 0xe0, 0x51, 0x65, 0xd1, - 0x7c, 0x8b, 0xa0, 0x92, 0xed, 0xd4, 0x1b, 0x10, 0x4a, 0xee, 0x5c, 0x4c, 0x70, 0x72, 0x44, 0x7c, - 0xc1, 0xd5, 0xa7, 0x84, 0x1c, 0xd6, 0xcf, 0x7a, 0xff, 0x5f, 0xff, 0x14, 0xf1, 0xbf, 0x1e, 0xc8, - 0x7e, 0x54, 0x59, 0xdd, 0xfd, 0x17, 0x43, 0x03, 0x63, 0xa9, 0x9b, 0x7f, 0x27, 0x6f, 0x00, 0x00, - 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, - 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0e, 0xc4, 0x00, 0x00, 0x0e, 0xc4, - 0x01, 0x95, 0x2b, 0x0e, 0x1b, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xe2, 0x02, - 0x11, 0x14, 0x2d, 0x24, 0x02, 0x3b, 0xc6, 0x21, 0x00, 0x00, 0x01, 0xca, 0x49, 0x44, 0x41, 0x54, - 0x48, 0xc7, 0xd5, 0x95, 0x3b, 0x8b, 0xe2, 0x50, 0x18, 0x86, 0x1f, 0x13, 0x6f, 0xc4, 0x88, 0xcd, - 0xc4, 0x42, 0x52, 0x78, 0x59, 0x04, 0xb1, 0x10, 0xc1, 0x20, 0xb6, 0x56, 0x36, 0xb6, 0x5a, 0xcf, - 0x8f, 0xd8, 0x66, 0xff, 0xc9, 0x96, 0x96, 0xf3, 0x0f, 0xac, 0x4c, 0x15, 0x50, 0x51, 0x54, 0x10, - 0x2c, 0x16, 0x3b, 0x2d, 0x44, 0x09, 0x78, 0x41, 0x63, 0xbc, 0x6d, 0xb3, 0xb3, 0x55, 0x46, 0x36, - 0xce, 0x58, 0xec, 0x5b, 0x9e, 0xf7, 0x9c, 0x87, 0xef, 0xbc, 0xdf, 0x77, 0x38, 0x9e, 0x6a, 0xb5, - 0xfa, 0x03, 0x78, 0xe5, 0xeb, 0xf5, 0xe6, 0xfd, 0x03, 0xfe, 0xf6, 0x04, 0xf8, 0x77, 0x81, 0xe7, - 0xc9, 0xef, 0x75, 0x5a, 0x55, 0x55, 0x95, 0x7a, 0xbd, 0xce, 0x6a, 0xb5, 0xa2, 0xd1, 0x68, 0x3c, - 0x4c, 0x77, 0xac, 0x5c, 0x14, 0x45, 0x64, 0x59, 0x46, 0x92, 0xa4, 0x4f, 0x95, 0xfe, 0xcc, 0x58, - 0xfe, 0x63, 0xb8, 0xf7, 0x5f, 0x36, 0x69, 0x9a, 0x46, 0x36, 0x9b, 0x45, 0x96, 0x65, 0xae, 0xd7, - 0x2b, 0xeb, 0xf5, 0x9a, 0xd1, 0x68, 0xc4, 0x78, 0x3c, 0xfe, 0x1c, 0xbc, 0x52, 0xa9, 0xa0, 0x69, - 0x1a, 0xb6, 0x6d, 0x63, 0x59, 0x16, 0xa1, 0x50, 0x08, 0x45, 0x51, 0x48, 0x26, 0x93, 0xa8, 0xaa, - 0x4a, 0xb3, 0xd9, 0x7c, 0x0c, 0x1e, 0x89, 0x44, 0xc8, 0xe5, 0x72, 0x18, 0x86, 0x81, 0x61, 0x18, - 0x1c, 0x8f, 0x47, 0x82, 0xc1, 0x20, 0xa5, 0x52, 0x89, 0x52, 0xa9, 0x84, 0xa6, 0x69, 0x98, 0xa6, - 0x49, 0xb7, 0xdb, 0x75, 0x9f, 0x79, 0x20, 0x10, 0x60, 0x32, 0x99, 0xd0, 0x6a, 0xb5, 0x38, 0x1e, - 0x8f, 0x00, 0x58, 0x96, 0x85, 0xae, 0xeb, 0x8c, 0xc7, 0x63, 0x04, 0x41, 0x20, 0x9f, 0xcf, 0x3f, - 0xd6, 0xd0, 0xf3, 0xf9, 0x4c, 0xbf, 0xdf, 0x77, 0xf4, 0x3a, 0x9d, 0x0e, 0x97, 0xcb, 0x05, 0x45, - 0x51, 0x78, 0x79, 0x79, 0x71, 0x0f, 0x3f, 0x1c, 0x0e, 0xcc, 0xe7, 0x73, 0x47, 0x6f, 0xb1, 0x58, - 0x70, 0x38, 0x1c, 0x10, 0x45, 0x91, 0x58, 0x2c, 0xe6, 0x1e, 0xfe, 0x1e, 0xc5, 0xbd, 0x9b, 0x01, - 0x04, 0x83, 0x41, 0xf7, 0xf0, 0x8f, 0x0e, 0xbd, 0xcb, 0xe7, 0xf3, 0x01, 0xb0, 0xdd, 0x6e, 0xdd, - 0xc3, 0x25, 0x49, 0x22, 0x95, 0x4a, 0x39, 0x7a, 0x89, 0x44, 0x02, 0x49, 0x92, 0x38, 0x9d, 0x4e, - 0xcc, 0x66, 0x33, 0xf7, 0x70, 0x41, 0x10, 0x28, 0x14, 0x0a, 0x8e, 0x5e, 0xb1, 0x58, 0xc4, 0xe3, - 0xf1, 0x30, 0x9b, 0xcd, 0x3e, 0xac, 0xfc, 0xee, 0x9c, 0xef, 0x76, 0x3b, 0xe2, 0xf1, 0x38, 0xb5, - 0x5a, 0x8d, 0xe1, 0x70, 0xc8, 0x72, 0xb9, 0x24, 0x1a, 0x8d, 0x92, 0xcb, 0xe5, 0x48, 0xa7, 0xd3, - 0x58, 0x96, 0x85, 0x61, 0x18, 0x8f, 0x3d, 0xa2, 0xfd, 0x7e, 0xcf, 0x60, 0x30, 0xa0, 0x5c, 0x2e, - 0x93, 0xc9, 0x64, 0xb0, 0x6d, 0x1b, 0xbf, 0xdf, 0xff, 0x77, 0x92, 0x74, 0x5d, 0x67, 0x3a, 0x9d, - 0xba, 0x83, 0xaf, 0xd7, 0x6b, 0x7a, 0xbd, 0x1e, 0x9b, 0xcd, 0x86, 0x76, 0xbb, 0xcd, 0x7c, 0x3e, - 0x27, 0x9f, 0xcf, 0x13, 0x0e, 0x87, 0xb9, 0xdd, 0x6e, 0x98, 0xa6, 0x49, 0xaf, 0xd7, 0x63, 0xb5, - 0x5a, 0xdd, 0x6d, 0xb8, 0xa7, 0x5a, 0xad, 0xfe, 0x7a, 0xd2, 0x1f, 0x7a, 0x12, 0x80, 0x37, 0xc0, - 0xfe, 0x6a, 0x30, 0xf0, 0xf3, 0x37, 0xf9, 0xef, 0xad, 0x16, 0xfc, 0xc8, 0x8b, 0xac, 0x00, 0x00, - 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 + 0x78, 0xda, 0xdd, 0x99, 0x5b, 0x76, 0x1c, 0x39, 0x0e, 0x44, 0xff, 0xb9, 0x8a, 0x59, 0x02, 0x5f, + 0x20, 0xc8, 0xe5, 0xf0, 0x79, 0x4e, 0xef, 0x60, 0x96, 0x3f, 0x17, 0xcc, 0x92, 0x2c, 0x77, 0xdb, + 0x96, 0x7a, 0xda, 0xf3, 0x33, 0x55, 0x96, 0x52, 0xce, 0xca, 0xe4, 0x03, 0x11, 0x08, 0x04, 0xb2, + 0xdc, 0xfe, 0xf7, 0x1f, 0xc7, 0xfd, 0x8b, 0x57, 0x12, 0x2d, 0x2e, 0x8b, 0xd6, 0xd2, 0x4a, 0xf1, + 0xbc, 0x72, 0xcb, 0x2d, 0x76, 0xfe, 0xa8, 0xfe, 0xdb, 0x6b, 0xbf, 0x8e, 0xcf, 0xb9, 0xe0, 0xf3, + 0xfd, 0xfd, 0xf6, 0x0a, 0xaf, 0xdf, 0xc1, 0xfd, 0xf0, 0x83, 0xc8, 0x31, 0x71, 0x4c, 0xcf, 0x49, + 0xcd, 0xaf, 0x4f, 0xd3, 0xeb, 0xfc, 0xdb, 0xf5, 0xe5, 0xfd, 0xc8, 0x40, 0x3f, 0xf8, 0x20, 0xc8, + 0x9f, 0x6e, 0x48, 0xef, 0xd3, 0xc4, 0x8f, 0x13, 0x6b, 0x7f, 0x9d, 0x8f, 0x3e, 0x7e, 0xb7, 0x22, + 0xad, 0x7e, 0xf9, 0x8f, 0xaf, 0xfa, 0xed, 0xe7, 0x9c, 0x55, 0xcf, 0xd9, 0xcf, 0xee, 0x7a, 0x2e, + 0x84, 0xa1, 0x3c, 0x9b, 0x7a, 0xa6, 0x70, 0x6f, 0xc3, 0x70, 0xe1, 0x20, 0x4a, 0xe9, 0xde, 0x56, + 0x78, 0x2b, 0x3f, 0xc2, 0xdf, 0x7a, 0xdf, 0x8d, 0x77, 0xf5, 0xdd, 0xcf, 0x90, 0x99, 0x6c, 0xfa, + 0xc1, 0x7b, 0x86, 0x16, 0x62, 0x48, 0xfe, 0x84, 0x1c, 0x96, 0x0b, 0x3d, 0x9c, 0xb0, 0xc3, 0xe2, + 0x38, 0xc3, 0x64, 0x8d, 0x39, 0xee, 0xa8, 0x1c, 0x63, 0x9c, 0x31, 0xdd, 0x73, 0x35, 0x69, 0x6c, + 0x71, 0x26, 0x9f, 0x42, 0xca, 0xf6, 0x0e, 0x27, 0x6a, 0x6a, 0x69, 0xa5, 0x9a, 0x62, 0x9a, 0x71, + 0xa7, 0x94, 0xb2, 0x4b, 0xf1, 0x7d, 0x2d, 0xe1, 0xce, 0xdb, 0xee, 0x7c, 0x33, 0xd8, 0x36, 0x57, + 0xe0, 0xd2, 0x18, 0x18, 0x2c, 0x70, 0xcb, 0x2f, 0xdf, 0xee, 0xb3, 0x0b, 0xbe, 0xf2, 0x3e, 0x67, + 0x7a, 0x62, 0x14, 0x02, 0xbb, 0x0f, 0xaf, 0x58, 0xb1, 0xae, 0x18, 0x0d, 0x87, 0x60, 0x61, 0x4c, + 0xf6, 0x9b, 0xcb, 0x00, 0x24, 0x9c, 0x17, 0x6e, 0x72, 0x03, 0xfc, 0xf6, 0x7e, 0x7f, 0xb9, 0x0f, + 0xc0, 0x26, 0x10, 0x94, 0x1b, 0xe6, 0xca, 0x06, 0xbb, 0x1f, 0xcf, 0x10, 0x43, 0xc2, 0x37, 0x6e, + 0xa5, 0x4b, 0x80, 0xc4, 0x75, 0xc2, 0xf1, 0xe1, 0x57, 0xd0, 0x65, 0xa8, 0xc5, 0xcb, 0x92, 0xcc, + 0xdc, 0xc2, 0x62, 0x42, 0x02, 0x02, 0x5f, 0x42, 0x92, 0x50, 0x82, 0xd7, 0x18, 0x35, 0x84, 0x9c, + 0x62, 0x05, 0xa0, 0xce, 0xca, 0x63, 0xca, 0x71, 0x80, 0x40, 0x10, 0x89, 0x8b, 0x45, 0xc6, 0x9c, + 0x52, 0x01, 0x9b, 0x0a, 0x8f, 0x98, 0x9b, 0x7b, 0x34, 0xdc, 0x6b, 0xa3, 0xc4, 0xe7, 0x3c, 0xa9, + 0x02, 0x3e, 0x92, 0x4a, 0x52, 0xb0, 0x69, 0xa9, 0x03, 0x56, 0xce, 0x02, 0x7f, 0x34, 0x57, 0x38, + 0xd4, 0x25, 0x49, 0x16, 0x91, 0x22, 0x2a, 0x55, 0x9a, 0x74, 0x57, 0x52, 0xc9, 0x45, 0x4a, 0x29, + 0x5a, 0x2c, 0xe7, 0xba, 0x26, 0xcd, 0x4a, 0x12, 0xaa, 0x6a, 0xd5, 0xa6, 0xbd, 0xa6, 0x9a, 0xab, + 0xd4, 0x52, 0xb5, 0xd6, 0xda, 0x6a, 0x6f, 0xb1, 0x25, 0x52, 0x52, 0x5a, 0x69, 0xda, 0x6a, 0x6b, + 0xad, 0x77, 0xe6, 0xec, 0xd9, 0x75, 0xe9, 0xdc, 0xdd, 0xb9, 0xa2, 0xf7, 0x11, 0x47, 0x1a, 0x79, + 0xc8, 0x28, 0x43, 0x47, 0x1d, 0x6d, 0xf4, 0x09, 0x7d, 0x66, 0x9e, 0x32, 0xcb, 0xd4, 0x59, 0x67, + 0x9b, 0x7d, 0xc5, 0x95, 0x56, 0x5e, 0xb2, 0xca, 0xd2, 0x55, 0x57, 0x5b, 0x7d, 0x87, 0x0d, 0x95, + 0xdc, 0xce, 0x5b, 0x76, 0xd9, 0xba, 0xeb, 0x6e, 0xbb, 0x1f, 0xb8, 0x76, 0xd2, 0xc9, 0x47, 0x4e, + 0x39, 0x7a, 0xea, 0x69, 0xa7, 0xbf, 0xa3, 0xf6, 0x42, 0xf5, 0x2f, 0xef, 0xbf, 0x81, 0x5a, 0x78, + 0xa1, 0x16, 0x2f, 0x52, 0x76, 0x9d, 0xbe, 0xa3, 0xc6, 0x59, 0x55, 0x1b, 0xe8, 0x0e, 0x11, 0x4c, + 0x67, 0xc4, 0x30, 0x03, 0xb1, 0x98, 0x03, 0x88, 0xab, 0x21, 0x00, 0xa1, 0xa3, 0x61, 0xe6, 0x6b, + 0xc8, 0x39, 0x1a, 0x72, 0x86, 0x99, 0x6f, 0x91, 0xac, 0x90, 0xc8, 0x22, 0xc5, 0xb0, 0x59, 0xc1, + 0x77, 0x17, 0x0a, 0x10, 0xe6, 0x1d, 0xa2, 0x9c, 0xf0, 0x8e, 0xdd, 0x37, 0xe4, 0xbe, 0x8c, 0x9b, + 0x23, 0xd6, 0x9f, 0xe1, 0x16, 0xbf, 0x82, 0x9c, 0x33, 0xe8, 0x7e, 0x03, 0x72, 0xd1, 0xed, 0xf4, + 0x27, 0xdc, 0x7e, 0x80, 0xda, 0x32, 0x25, 0x9c, 0x17, 0xb1, 0x27, 0x0b, 0x2d, 0xa6, 0x3e, 0x91, + 0x7d, 0x9b, 0x00, 0x76, 0xfe, 0x11, 0xec, 0xb7, 0x3f, 0xfe, 0xe9, 0xf1, 0xff, 0x70, 0xa0, 0x23, + 0xb3, 0x0f, 0x58, 0xe7, 0xd6, 0x4c, 0x47, 0x7a, 0xd3, 0x3d, 0x35, 0x9c, 0x3e, 0x74, 0x2b, 0x1c, + 0xf3, 0x23, 0xd5, 0x53, 0xc2, 0x69, 0x80, 0x76, 0x3a, 0x95, 0x45, 0x93, 0xec, 0x48, 0xd8, 0x3d, + 0x94, 0x97, 0x29, 0xe7, 0xc8, 0xaa, 0x7a, 0x76, 0x8d, 0x4b, 0xa6, 0x2e, 0x88, 0xb2, 0x5d, 0x3c, + 0x43, 0x72, 0x5e, 0x70, 0x90, 0xdb, 0x15, 0x8c, 0xc2, 0xd2, 0xb3, 0x56, 0x01, 0xd1, 0x31, 0xbb, + 0x1c, 0x49, 0xd9, 0x87, 0xb9, 0x57, 0xc8, 0x42, 0x01, 0x41, 0xb3, 0x7e, 0x72, 0x74, 0x9f, 0x5d, + 0xf0, 0xd5, 0xe3, 0x6b, 0xa0, 0xb0, 0x77, 0x82, 0xdc, 0xcb, 0x16, 0xbf, 0x04, 0xf2, 0x2c, 0x29, + 0x7d, 0xa4, 0x62, 0xff, 0xdf, 0x7d, 0x9e, 0x55, 0x2a, 0x34, 0x1a, 0xb3, 0x88, 0x9d, 0x89, 0x94, + 0xd2, 0x71, 0xf6, 0xd8, 0xfe, 0x6d, 0x7b, 0x69, 0x39, 0xd5, 0xb0, 0xad, 0x0e, 0xd8, 0xee, 0xd3, + 0xdd, 0xfd, 0x81, 0x6a, 0x27, 0x87, 0x62, 0x42, 0xc3, 0xed, 0xc6, 0x7f, 0x0b, 0xac, 0xf7, 0xbf, + 0x3c, 0xba, 0xcf, 0x2e, 0xf8, 0xea, 0x91, 0x81, 0xd2, 0x9a, 0xa5, 0xcf, 0x35, 0x6c, 0x55, 0x6c, + 0x07, 0x0c, 0x6d, 0x63, 0x1f, 0xb7, 0x89, 0xbb, 0x08, 0x5a, 0x27, 0xbb, 0xc9, 0xd4, 0x67, 0xb0, + 0xd0, 0xe9, 0xef, 0xa7, 0x5e, 0xfa, 0xa8, 0xda, 0x89, 0xcb, 0x74, 0x3f, 0xdf, 0xf5, 0x05, 0xdd, + 0x22, 0x28, 0xa8, 0xd7, 0xa7, 0x47, 0xf7, 0xd5, 0x0b, 0x7f, 0x7d, 0xd4, 0xe1, 0x2a, 0xab, 0x87, + 0x3f, 0xac, 0x4a, 0x8a, 0xee, 0x21, 0x6c, 0xec, 0xbb, 0x6d, 0x92, 0xf6, 0xf1, 0x84, 0xa6, 0x67, + 0x56, 0x44, 0xfe, 0x9e, 0x3f, 0x35, 0xdc, 0x23, 0x22, 0xac, 0x30, 0x7b, 0x4d, 0xdb, 0xb6, 0xfb, + 0xd9, 0xbe, 0x81, 0xbd, 0x10, 0xac, 0x35, 0x4a, 0x3b, 0x71, 0x11, 0xc6, 0x92, 0x51, 0x1e, 0x33, + 0x51, 0xe1, 0xe0, 0x4a, 0xce, 0xb6, 0x1a, 0x39, 0x34, 0xe5, 0x4b, 0x91, 0x7a, 0x5c, 0xba, 0xab, + 0xe9, 0x1b, 0xc6, 0x9b, 0xe0, 0x53, 0x4c, 0xc3, 0xf2, 0x71, 0x77, 0xd5, 0x88, 0xc8, 0xe5, 0x88, + 0x5a, 0xb7, 0x2d, 0x78, 0xac, 0x2a, 0xd9, 0xe2, 0x5f, 0x87, 0x20, 0x54, 0xf3, 0x88, 0x6d, 0x63, + 0xec, 0x36, 0xce, 0x64, 0x3c, 0xcd, 0xce, 0x86, 0x39, 0xb2, 0xd7, 0xd9, 0x1b, 0x0e, 0x05, 0xe9, + 0x37, 0x25, 0xac, 0x06, 0x21, 0xfb, 0xbd, 0xda, 0x3d, 0x65, 0xdc, 0x59, 0xef, 0x5d, 0x36, 0x7b, + 0x43, 0x9d, 0x19, 0xb7, 0x30, 0xf3, 0xf6, 0xd3, 0x3e, 0xe4, 0xac, 0xd3, 0xc5, 0x9a, 0x2a, 0x12, + 0x7d, 0x44, 0xb6, 0x32, 0x47, 0xda, 0xcd, 0x86, 0x62, 0x7e, 0x08, 0x39, 0x06, 0x15, 0x04, 0x1b, + 0x65, 0xb6, 0x29, 0xef, 0x54, 0xcb, 0xdd, 0x13, 0xd0, 0x96, 0x3c, 0x6f, 0x20, 0x10, 0xd1, 0x93, + 0xec, 0xa4, 0x93, 0x25, 0xbb, 0x27, 0x3b, 0x49, 0x9a, 0xc0, 0x00, 0x3e, 0xd9, 0xb9, 0x0c, 0x24, + 0x14, 0x52, 0xd7, 0xaf, 0x73, 0xd2, 0x7d, 0xe9, 0xc2, 0x6f, 0x9c, 0xfd, 0x9e, 0xb1, 0xef, 0x7c, + 0x8d, 0xea, 0x2a, 0x7a, 0xb4, 0x33, 0x95, 0xd1, 0x80, 0x03, 0x91, 0x73, 0x51, 0xc5, 0xd6, 0xec, + 0x3a, 0xb8, 0xbe, 0x65, 0x65, 0x1f, 0xa5, 0x85, 0xdc, 0xe7, 0xa6, 0x48, 0xd6, 0x30, 0xb6, 0x50, + 0x1e, 0xdb, 0xbc, 0x14, 0x08, 0xfd, 0x39, 0xd6, 0xec, 0x34, 0xb2, 0xd9, 0xad, 0x3d, 0xdf, 0x90, + 0x61, 0x99, 0x38, 0x74, 0xfb, 0xa3, 0x2c, 0x6e, 0x7f, 0xb6, 0x5c, 0xef, 0x67, 0x62, 0x9f, 0xc5, + 0x00, 0x76, 0x7b, 0x62, 0x52, 0xce, 0xc0, 0x92, 0x6e, 0x82, 0x36, 0x63, 0x0f, 0xad, 0x38, 0x2d, + 0x2b, 0x85, 0x8a, 0x15, 0xad, 0x7e, 0xf6, 0x99, 0xb4, 0xc5, 0x43, 0xe9, 0x3a, 0x19, 0x1c, 0x33, + 0x03, 0xae, 0x16, 0x18, 0xb0, 0x8c, 0xb6, 0x46, 0x5d, 0x64, 0x55, 0x0f, 0x6c, 0x21, 0x4e, 0xfc, + 0x72, 0x24, 0xf8, 0x8d, 0xb0, 0xb3, 0x69, 0xc3, 0xd8, 0xc5, 0x7c, 0x94, 0xbd, 0x27, 0xca, 0x1e, + 0x2b, 0x3b, 0x0d, 0x30, 0x83, 0xb1, 0x71, 0x10, 0x9d, 0x9d, 0x89, 0x7e, 0x88, 0x75, 0xdc, 0x04, + 0x86, 0x4e, 0x97, 0x06, 0x47, 0x27, 0x1c, 0x22, 0x23, 0xc6, 0x90, 0x3b, 0x36, 0xf5, 0x77, 0x24, + 0x97, 0xd5, 0x38, 0x88, 0x35, 0x40, 0x85, 0xb6, 0x71, 0x68, 0x71, 0xc7, 0xad, 0xc7, 0xab, 0x50, + 0x7c, 0x33, 0xe4, 0xc5, 0x0d, 0xaa, 0xa0, 0x82, 0x71, 0xd3, 0x1a, 0xdc, 0x25, 0x50, 0x3d, 0xd3, + 0x5e, 0xc6, 0x12, 0xe2, 0x19, 0x83, 0xc9, 0xb9, 0x33, 0x3e, 0xe7, 0xab, 0x00, 0x32, 0xb3, 0xa5, + 0x3e, 0xa5, 0x78, 0xb7, 0x46, 0xc3, 0x30, 0xc0, 0x65, 0x1d, 0xb2, 0x2c, 0x05, 0x23, 0x8f, 0x11, + 0x73, 0xec, 0x50, 0xa9, 0xe9, 0x6d, 0x6c, 0x30, 0x68, 0x65, 0xe3, 0x88, 0xb1, 0x1d, 0x58, 0xf9, + 0x23, 0xee, 0x19, 0x79, 0x17, 0x42, 0x0e, 0x3e, 0xa1, 0xd7, 0x3d, 0x08, 0x3c, 0xee, 0x06, 0xea, + 0x8e, 0x5e, 0xa4, 0x66, 0xf2, 0x29, 0xc5, 0x3c, 0xe7, 0x5c, 0xb1, 0xe6, 0x18, 0x26, 0x8e, 0x34, + 0xd4, 0xa8, 0x83, 0xbb, 0x9a, 0xcc, 0xb5, 0x1e, 0x0d, 0x70, 0xff, 0x4c, 0x3c, 0xbe, 0x69, 0x87, + 0xfb, 0x99, 0x78, 0xe4, 0xd1, 0xea, 0x9c, 0x8d, 0x4e, 0xc2, 0xd7, 0xb9, 0x35, 0xcd, 0x25, 0x72, + 0xc8, 0x62, 0x7c, 0xc6, 0x38, 0x6d, 0x61, 0x32, 0x88, 0xe4, 0x34, 0x95, 0x81, 0x38, 0xf8, 0x25, + 0xd7, 0x4d, 0x41, 0x95, 0x35, 0x42, 0xc8, 0x13, 0x61, 0x45, 0x19, 0xec, 0xb8, 0x9d, 0x40, 0x09, + 0xec, 0x54, 0x45, 0x9c, 0x07, 0xe1, 0x81, 0xd1, 0xf4, 0x3d, 0xa2, 0x2b, 0x9f, 0xb1, 0x04, 0xb1, + 0xd0, 0x21, 0x24, 0xb9, 0xa5, 0x13, 0x9f, 0x19, 0x9b, 0x1c, 0x2e, 0xc9, 0xd8, 0x32, 0xb8, 0x35, + 0xaf, 0x3a, 0x69, 0x63, 0x44, 0x00, 0x1e, 0x07, 0xc3, 0x2a, 0x8c, 0x21, 0xac, 0xbe, 0xd8, 0x9c, + 0x08, 0x70, 0xb2, 0x29, 0x27, 0x5c, 0xc0, 0x27, 0x3d, 0xbc, 0xc6, 0x0e, 0x59, 0xdd, 0x26, 0x0b, + 0xdc, 0xa1, 0x4a, 0x53, 0x5b, 0x9f, 0x2b, 0x9a, 0x37, 0x16, 0x0d, 0x08, 0xb8, 0x63, 0x1b, 0x84, + 0x34, 0xc6, 0xce, 0x42, 0x26, 0xc6, 0x70, 0xd0, 0x4f, 0xdd, 0x61, 0x15, 0xf7, 0x6f, 0xf1, 0xe9, + 0x16, 0x6b, 0x8c, 0xf1, 0xf0, 0x38, 0xbc, 0x75, 0xdc, 0xb0, 0xc5, 0x20, 0x89, 0x26, 0x25, 0x0b, + 0xfc, 0x2d, 0x5e, 0x97, 0x76, 0xbe, 0x01, 0x99, 0xc9, 0x51, 0xe0, 0x02, 0xe4, 0x45, 0x8c, 0x41, + 0x63, 0xae, 0x94, 0xeb, 0xa3, 0x89, 0x4f, 0x90, 0xf5, 0xea, 0x6a, 0x42, 0x46, 0x28, 0xfd, 0x00, + 0xd9, 0x51, 0x1e, 0x11, 0x3f, 0xd6, 0x48, 0x2d, 0x6e, 0x9a, 0xee, 0x5d, 0x8d, 0x83, 0xa3, 0x12, + 0x04, 0x33, 0x02, 0xeb, 0x5a, 0x0f, 0x5a, 0x42, 0x6a, 0x28, 0xbc, 0x9b, 0xa8, 0x16, 0x0e, 0xf8, + 0x8a, 0xb4, 0xd9, 0x05, 0x82, 0x8d, 0x32, 0x62, 0x16, 0xc9, 0x77, 0x81, 0x83, 0x4d, 0x13, 0x21, + 0xa7, 0x30, 0x5d, 0xad, 0x82, 0x98, 0xe7, 0x17, 0x1e, 0xc4, 0xe4, 0x7b, 0xfd, 0xd3, 0x72, 0xf4, + 0x91, 0x41, 0x0f, 0x81, 0xdc, 0x5f, 0x19, 0xd4, 0x07, 0x36, 0xe9, 0x4c, 0xed, 0xfd, 0x51, 0xea, + 0x74, 0xb0, 0xde, 0xfc, 0x77, 0x51, 0x96, 0x7c, 0x9e, 0x94, 0x99, 0x6a, 0x26, 0xde, 0xe7, 0x86, + 0x26, 0x9b, 0x87, 0x45, 0x1b, 0xc6, 0x71, 0x9b, 0x24, 0x25, 0xc4, 0xbd, 0x9d, 0x97, 0xfa, 0x98, + 0x0b, 0xc3, 0x39, 0x7c, 0x26, 0x99, 0x85, 0x92, 0x90, 0xb2, 0xe1, 0x78, 0x8c, 0x1e, 0xea, 0xa6, + 0x89, 0x95, 0xcc, 0x3b, 0x7b, 0x21, 0xd9, 0x31, 0x59, 0xf9, 0x18, 0x4d, 0x00, 0x3a, 0x53, 0xde, + 0x58, 0x42, 0x5a, 0x35, 0x8d, 0xdb, 0xc7, 0xb7, 0x5c, 0x29, 0x0e, 0x38, 0x78, 0x1f, 0x41, 0xe0, + 0xa3, 0xd2, 0x1f, 0x9a, 0x9a, 0x43, 0x83, 0xd7, 0x9a, 0x8c, 0xa0, 0x29, 0xc4, 0x09, 0x7b, 0xf0, + 0x7e, 0xd9, 0x93, 0x16, 0x15, 0xfb, 0x7e, 0x4a, 0x64, 0xd0, 0xc1, 0x74, 0xed, 0x3a, 0xc6, 0xf0, + 0xb3, 0x35, 0xba, 0xaf, 0x9a, 0x97, 0xcf, 0x3c, 0x8b, 0xbb, 0x45, 0x20, 0x1f, 0xf2, 0x6a, 0xc6, + 0xd2, 0x5a, 0xa0, 0xcb, 0x00, 0xe6, 0x79, 0x97, 0x7d, 0xdd, 0x56, 0x56, 0xca, 0xaa, 0xad, 0x9a, + 0x44, 0xad, 0xa0, 0xb0, 0xad, 0x77, 0x7a, 0xab, 0x14, 0x2f, 0x07, 0x10, 0x5a, 0xa6, 0xcd, 0x9a, + 0xf5, 0x13, 0xa7, 0x19, 0xb0, 0x09, 0x6d, 0x0e, 0x83, 0x07, 0x17, 0xe8, 0xc7, 0xa0, 0x34, 0xa0, + 0x50, 0xd1, 0x52, 0x6f, 0x20, 0x7a, 0x74, 0x2e, 0xb3, 0x38, 0x6a, 0x6c, 0xda, 0x98, 0x82, 0x63, + 0x9c, 0x1b, 0x4f, 0xb5, 0xb0, 0xba, 0x52, 0xe3, 0x60, 0x88, 0x51, 0xa8, 0x07, 0xb4, 0x21, 0x9d, + 0xfa, 0x5c, 0x74, 0x75, 0x1a, 0x20, 0xdb, 0xe6, 0xfc, 0xab, 0xed, 0x76, 0x7f, 0xd7, 0x9f, 0x6b, + 0xf8, 0xde, 0xa4, 0x76, 0x92, 0xd3, 0x98, 0xe9, 0xce, 0x25, 0x26, 0x93, 0x57, 0x32, 0x7e, 0xbf, + 0xd2, 0x21, 0xdf, 0x74, 0x98, 0x6f, 0xe9, 0x50, 0xcc, 0x1a, 0xa0, 0x07, 0x18, 0xa0, 0x4e, 0x6f, + 0x07, 0x0b, 0x09, 0x91, 0xb7, 0x04, 0xda, 0x26, 0xfe, 0xe9, 0x14, 0x73, 0x23, 0xf8, 0x60, 0xcb, + 0xc6, 0xf2, 0xc9, 0x52, 0x36, 0xa9, 0x4f, 0x40, 0x3c, 0x50, 0xa0, 0xda, 0x5b, 0x1e, 0x33, 0xb4, + 0xf5, 0x01, 0x85, 0xbe, 0x1f, 0x79, 0x98, 0xcd, 0x0c, 0x3e, 0x6d, 0x9c, 0x56, 0x59, 0xd9, 0xb0, + 0x8b, 0xfe, 0x22, 0x92, 0xec, 0xd9, 0x53, 0xb4, 0xb4, 0x59, 0xa3, 0xc7, 0xd6, 0xf7, 0xb4, 0x4e, + 0x54, 0x52, 0x9a, 0xb3, 0x60, 0xa0, 0x4d, 0x35, 0xfc, 0x78, 0x65, 0x9f, 0xfb, 0x1d, 0xc2, 0x6f, + 0xd1, 0x71, 0x3f, 0x74, 0x8d, 0x1b, 0x06, 0xcf, 0xbc, 0x12, 0xc5, 0x88, 0x82, 0x9c, 0x7d, 0x8c, + 0x78, 0x22, 0x8c, 0x87, 0x69, 0xeb, 0xd8, 0xf3, 0x31, 0xf8, 0xda, 0x12, 0x72, 0x63, 0xb6, 0x88, + 0x2d, 0x5b, 0x8a, 0x60, 0x12, 0xda, 0xcb, 0x24, 0x28, 0xf2, 0x2f, 0xd5, 0x8c, 0x16, 0x3b, 0xfe, + 0x6c, 0x49, 0x3d, 0xd1, 0xd0, 0xd2, 0x9c, 0xef, 0x6b, 0x26, 0x5c, 0xb1, 0x7a, 0xe8, 0x0f, 0xf3, + 0x7b, 0x72, 0xd3, 0x5a, 0x2f, 0x93, 0x87, 0x76, 0x73, 0x73, 0xa0, 0xc8, 0x65, 0xbc, 0x49, 0x6b, + 0x7e, 0xa4, 0xf5, 0x3a, 0xb5, 0x68, 0x01, 0x2a, 0x65, 0xc7, 0x1c, 0xc2, 0x2c, 0x00, 0xad, 0x2e, + 0x34, 0x1a, 0x35, 0x91, 0x41, 0x05, 0xa0, 0x5f, 0x4b, 0xba, 0xed, 0x81, 0xce, 0xb5, 0x31, 0xbd, + 0x02, 0x0d, 0x06, 0x83, 0x0d, 0xcd, 0x7d, 0x13, 0x76, 0xfc, 0x22, 0x1f, 0xdd, 0xef, 0x48, 0x58, + 0xcb, 0x57, 0x47, 0xdb, 0x7f, 0xc6, 0x40, 0x7d, 0xb2, 0xe6, 0xdd, 0x28, 0x8a, 0xdd, 0xc7, 0x64, + 0x84, 0x3d, 0xd4, 0xa7, 0x2b, 0x3d, 0x69, 0xc2, 0x3b, 0x52, 0xf3, 0x8a, 0xd8, 0x7c, 0x2b, 0x88, + 0xd4, 0xc3, 0x93, 0x1f, 0x97, 0x9b, 0x05, 0x01, 0x75, 0xe6, 0xd6, 0xd6, 0x2d, 0xb3, 0xd7, 0x0c, + 0x49, 0x05, 0x19, 0xad, 0x25, 0x4e, 0x9c, 0x12, 0x21, 0xc5, 0x72, 0x50, 0x0f, 0xf0, 0xd9, 0x3b, + 0x1a, 0xd9, 0x1e, 0x2f, 0x43, 0xfa, 0x0b, 0xe5, 0x8e, 0x79, 0x02, 0x75, 0x39, 0xe7, 0xb0, 0x62, + 0x76, 0xad, 0xb6, 0xb8, 0x28, 0x3a, 0x16, 0xd1, 0xde, 0x19, 0xb0, 0x29, 0xe0, 0x99, 0x15, 0x9c, + 0xd3, 0x8a, 0x9d, 0x89, 0x0c, 0x37, 0x61, 0xc3, 0xfe, 0xfc, 0x89, 0x50, 0xba, 0xf0, 0xf6, 0x2b, + 0xee, 0x18, 0xe2, 0x76, 0x07, 0xc7, 0xe2, 0x6b, 0xc1, 0xcc, 0x4d, 0xb3, 0x83, 0xec, 0x84, 0x4a, + 0xba, 0x1e, 0x9c, 0x6a, 0xf9, 0x58, 0x02, 0x69, 0xa1, 0xb1, 0xfb, 0x3d, 0xc3, 0xff, 0x32, 0x4b, + 0x1e, 0x43, 0x7d, 0x91, 0xc1, 0x02, 0x04, 0x3d, 0xf3, 0x0e, 0x9d, 0xe9, 0x69, 0x75, 0x60, 0x66, + 0x63, 0xc1, 0x53, 0xdf, 0x4d, 0x65, 0xe4, 0x65, 0xc7, 0x9f, 0x28, 0x18, 0x37, 0xbc, 0xe6, 0x96, + 0x69, 0x11, 0x5a, 0x36, 0x3d, 0xc2, 0x49, 0xc4, 0x31, 0x46, 0x57, 0x5a, 0x95, 0x4c, 0x5b, 0x2d, + 0xd1, 0x99, 0xb3, 0x68, 0xc6, 0x0a, 0x94, 0x50, 0xc2, 0xd3, 0xbb, 0x3d, 0x16, 0x01, 0xdb, 0xef, + 0x51, 0x2d, 0xb2, 0x1f, 0x17, 0xd8, 0xac, 0x6c, 0x0a, 0x79, 0x51, 0x47, 0xb6, 0x07, 0x34, 0x12, + 0x71, 0xc3, 0x8d, 0xf6, 0x2e, 0xde, 0xf5, 0xaa, 0xb8, 0xb1, 0xf6, 0xa8, 0xfd, 0x6c, 0x0e, 0x4f, + 0x4d, 0xdd, 0x6a, 0xb7, 0x5b, 0xa1, 0xb7, 0x6d, 0xee, 0xaf, 0xea, 0x95, 0xfb, 0xbb, 0x02, 0xf6, + 0xae, 0x5f, 0xa2, 0x78, 0x43, 0x60, 0x9a, 0x65, 0x85, 0x62, 0x0f, 0xa2, 0xa8, 0x69, 0xc0, 0x81, + 0xfb, 0xa6, 0x9f, 0x9a, 0xfb, 0x2e, 0x94, 0x68, 0xd2, 0xe9, 0xcc, 0x98, 0xb5, 0xdc, 0xb4, 0x80, + 0x49, 0xfa, 0x54, 0xdd, 0x7c, 0x7d, 0x31, 0xb6, 0xa1, 0x58, 0x27, 0x18, 0x7b, 0x34, 0x56, 0x6d, + 0xeb, 0xca, 0x9d, 0x15, 0x0a, 0xda, 0x29, 0xd8, 0xeb, 0xf5, 0x43, 0x9a, 0xe4, 0x78, 0x8c, 0xa0, + 0x43, 0xe8, 0x6c, 0x08, 0xf5, 0xc0, 0x28, 0x75, 0xf4, 0x08, 0x2f, 0x4a, 0x5e, 0xa5, 0x85, 0x15, + 0x85, 0x08, 0xac, 0xa9, 0x9a, 0xad, 0xe8, 0xc0, 0xeb, 0x6e, 0x36, 0x59, 0xd3, 0xb0, 0x15, 0xa5, + 0xa5, 0xed, 0x54, 0x2c, 0x15, 0xa9, 0x88, 0xb5, 0x52, 0x9f, 0x53, 0xc1, 0x05, 0xdf, 0x0d, 0x5e, + 0x92, 0xd9, 0xb1, 0x96, 0x57, 0x8d, 0x05, 0x6b, 0x73, 0x68, 0xa8, 0xef, 0x35, 0xa3, 0x88, 0xec, + 0x18, 0xed, 0x66, 0x54, 0xbd, 0x16, 0x0f, 0x89, 0x01, 0xbc, 0xb6, 0x57, 0x19, 0x4f, 0x77, 0xf2, + 0xf4, 0x98, 0xc1, 0xbe, 0xb3, 0x98, 0x67, 0xd2, 0xfd, 0xd0, 0xea, 0x79, 0x9a, 0x9d, 0x56, 0xd6, + 0x84, 0xcc, 0x6d, 0x07, 0x6b, 0x23, 0x5d, 0xa4, 0x56, 0xdd, 0x61, 0xc2, 0xa0, 0xff, 0x88, 0x45, + 0x47, 0x1e, 0xb5, 0xd0, 0x69, 0xd0, 0xf1, 0x56, 0xfc, 0x1f, 0xfb, 0x8c, 0x66, 0xe5, 0x86, 0x40, + 0x01, 0xee, 0xdb, 0x3d, 0xf6, 0x62, 0x37, 0x44, 0xbc, 0x47, 0x69, 0xb0, 0x78, 0x2d, 0x14, 0x2e, + 0x3a, 0x0a, 0x5c, 0xba, 0xae, 0x7e, 0x21, 0x2e, 0xf7, 0x39, 0x1d, 0xe9, 0x62, 0xff, 0x14, 0xca, + 0x17, 0x6b, 0xaa, 0x04, 0x3f, 0xa7, 0x0c, 0x80, 0xd6, 0x05, 0x7d, 0xaf, 0x34, 0xe3, 0x56, 0x9a, + 0xe9, 0x9f, 0x66, 0x21, 0x53, 0xfb, 0x31, 0x89, 0xa4, 0x1e, 0xcc, 0xee, 0xf4, 0x20, 0xc7, 0xfa, + 0x81, 0xa9, 0x09, 0x4d, 0x9b, 0x9d, 0xc0, 0xaa, 0x3d, 0xa5, 0x2b, 0x1e, 0x90, 0x19, 0x6a, 0x90, + 0xf1, 0xf4, 0xb3, 0x38, 0xce, 0x44, 0x19, 0xf2, 0xeb, 0x3b, 0xd5, 0x74, 0xff, 0x9d, 0xf2, 0xab, + 0x3d, 0x57, 0xa2, 0xdd, 0x36, 0x83, 0x39, 0xe8, 0xcc, 0x4e, 0x75, 0x6c, 0xe2, 0x3c, 0xfe, 0x39, + 0x98, 0x7f, 0x6e, 0x8f, 0xd9, 0xd2, 0x78, 0x68, 0xa6, 0x0f, 0xd5, 0xc7, 0xe7, 0xf7, 0xe6, 0xaa, + 0xbd, 0x19, 0x31, 0x83, 0x8b, 0xd4, 0x4c, 0x53, 0xb8, 0x73, 0xf4, 0xdb, 0x05, 0x63, 0x8f, 0x57, + 0xa7, 0xf3, 0x5a, 0x5a, 0x36, 0xdd, 0x93, 0x7d, 0xe3, 0xd0, 0xec, 0x5b, 0x0d, 0x5f, 0x16, 0x8d, + 0x40, 0xb5, 0xd6, 0x6b, 0x33, 0x1e, 0x29, 0xc4, 0x4f, 0x35, 0x46, 0x53, 0x7c, 0x4e, 0x79, 0xca, + 0x45, 0xd8, 0xf9, 0xbd, 0xb7, 0x74, 0xe6, 0xd7, 0x6a, 0x92, 0x02, 0x19, 0x25, 0x34, 0x8c, 0xa2, + 0x7d, 0x19, 0x52, 0x68, 0xd4, 0x82, 0x0d, 0x95, 0xde, 0xbb, 0x38, 0x90, 0x44, 0x17, 0xb0, 0xcf, + 0xa0, 0x74, 0x80, 0x6e, 0xd0, 0x8a, 0xd7, 0x56, 0x75, 0xe6, 0xa4, 0x4a, 0x43, 0xee, 0x70, 0xe5, + 0xdb, 0xc7, 0x5c, 0xa7, 0xc6, 0x7e, 0x9b, 0xba, 0xe7, 0x11, 0x45, 0xc6, 0x8a, 0x3e, 0x4d, 0xca, + 0x78, 0x04, 0x85, 0x8a, 0xf0, 0x8c, 0x08, 0x8c, 0xe5, 0xaa, 0x10, 0x21, 0xa7, 0x85, 0xa9, 0xf6, + 0xa8, 0xa1, 0xa4, 0xee, 0x5e, 0xe6, 0x5e, 0x9e, 0x5c, 0x7a, 0x6e, 0x43, 0xb8, 0xeb, 0x3a, 0x53, + 0x60, 0x8a, 0xe5, 0x44, 0xed, 0xac, 0xc3, 0x76, 0xf4, 0x34, 0xa9, 0xd5, 0x1e, 0x40, 0x5f, 0xe1, + 0x7b, 0x1e, 0x19, 0xe9, 0xb4, 0x72, 0xe8, 0xa4, 0x91, 0xd5, 0xc8, 0x59, 0xa5, 0x93, 0xd9, 0x3b, + 0xa0, 0xfc, 0x53, 0xef, 0xd7, 0x6a, 0x08, 0xa1, 0x6d, 0x4b, 0x9e, 0x29, 0x84, 0xe5, 0x6e, 0xcb, + 0xd9, 0x6f, 0xde, 0xb7, 0x7f, 0x87, 0xa5, 0xfb, 0x0d, 0x0f, 0x8f, 0xfe, 0xf7, 0x03, 0x91, 0xa4, + 0xab, 0xb9, 0xff, 0x00, 0x81, 0x33, 0x4e, 0xaa, 0x4c, 0xd8, 0xb8, 0xd7, 0x00, 0x00, 0x00, 0x06, + 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, + 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0e, 0xc4, 0x00, 0x00, 0x0e, 0xc4, 0x01, 0x95, + 0x2b, 0x0e, 0x1b, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xe2, 0x02, 0x12, 0x01, + 0x08, 0x0b, 0x49, 0x41, 0xe5, 0xea, 0x00, 0x00, 0x01, 0xad, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, + 0xdd, 0x95, 0x3f, 0x8b, 0x1a, 0x41, 0x18, 0xc6, 0x7f, 0xb7, 0x88, 0xde, 0xea, 0x22, 0x11, 0x59, + 0x44, 0x59, 0x41, 0x74, 0x1b, 0x05, 0x65, 0x05, 0xc1, 0x66, 0xc1, 0x5e, 0xb0, 0xda, 0xd6, 0x26, + 0x1f, 0x21, 0x6d, 0x3e, 0x45, 0xbe, 0xc3, 0x15, 0x76, 0x56, 0xda, 0x58, 0xda, 0xa9, 0xa0, 0x22, + 0x8a, 0x4a, 0x58, 0xff, 0x83, 0x95, 0x10, 0x59, 0x14, 0xb1, 0xd0, 0x34, 0xb9, 0x84, 0x0b, 0xc8, + 0x85, 0x39, 0xb6, 0xc9, 0x53, 0xce, 0x33, 0xbc, 0x3f, 0xde, 0x99, 0xe7, 0x9d, 0x79, 0xaa, 0x54, + 0x2a, 0x5f, 0x81, 0xcf, 0xb8, 0xa3, 0x17, 0xcf, 0xaf, 0xe2, 0xba, 0x4b, 0x80, 0x2f, 0x12, 0xee, + 0xea, 0x93, 0xe7, 0x91, 0x53, 0xad, 0x56, 0x51, 0x14, 0x85, 0x46, 0xa3, 0xc1, 0x6e, 0xb7, 0x13, + 0x26, 0x3c, 0x04, 0xa8, 0xaa, 0x4a, 0x30, 0x18, 0x44, 0x96, 0xe5, 0x0f, 0xb5, 0xe0, 0xf6, 0x11, + 0xfd, 0x07, 0x00, 0xcf, 0xbf, 0x6e, 0xcc, 0x66, 0xb3, 0x68, 0x9a, 0x86, 0xdf, 0xef, 0xc7, 0x71, + 0x1c, 0xd6, 0xeb, 0x35, 0xf3, 0xf9, 0xfc, 0xe3, 0x00, 0x8f, 0xc7, 0x83, 0x65, 0x59, 0x64, 0x32, + 0x19, 0x24, 0xe9, 0x4f, 0xc3, 0xc5, 0x62, 0x91, 0xf1, 0x78, 0x4c, 0xb3, 0xd9, 0xe4, 0x7a, 0xbd, + 0x8a, 0x03, 0x4a, 0xa5, 0x12, 0xa1, 0x50, 0x88, 0xc9, 0x64, 0xc2, 0x7e, 0xbf, 0xe7, 0x76, 0xbb, + 0x11, 0x8f, 0xc7, 0xd1, 0x75, 0x9d, 0x5c, 0x2e, 0xc7, 0xf3, 0xf3, 0x33, 0xb5, 0x5a, 0x4d, 0x1c, + 0x10, 0x0e, 0x87, 0x69, 0xb5, 0x5a, 0xf4, 0x7a, 0xbd, 0xdf, 0x6b, 0x9d, 0x4e, 0x87, 0x74, 0x3a, + 0x8d, 0x65, 0x59, 0xe8, 0xba, 0x4e, 0x3e, 0x9f, 0x67, 0x30, 0x18, 0x88, 0x5d, 0xb2, 0x6d, 0xdb, + 0x6f, 0x8a, 0xbf, 0x6a, 0x3a, 0x9d, 0x62, 0xdb, 0x36, 0x92, 0x24, 0x61, 0x18, 0x86, 0x78, 0x8a, + 0xb6, 0xdb, 0xed, 0xbb, 0x5e, 0x24, 0x12, 0x11, 0x07, 0x38, 0x8e, 0xf3, 0xd0, 0x3b, 0x9d, 0x4e, + 0x00, 0xf8, 0x7c, 0x3e, 0x71, 0xc0, 0xfd, 0x7e, 0x77, 0x77, 0xd0, 0x82, 0xc1, 0xe0, 0x43, 0x2f, + 0x10, 0x08, 0x00, 0x70, 0xb9, 0x5c, 0xc4, 0x01, 0xd1, 0x68, 0xf4, 0xa1, 0x17, 0x8b, 0xc5, 0x00, + 0x38, 0x1c, 0x0e, 0xe2, 0x80, 0xd7, 0xbc, 0xff, 0xad, 0x44, 0x22, 0x41, 0x2a, 0x95, 0xe2, 0x76, + 0xbb, 0x31, 0x1a, 0x8d, 0xc4, 0xe7, 0xe0, 0x7c, 0x3e, 0x53, 0x2e, 0x97, 0x51, 0x55, 0x95, 0xd5, + 0x6a, 0x05, 0x40, 0x32, 0x99, 0xc4, 0x30, 0x0c, 0xbc, 0x5e, 0x2f, 0xb6, 0x6d, 0xd3, 0xed, 0x76, + 0xc5, 0x01, 0xed, 0x76, 0x9b, 0x42, 0xa1, 0x80, 0x69, 0x9a, 0x98, 0xa6, 0xf9, 0xc6, 0x5b, 0x2c, + 0x16, 0xd4, 0xeb, 0x75, 0xb1, 0xb7, 0xa8, 0xdf, 0xef, 0x23, 0xcb, 0x32, 0x9b, 0xcd, 0x86, 0xe1, + 0x70, 0x88, 0x61, 0x18, 0x68, 0x9a, 0x86, 0xa2, 0x28, 0x1c, 0x8f, 0x47, 0x96, 0xcb, 0x25, 0xb3, + 0xd9, 0xec, 0xdd, 0x14, 0x3d, 0x55, 0x2a, 0x95, 0xef, 0x2e, 0x7e, 0xfa, 0x67, 0x09, 0x78, 0x01, + 0x7e, 0xb8, 0x51, 0x1c, 0xf8, 0xf6, 0x13, 0x56, 0x82, 0x88, 0x4b, 0xd5, 0xe5, 0x5a, 0x36, 0x00, + 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; #endif diff --git a/cinelerra-5.1/guicast/images/file_size_semi_dn.png b/cinelerra-5.1/guicast/images/file_size_semi_dn.png index c5fce843e4b44d8a774387f2b123773e0fcc940b..3f75936e8c030cd28ba49c791d439863660d37bd 100644 GIT binary patch delta 4033 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 delta 4780 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 UufOUW0RR9107*qoM6N<$f{qft-2eap diff --git a/cinelerra-5.1/guicast/images/file_size_semi_hi_png.h b/cinelerra-5.1/guicast/images/file_size_semi_hi_png.h index 33f4f56e..d6d88990 100644 --- a/cinelerra-5.1/guicast/images/file_size_semi_hi_png.h +++ b/cinelerra-5.1/guicast/images/file_size_semi_hi_png.h @@ -3,319 +3,278 @@ static unsigned char file_size_semi_hi_png[] = { - 0x00, 0x00, 0x13, 0x75, + 0x00, 0x00, 0x10, 0xe3, 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x17, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x2a, 0xd4, - 0xa0, 0x00, 0x00, 0x11, 0x08, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, + 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, + 0xf8, 0x00, 0x00, 0x0e, 0x59, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x74, 0x79, 0x70, 0x65, 0x20, 0x65, 0x78, 0x69, 0x66, 0x00, 0x00, - 0x78, 0xda, 0xad, 0x9a, 0x69, 0x76, 0xdc, 0x3a, 0x90, 0xac, 0xff, 0x63, 0x15, 0xbd, 0x04, 0xcc, - 0xc3, 0x72, 0x30, 0x9e, 0xd3, 0x3b, 0x78, 0xcb, 0xef, 0x2f, 0xc0, 0x2a, 0x59, 0xb6, 0xe5, 0xe1, - 0xfa, 0x3c, 0x95, 0x54, 0x94, 0x48, 0x10, 0x4c, 0xe4, 0x10, 0x19, 0x81, 0x92, 0xd9, 0xff, 0xef, - 0x7f, 0x8f, 0xf9, 0x1f, 0xbe, 0x92, 0x0b, 0xd9, 0xc4, 0x54, 0x6a, 0x6e, 0x39, 0x5b, 0xbe, 0x62, - 0x8b, 0xcd, 0x77, 0x7e, 0xa9, 0xf6, 0xdb, 0xd7, 0x7e, 0x1d, 0x9f, 0x73, 0xce, 0xc6, 0xfb, 0xfe, - 0xfe, 0x72, 0xaf, 0x77, 0x67, 0xbe, 0xbc, 0xe0, 0x39, 0x06, 0x8e, 0xe1, 0x39, 0x59, 0xe2, 0xeb, - 0x6a, 0x78, 0x9d, 0x7f, 0x8f, 0xcf, 0x1f, 0x47, 0x26, 0xfa, 0xe2, 0x82, 0x4b, 0x3f, 0xdc, 0x10, - 0x3e, 0x1e, 0xe3, 0x3f, 0x3f, 0xb8, 0xf4, 0xd7, 0x79, 0x6f, 0xfd, 0x77, 0x16, 0xd5, 0xe3, 0x82, - 0xfd, 0xfc, 0x55, 0xbf, 0xfd, 0x9c, 0xb3, 0xea, 0x39, 0xfb, 0x59, 0x5d, 0x8f, 0x19, 0x37, 0xe4, - 0x67, 0x51, 0xcf, 0x23, 0xcc, 0x7b, 0x1a, 0x06, 0x0e, 0xbc, 0x14, 0xee, 0x6d, 0x99, 0x57, 0xe1, - 0x27, 0xf1, 0x7b, 0xb9, 0xaf, 0xc6, 0xab, 0xda, 0x6e, 0xa7, 0x8b, 0x76, 0xd9, 0x69, 0x07, 0xaf, - 0xe9, 0x9a, 0xf3, 0x3c, 0xfa, 0xb8, 0xe8, 0x96, 0x71, 0xdd, 0x1d, 0xb7, 0xdd, 0xe2, 0x38, 0xdd, - 0xc4, 0xc6, 0xe8, 0xb7, 0x2f, 0x1c, 0xbd, 0x9f, 0x3e, 0xdc, 0x73, 0x35, 0x14, 0xdf, 0xfc, 0x0c, - 0x36, 0xb8, 0x10, 0xf5, 0x72, 0xc7, 0x97, 0xd0, 0xc2, 0x0a, 0x35, 0xf8, 0x30, 0xfd, 0x0e, 0x21, - 0x44, 0x13, 0xfc, 0x87, 0x2d, 0xee, 0x3e, 0xb7, 0xdd, 0xe7, 0x4d, 0x57, 0x79, 0xf2, 0x72, 0x0c, - 0xf5, 0x8e, 0xc9, 0x1c, 0xb7, 0xfc, 0xf6, 0x65, 0xfe, 0x34, 0xe0, 0x6f, 0x5e, 0xe7, 0x4c, 0x8b, - 0x8f, 0x9c, 0x63, 0xf5, 0xee, 0xe5, 0x2b, 0xec, 0xf2, 0x5e, 0x71, 0x70, 0x72, 0x63, 0xd0, 0x3b, - 0xc3, 0x08, 0x88, 0x3b, 0xaf, 0xb8, 0xa5, 0xeb, 0xe0, 0xf7, 0xeb, 0xe3, 0xcb, 0x7c, 0x0a, 0x6c, - 0x20, 0x82, 0xe9, 0xba, 0xb9, 0xb2, 0xc0, 0x6e, 0xc7, 0x33, 0xc5, 0x48, 0xee, 0x5b, 0x6e, 0x85, - 0x9b, 0x00, 0x81, 0x71, 0x89, 0xe3, 0x93, 0x5f, 0xae, 0x2c, 0x45, 0xcd, 0xdf, 0x2c, 0x89, 0x3c, - 0x3b, 0x61, 0x8c, 0x0b, 0x84, 0xc0, 0x66, 0x17, 0x92, 0xcb, 0xce, 0x16, 0xef, 0x8b, 0x73, 0x31, - 0xf8, 0x4a, 0x80, 0x3a, 0x96, 0xfb, 0x10, 0xfd, 0x20, 0x02, 0x2e, 0x25, 0xbf, 0x30, 0xd2, 0xc7, - 0x10, 0x32, 0xb1, 0xa9, 0xe4, 0x11, 0xcf, 0xe6, 0x9e, 0xe2, 0xee, 0x58, 0x9f, 0xfc, 0x73, 0x9e, - 0x52, 0x21, 0x3e, 0x29, 0xe4, 0x50, 0x88, 0x4d, 0x0b, 0x9d, 0x60, 0xc5, 0x98, 0xc8, 0x9f, 0x12, - 0x2b, 0x39, 0xd4, 0x53, 0x48, 0x31, 0xa5, 0x94, 0x53, 0x49, 0x35, 0xb5, 0xd4, 0x4d, 0x0e, 0x39, - 0xe6, 0x94, 0x73, 0x2e, 0x59, 0x35, 0xd7, 0x4b, 0x28, 0xb1, 0xa4, 0x92, 0x4b, 0x29, 0xb5, 0xb4, - 0xd2, 0x6b, 0xa8, 0xb1, 0xa6, 0x9a, 0x6b, 0xa9, 0xb5, 0xb6, 0xda, 0x9b, 0x6f, 0x81, 0x92, 0x4c, - 0x2d, 0xb7, 0xd2, 0x6a, 0x6b, 0xad, 0x77, 0x9e, 0xd9, 0xa3, 0xe9, 0xa9, 0x73, 0x77, 0x67, 0x44, - 0xef, 0xc3, 0x8f, 0x30, 0xe2, 0x48, 0x23, 0x8f, 0x32, 0xea, 0x68, 0xa3, 0x4f, 0xd2, 0x67, 0xc6, - 0x99, 0x66, 0x9e, 0x65, 0xd6, 0xd9, 0x66, 0x5f, 0x7e, 0x85, 0x15, 0x57, 0x5a, 0x79, 0x95, 0x55, - 0x57, 0x5b, 0x7d, 0xbb, 0x4d, 0x2a, 0x99, 0x1d, 0x77, 0xda, 0x79, 0x97, 0x5d, 0x77, 0xdb, 0xfd, - 0x90, 0x6b, 0x27, 0x9c, 0x78, 0xd2, 0xc9, 0xa7, 0x9c, 0x7a, 0xda, 0xe9, 0x1f, 0x51, 0x7b, 0x45, - 0xf5, 0xa7, 0xd7, 0x7f, 0x88, 0x9a, 0x7b, 0x45, 0xcd, 0xdf, 0x48, 0x69, 0x5c, 0xf9, 0x88, 0x1a, - 0x67, 0x4b, 0xd1, 0x44, 0x77, 0x0a, 0x27, 0x9c, 0x49, 0x8a, 0x19, 0x11, 0xf3, 0xd1, 0x11, 0xf1, - 0xa2, 0x08, 0x90, 0xd0, 0x5e, 0x31, 0xb3, 0xd5, 0xc5, 0xe8, 0x15, 0x39, 0xc5, 0xcc, 0x36, 0x4f, - 0x55, 0x24, 0x8f, 0x91, 0x49, 0xb1, 0x59, 0xce, 0x76, 0xe3, 0x32, 0x21, 0x8c, 0xdb, 0xf9, 0x74, - 0xdc, 0x47, 0xec, 0xbe, 0x45, 0xee, 0xaf, 0xe3, 0x66, 0xf0, 0xf5, 0x9f, 0xe2, 0xe6, 0xff, 0x26, - 0x72, 0x46, 0xa1, 0xfb, 0xff, 0x10, 0x39, 0x6f, 0x76, 0xf8, 0x21, 0x6e, 0x5f, 0x44, 0x6d, 0x09, - 0x09, 0xe7, 0x8d, 0xd8, 0x53, 0x85, 0xf2, 0xa9, 0x0d, 0x54, 0x1f, 0x5e, 0x62, 0xc9, 0x2b, 0xd7, - 0x69, 0x98, 0x35, 0xe3, 0x96, 0x98, 0xc6, 0x26, 0xc3, 0xeb, 0xf1, 0x93, 0xb9, 0xfa, 0xa0, 0x3a, - 0x46, 0x8d, 0x94, 0xef, 0x04, 0x8f, 0x99, 0x58, 0xa8, 0x3a, 0x63, 0xf7, 0xa3, 0xef, 0x3a, 0xa6, - 0x5f, 0x39, 0xf8, 0xd8, 0x5d, 0x9c, 0x03, 0xb7, 0x86, 0x5d, 0xe7, 0x30, 0x67, 0xe3, 0xf9, 0xc2, - 0xbb, 0xdd, 0x2b, 0x80, 0xa5, 0x65, 0xa4, 0x55, 0xce, 0x3a, 0x91, 0xe0, 0xeb, 0xde, 0x05, 0x34, - 0x53, 0x6e, 0xa9, 0x14, 0x60, 0xc0, 0xd6, 0xbc, 0xdb, 0x3a, 0x27, 0xb0, 0x98, 0x71, 0xf6, 0xe9, - 0x89, 0x3b, 0x3c, 0x8f, 0x3f, 0xd5, 0x44, 0x5c, 0xbb, 0xcf, 0x69, 0x7b, 0x95, 0xa4, 0x5b, 0xcb, - 0x02, 0x5e, 0x38, 0x02, 0x86, 0xd6, 0xcd, 0xb0, 0x5c, 0x5a, 0xb3, 0x1c, 0x90, 0x6d, 0xf4, 0xc2, - 0xf1, 0xe4, 0xc1, 0x5a, 0xc7, 0x6e, 0x85, 0x9b, 0x5b, 0x0f, 0xb2, 0x60, 0xad, 0x30, 0x8e, 0xf9, - 0xce, 0x84, 0xc7, 0x00, 0x7b, 0xde, 0x06, 0xd8, 0xb7, 0x09, 0x78, 0xe4, 0x93, 0x11, 0x34, 0xbb, - 0x6b, 0x06, 0x97, 0x5f, 0x76, 0x90, 0x90, 0x2f, 0x53, 0xae, 0x21, 0x38, 0xef, 0xb7, 0x86, 0x90, - 0xe5, 0xd7, 0x14, 0x26, 0xf8, 0x6c, 0xcc, 0xb5, 0xc5, 0xfc, 0xe8, 0x8f, 0x6f, 0xe6, 0xfc, 0xda, - 0x1f, 0x5f, 0xb9, 0xc3, 0xfc, 0x8b, 0x3f, 0xbe, 0x72, 0x87, 0xf9, 0x17, 0x7f, 0x7c, 0xe5, 0x0e, - 0xf3, 0x2f, 0xfe, 0xf8, 0xca, 0x1d, 0xe6, 0x5f, 0xfc, 0xf1, 0x95, 0x3b, 0xcc, 0xbf, 0xf8, 0xe3, - 0x2b, 0x77, 0x98, 0x7f, 0xf1, 0xc7, 0x57, 0xee, 0x30, 0xff, 0xe2, 0x8f, 0xaf, 0xdc, 0x61, 0xde, - 0xfe, 0xe8, 0x60, 0x07, 0x65, 0x37, 0x5c, 0x04, 0x65, 0x6b, 0xcb, 0x9b, 0x66, 0xb8, 0x52, 0xd3, - 0x53, 0xab, 0x0d, 0xcd, 0x3a, 0x41, 0x4b, 0xe9, 0x33, 0xd7, 0x95, 0x4f, 0x2f, 0xab, 0xfb, 0x38, - 0x5c, 0x98, 0x7d, 0xce, 0x1c, 0xed, 0xa8, 0xc5, 0x78, 0x5b, 0x29, 0xf0, 0x46, 0x81, 0xe7, 0x0e, - 0xe6, 0x24, 0x82, 0x8f, 0xbb, 0xf6, 0xb1, 0x23, 0xc6, 0xe3, 0x73, 0x6b, 0x9e, 0x66, 0x38, 0xeb, - 0x09, 0xf5, 0x5c, 0x9b, 0x81, 0xc0, 0x01, 0x5a, 0xec, 0x75, 0xa6, 0xc3, 0x1e, 0x6e, 0xe7, 0x61, - 0x7b, 0x0c, 0xd3, 0x80, 0x1b, 0x9b, 0x32, 0x4f, 0x4d, 0x9d, 0x4e, 0x1a, 0x53, 0x03, 0xf9, 0x1a, - 0x68, 0x5e, 0xc6, 0x4a, 0x63, 0xba, 0x6e, 0x4b, 0xea, 0x85, 0xf9, 0x41, 0x00, 0xbe, 0x7f, 0x79, - 0x34, 0x7f, 0x1a, 0xf0, 0xc7, 0xa3, 0x4f, 0x29, 0xb6, 0xee, 0x0c, 0x66, 0x82, 0xd7, 0xb2, 0x3e, - 0xec, 0x93, 0xc4, 0xa8, 0xe4, 0x12, 0x48, 0xa0, 0x5f, 0xac, 0x7f, 0xf5, 0x02, 0xc3, 0xf3, 0x78, - 0x8a, 0xa6, 0x44, 0x9c, 0x3a, 0x8b, 0x02, 0x02, 0x67, 0x09, 0xd7, 0xfd, 0x80, 0xe9, 0x92, 0xef, - 0x13, 0x50, 0x8b, 0xff, 0x2b, 0x11, 0xc0, 0xe1, 0xa3, 0xd7, 0xb3, 0x23, 0x1e, 0xe8, 0x42, 0x43, - 0xee, 0xd8, 0x61, 0xba, 0x1b, 0xaf, 0x0f, 0x47, 0x34, 0xfd, 0x25, 0x4f, 0xe0, 0xdd, 0xef, 0xae, - 0x97, 0x66, 0x34, 0x60, 0xdb, 0x9b, 0x43, 0xd5, 0x0f, 0x92, 0x84, 0x14, 0xb9, 0x56, 0x5b, 0xfb, - 0xe7, 0x63, 0xc2, 0xa7, 0x44, 0x45, 0xf0, 0x6f, 0xa2, 0xc5, 0xe0, 0x95, 0x6a, 0x25, 0x01, 0x5b, - 0xcf, 0xe4, 0x51, 0xc5, 0xdb, 0x36, 0x84, 0xc1, 0xc0, 0x06, 0xab, 0xe1, 0x67, 0x37, 0x1e, 0x10, - 0x77, 0x05, 0xaf, 0x5f, 0xa0, 0x1c, 0xc3, 0xcd, 0xb2, 0x9b, 0x83, 0xe4, 0x19, 0xe1, 0x33, 0x37, - 0xd1, 0x62, 0x6d, 0xdb, 0xd6, 0x15, 0x1b, 0x23, 0x94, 0xcb, 0xc1, 0x92, 0x87, 0x23, 0xbf, 0x73, - 0x1d, 0xa7, 0x75, 0xe1, 0x7e, 0x2a, 0xc7, 0xc6, 0xdc, 0x63, 0xed, 0xa9, 0x92, 0xcc, 0xad, 0xba, - 0xb3, 0xd7, 0x20, 0x2b, 0xa0, 0x53, 0xf2, 0x11, 0x89, 0xbe, 0x7a, 0x7d, 0x0a, 0x2e, 0xbd, 0xf2, - 0x7c, 0xbc, 0xf2, 0x9c, 0x99, 0xd4, 0xf0, 0x46, 0xf3, 0x9c, 0x83, 0x31, 0x05, 0xb5, 0xb8, 0xe5, - 0x1a, 0x3d, 0xd5, 0xf7, 0x62, 0xe3, 0x86, 0x43, 0x1e, 0x32, 0xd8, 0x9b, 0x5c, 0x45, 0x8c, 0xf3, - 0xf6, 0xdc, 0xb1, 0x88, 0x98, 0xf7, 0xdd, 0x57, 0xbe, 0xad, 0xfd, 0xc3, 0x31, 0xf8, 0x32, 0x21, - 0xca, 0xe2, 0xd6, 0xbc, 0x03, 0xb5, 0xc9, 0x9d, 0x59, 0x17, 0x7d, 0x3a, 0x2d, 0x4f, 0x4b, 0x66, - 0xf1, 0x50, 0x67, 0xa2, 0xdb, 0x37, 0x65, 0xa7, 0x1c, 0xce, 0x5b, 0x6b, 0x3b, 0x3f, 0x44, 0xe9, - 0xfb, 0x20, 0xa5, 0x49, 0xf5, 0x53, 0x82, 0xdb, 0x5e, 0x28, 0xc0, 0xc7, 0x93, 0x91, 0xe9, 0xe0, - 0xa2, 0x03, 0x25, 0xd1, 0xc2, 0x6a, 0xd7, 0xf3, 0xf9, 0xcd, 0xff, 0xfe, 0x68, 0xec, 0x28, 0x99, - 0xe7, 0xd3, 0xcd, 0x8f, 0xe5, 0x21, 0xa9, 0xb7, 0x7c, 0x91, 0x86, 0xce, 0x2c, 0x6f, 0x63, 0x57, - 0x3b, 0x73, 0x26, 0x02, 0x64, 0x85, 0x17, 0x63, 0x8b, 0x54, 0xdf, 0x74, 0xcc, 0x99, 0xb2, 0xf7, - 0x58, 0x40, 0xd7, 0xcf, 0xfe, 0x82, 0x7f, 0x01, 0x5a, 0x02, 0x93, 0x97, 0x9b, 0xe0, 0x24, 0x2b, - 0xf9, 0x70, 0xe4, 0x07, 0x5f, 0xe3, 0x35, 0x1e, 0x96, 0xd1, 0x1b, 0xcd, 0x7d, 0x91, 0x3e, 0x6e, - 0x83, 0x2d, 0x2a, 0x57, 0x67, 0x9f, 0x04, 0xe5, 0x59, 0x54, 0xb0, 0x99, 0x8b, 0xfa, 0xb8, 0xe0, - 0x39, 0x47, 0x38, 0xcc, 0x48, 0x90, 0xa9, 0x8b, 0x25, 0x17, 0x30, 0x4b, 0x21, 0xe7, 0x43, 0xdf, - 0x31, 0xcc, 0xcc, 0x5d, 0x70, 0xc5, 0x6b, 0x8b, 0x9a, 0x7b, 0xbe, 0x2b, 0x4f, 0xef, 0x15, 0x9a, - 0x3f, 0x2c, 0xdd, 0xce, 0x76, 0x60, 0x6f, 0x3c, 0xa1, 0xc6, 0x0b, 0x23, 0x69, 0x71, 0xf4, 0x21, - 0xcd, 0xb5, 0x4a, 0x6c, 0x04, 0xfb, 0x55, 0x62, 0xe6, 0x53, 0x8d, 0x8d, 0x9b, 0x35, 0x94, 0x14, - 0x57, 0x6e, 0x32, 0xce, 0xca, 0x3a, 0xf0, 0xd3, 0xa9, 0x8a, 0xa2, 0xed, 0x0b, 0x7c, 0x14, 0xc4, - 0x22, 0x97, 0xb8, 0xc3, 0x1e, 0xe9, 0xa1, 0x32, 0xdd, 0x05, 0x22, 0xa3, 0xbc, 0xed, 0x7f, 0x9d, - 0x3b, 0x7d, 0x1e, 0xa8, 0x26, 0x16, 0x12, 0xa2, 0x12, 0x66, 0x79, 0x00, 0x7a, 0x84, 0x54, 0x0c, - 0xb1, 0x16, 0xef, 0x29, 0x75, 0xe2, 0x92, 0xb5, 0x49, 0xaa, 0x3d, 0x84, 0xff, 0xb8, 0xbd, 0x39, - 0xea, 0x64, 0x94, 0x36, 0x73, 0x99, 0x63, 0x82, 0xd3, 0xc2, 0x99, 0xc4, 0xd3, 0x67, 0x8c, 0x0b, - 0xa7, 0x59, 0x74, 0x5c, 0xaa, 0x64, 0x48, 0x81, 0x69, 0xa1, 0x69, 0x73, 0xfe, 0xd1, 0x2d, 0xa7, - 0x79, 0x9b, 0x82, 0x1f, 0x6d, 0xb6, 0x9d, 0x48, 0x56, 0x37, 0x76, 0xe8, 0x75, 0xe2, 0x9c, 0x0c, - 0xbe, 0x04, 0xae, 0x37, 0x9a, 0xc2, 0x06, 0x54, 0x17, 0x54, 0xb0, 0x04, 0xdb, 0x67, 0x37, 0x84, - 0xf6, 0xa0, 0xf5, 0xa2, 0x92, 0xf2, 0xde, 0x01, 0xd4, 0xc2, 0x70, 0x87, 0xcd, 0x70, 0x46, 0x72, - 0x79, 0x4e, 0x48, 0xfc, 0xde, 0x6a, 0x20, 0xfe, 0x77, 0x60, 0x69, 0x3e, 0x9f, 0xc8, 0xf1, 0x7c, - 0xaa, 0x91, 0x9b, 0x21, 0xef, 0x2a, 0x19, 0x3d, 0xfe, 0x32, 0x7a, 0x3c, 0x23, 0x1c, 0xf3, 0xab, - 0x28, 0x7c, 0x07, 0x82, 0x9f, 0x8b, 0xeb, 0x17, 0xf8, 0x67, 0x7e, 0x09, 0x80, 0x0c, 0x3d, 0x15, - 0x04, 0x82, 0xf2, 0xde, 0xec, 0x96, 0x94, 0x54, 0x78, 0xa0, 0xf0, 0x4c, 0xed, 0xf0, 0x87, 0x1e, - 0x1b, 0x13, 0x08, 0x97, 0xf8, 0x36, 0xf9, 0x84, 0xb9, 0x6c, 0xde, 0x50, 0xd9, 0x84, 0x32, 0xc0, - 0x2d, 0x61, 0xb8, 0x5a, 0xe7, 0x4a, 0x14, 0xd2, 0xd8, 0x63, 0x12, 0xe9, 0x74, 0x6b, 0xbe, 0xa7, - 0x29, 0x64, 0xbf, 0x73, 0x23, 0xcd, 0x95, 0xd8, 0x64, 0x15, 0x80, 0xd7, 0xfc, 0x19, 0xd9, 0xa8, - 0x29, 0x4f, 0xca, 0x72, 0xa9, 0xbf, 0xb7, 0x3e, 0x82, 0x5d, 0x73, 0xa1, 0xb1, 0xab, 0x03, 0xc3, - 0x70, 0x0c, 0xc4, 0xe2, 0xa6, 0x9a, 0xa8, 0x71, 0xa3, 0x31, 0xe0, 0x2f, 0x8b, 0x94, 0x00, 0x52, - 0x93, 0x60, 0xf4, 0x84, 0x44, 0x57, 0x59, 0x4d, 0x79, 0x44, 0x4f, 0x09, 0x41, 0xe7, 0xc8, 0x03, - 0xeb, 0xb7, 0x9e, 0x3b, 0xcb, 0x52, 0xb5, 0x41, 0xd7, 0x31, 0x7a, 0xf6, 0x52, 0x07, 0xdd, 0x5d, - 0x17, 0xb4, 0x44, 0x7c, 0x4d, 0xd1, 0x27, 0x3f, 0x38, 0x49, 0x07, 0x2d, 0xe3, 0x06, 0xc6, 0xbc, - 0x0c, 0x76, 0xe3, 0x6d, 0x70, 0x77, 0x38, 0x16, 0xd2, 0x81, 0x43, 0xe6, 0x06, 0x52, 0x5b, 0x70, - 0xa4, 0xe4, 0x41, 0xe7, 0xe0, 0x17, 0x22, 0x04, 0xa2, 0x7c, 0x95, 0xf6, 0xe6, 0xd7, 0x18, 0x4a, - 0x5a, 0x5c, 0x14, 0xa5, 0x4f, 0xfc, 0x12, 0x46, 0xbf, 0xa5, 0x88, 0xf9, 0x86, 0xa4, 0x44, 0xde, - 0x3b, 0x9f, 0xe7, 0xf2, 0x39, 0x39, 0xba, 0xc4, 0x3e, 0xf3, 0x09, 0x36, 0xd4, 0x82, 0x60, 0x49, - 0x22, 0xb4, 0x1c, 0xe2, 0x62, 0xf5, 0x64, 0x8a, 0x07, 0xf0, 0x20, 0x16, 0x82, 0x7f, 0x82, 0x7b, - 0x4b, 0x04, 0x8a, 0xd0, 0x0a, 0x79, 0xee, 0xea, 0x41, 0x96, 0x1c, 0x3a, 0x4f, 0xa3, 0x3b, 0x47, - 0x47, 0x79, 0xc1, 0xbf, 0x82, 0xdc, 0x5d, 0xd3, 0x05, 0xb8, 0x7c, 0x6d, 0x29, 0xe3, 0x49, 0x49, - 0xd4, 0x3e, 0x81, 0x6b, 0x14, 0x18, 0x6c, 0xa6, 0x1b, 0x2f, 0x2c, 0x9b, 0xf1, 0x19, 0xee, 0xab, - 0xb4, 0xe1, 0x72, 0x2b, 0x62, 0x7b, 0x14, 0x34, 0xfa, 0x36, 0x06, 0x71, 0x1d, 0x93, 0x88, 0x74, - 0x92, 0x17, 0x79, 0x25, 0xe2, 0x00, 0x54, 0x66, 0xaa, 0xea, 0x7c, 0xab, 0x0b, 0x12, 0x12, 0x2d, - 0x94, 0xd7, 0x26, 0x0c, 0x33, 0xd0, 0x06, 0x22, 0xb5, 0x35, 0xa9, 0x79, 0x65, 0x13, 0xea, 0x91, - 0xde, 0x60, 0x33, 0xd4, 0x41, 0xbe, 0xbb, 0x76, 0x5c, 0xad, 0x29, 0xdf, 0x14, 0x1e, 0x0e, 0x42, - 0x5c, 0x1f, 0xe6, 0xde, 0x4c, 0x0b, 0x33, 0xb5, 0x81, 0xb0, 0x3d, 0xab, 0x0e, 0x16, 0x7d, 0x7a, - 0x1e, 0xaf, 0x8b, 0x3b, 0x77, 0x81, 0xc1, 0x6e, 0xe9, 0x68, 0x0c, 0x2b, 0xd1, 0x18, 0xd7, 0x3e, - 0x8f, 0xb9, 0x3d, 0x5c, 0x53, 0x9b, 0x9f, 0xe6, 0x9e, 0xf6, 0xc2, 0x3e, 0x29, 0x5a, 0xca, 0xce, - 0xf3, 0xf8, 0x48, 0x8b, 0x75, 0x83, 0x29, 0x64, 0x5f, 0x80, 0x24, 0xba, 0x02, 0xf8, 0xd7, 0x1d, - 0x1c, 0xde, 0xf9, 0x28, 0x2a, 0xf3, 0x43, 0x95, 0xb5, 0xe6, 0xf6, 0x88, 0x99, 0xde, 0x06, 0xfb, - 0x03, 0xe4, 0xaa, 0x75, 0xf2, 0x26, 0xa7, 0xe9, 0x31, 0x84, 0x8e, 0xd4, 0xa2, 0xa4, 0xea, 0xd3, - 0xd8, 0xc7, 0x4d, 0xac, 0x00, 0xf9, 0x48, 0x58, 0x54, 0x34, 0x31, 0x39, 0x6c, 0x1f, 0xea, 0xf4, - 0xc4, 0xe7, 0x06, 0x0a, 0xdd, 0xe8, 0x2e, 0x44, 0xf0, 0xd7, 0x11, 0x83, 0x56, 0x29, 0xd3, 0x4f, - 0xc0, 0x89, 0x36, 0x6e, 0xdc, 0xc9, 0xe1, 0x37, 0xde, 0x9b, 0x25, 0x3f, 0x0f, 0x48, 0x72, 0x84, - 0x7f, 0x26, 0x7c, 0x92, 0x5a, 0x82, 0x9b, 0xc2, 0x47, 0x62, 0x76, 0xbb, 0x32, 0x66, 0x9f, 0xe0, - 0x34, 0xd9, 0xf3, 0xfc, 0x8c, 0x0c, 0xa5, 0xfa, 0xd6, 0x93, 0xb0, 0xf9, 0x3c, 0xd8, 0x64, 0xe9, - 0x22, 0xb0, 0xd6, 0x5a, 0xc4, 0x7c, 0x43, 0xf3, 0xda, 0xca, 0x51, 0x64, 0x06, 0xc5, 0xb2, 0xa3, - 0x22, 0x95, 0xbc, 0xe6, 0x80, 0x78, 0xf4, 0x5e, 0xa9, 0x64, 0x78, 0x72, 0x6e, 0x6b, 0xcb, 0xd7, - 0x65, 0x9c, 0x48, 0x28, 0x16, 0x86, 0xa3, 0xc6, 0x8f, 0xa1, 0xc5, 0xc3, 0x56, 0x4e, 0x99, 0x67, - 0xf9, 0xe1, 0x05, 0x7c, 0xd3, 0x02, 0xeb, 0x4a, 0xe9, 0x16, 0x13, 0x95, 0xea, 0x1b, 0x81, 0x40, - 0x78, 0x6b, 0x5d, 0xa3, 0x25, 0x10, 0xe9, 0x69, 0x92, 0xe7, 0xe9, 0xb3, 0x0d, 0x4b, 0xf1, 0x7c, - 0xa5, 0x68, 0x21, 0x4b, 0x54, 0xf2, 0xe7, 0x93, 0x57, 0x65, 0x5c, 0x06, 0xb1, 0xc2, 0xde, 0xca, - 0xcd, 0xdd, 0x69, 0x78, 0x24, 0x23, 0xb8, 0x75, 0x3b, 0x5e, 0x5f, 0xa0, 0x1d, 0x1d, 0x5c, 0x75, - 0xe3, 0x6f, 0x20, 0xc1, 0x6c, 0x95, 0xe9, 0x5d, 0x50, 0xa0, 0x1e, 0x2e, 0xcf, 0x2f, 0x04, 0x6a, - 0xaa, 0x77, 0x25, 0xe9, 0x8d, 0x73, 0xdd, 0x3f, 0x01, 0x43, 0x52, 0x0e, 0x13, 0xe1, 0x1c, 0x2b, - 0x17, 0x2c, 0xd6, 0xca, 0x19, 0x39, 0x96, 0x14, 0x83, 0x01, 0x6b, 0x12, 0x08, 0x97, 0xce, 0xa2, - 0x91, 0xd2, 0x32, 0x3c, 0xb0, 0xb4, 0x76, 0x44, 0x0e, 0x14, 0x7a, 0x20, 0x5a, 0xc1, 0x26, 0x98, - 0x00, 0x65, 0x16, 0xc8, 0x42, 0xb2, 0xbe, 0x6b, 0x93, 0x22, 0xba, 0x0c, 0x9f, 0x23, 0x4c, 0x2c, - 0xe1, 0x52, 0x00, 0xbf, 0x4d, 0xed, 0x97, 0x4b, 0x56, 0x7c, 0xc6, 0x37, 0x69, 0xe0, 0x9f, 0x66, - 0xdd, 0x45, 0x57, 0xa2, 0xa4, 0x88, 0x2f, 0x5d, 0x44, 0xfb, 0x08, 0xfe, 0x21, 0xd5, 0xe0, 0xb5, - 0x40, 0x36, 0xd0, 0x9d, 0xc7, 0x52, 0xd7, 0x70, 0x8e, 0xea, 0x0c, 0xf4, 0xfe, 0x22, 0x72, 0xe5, - 0xfd, 0xc3, 0x1a, 0x6f, 0xd8, 0xc0, 0x51, 0x25, 0x7a, 0xd8, 0xb7, 0xaa, 0x9a, 0xe3, 0x30, 0x85, - 0xb7, 0x73, 0x52, 0x33, 0x1b, 0x7a, 0x2a, 0x2a, 0xd5, 0x32, 0x9c, 0x12, 0x00, 0xa3, 0x18, 0x6d, - 0x70, 0xe8, 0x35, 0x98, 0xcb, 0x63, 0xe1, 0xce, 0x2a, 0xbb, 0x3c, 0x28, 0xae, 0x76, 0x68, 0x71, - 0x03, 0x5b, 0x1a, 0x55, 0x92, 0xf1, 0xea, 0x6c, 0x01, 0x98, 0xa4, 0x73, 0xc1, 0x9b, 0xc4, 0x50, - 0x27, 0xb8, 0x20, 0x78, 0x5f, 0x53, 0x04, 0x43, 0x31, 0x36, 0x1e, 0x0f, 0x8f, 0xbc, 0xde, 0x5e, - 0x95, 0x4f, 0x89, 0x2d, 0x46, 0x27, 0xe8, 0x70, 0x0e, 0x72, 0xde, 0xac, 0xd9, 0xdb, 0x47, 0xb3, - 0x3d, 0x21, 0xc5, 0xae, 0xa8, 0x08, 0x56, 0x8f, 0xd2, 0x40, 0x34, 0xed, 0x2d, 0x5a, 0xa3, 0x38, - 0x2f, 0xa8, 0x8d, 0x17, 0x6e, 0x8f, 0xd8, 0x9f, 0x2e, 0x56, 0xae, 0x8f, 0x6e, 0x18, 0xb1, 0x6f, - 0x11, 0xdf, 0xf4, 0xe8, 0x6f, 0xf9, 0xe8, 0x86, 0x9d, 0xb4, 0xea, 0xc7, 0x17, 0xf1, 0x8e, 0x88, - 0xc0, 0xc3, 0x47, 0x3b, 0xc0, 0x8b, 0x65, 0xe7, 0x49, 0x62, 0x08, 0x30, 0x2b, 0xe5, 0x52, 0x47, - 0x8c, 0xb2, 0x1e, 0xed, 0xfa, 0x3e, 0xa1, 0xa6, 0x71, 0x24, 0xc0, 0x44, 0x28, 0xda, 0x73, 0x21, - 0x28, 0xe5, 0x26, 0xb7, 0x13, 0xf6, 0xce, 0x89, 0xf0, 0x8b, 0x47, 0x32, 0x95, 0x8c, 0x0d, 0xe2, - 0x5e, 0x59, 0xfa, 0x75, 0xde, 0xae, 0xde, 0xe8, 0x17, 0x05, 0xd8, 0xf5, 0x70, 0x47, 0x75, 0xab, - 0x8b, 0xff, 0x39, 0xa9, 0x91, 0x40, 0x32, 0xfb, 0x42, 0xea, 0xb8, 0x47, 0x01, 0xab, 0x6f, 0x99, - 0xad, 0x3d, 0xd3, 0x0c, 0xd6, 0xc4, 0xae, 0x89, 0x52, 0xd6, 0x44, 0xa2, 0x9a, 0x32, 0x3d, 0x88, - 0x00, 0x2c, 0x77, 0xdf, 0xc3, 0xa5, 0x3c, 0x65, 0xef, 0x8b, 0x33, 0xf7, 0x7d, 0x0a, 0xb9, 0xdc, - 0xb9, 0x97, 0xcd, 0xe7, 0x51, 0x6d, 0x5d, 0xb5, 0x03, 0x2b, 0xc2, 0xef, 0xa8, 0xb9, 0x60, 0x27, - 0xe0, 0x4e, 0x11, 0xf6, 0x7e, 0xf9, 0x2c, 0x6e, 0x5d, 0x81, 0x77, 0xb1, 0x70, 0x1a, 0x1f, 0x7e, - 0xa3, 0x1c, 0x1e, 0x9f, 0x56, 0x43, 0x36, 0x64, 0x4d, 0xa2, 0x74, 0x04, 0x6d, 0xa8, 0x4f, 0xe8, - 0x54, 0xcd, 0x93, 0x70, 0x13, 0xfc, 0xa6, 0x38, 0x76, 0x20, 0x7c, 0xa0, 0x65, 0xc9, 0x7f, 0xd0, - 0xa8, 0x90, 0x90, 0x97, 0xe9, 0x62, 0x9d, 0x7e, 0x9b, 0xf3, 0x96, 0x90, 0x51, 0xdf, 0x3e, 0x1b, - 0x40, 0x83, 0xc1, 0x3d, 0x48, 0xfc, 0x10, 0x0d, 0xb5, 0xc5, 0x4b, 0x35, 0x54, 0xf4, 0x6b, 0xe3, - 0xc1, 0x0e, 0x4f, 0x8d, 0xa5, 0xd1, 0x60, 0xe8, 0x82, 0x08, 0xb3, 0x8b, 0xc8, 0x80, 0xd4, 0x73, - 0xc2, 0x2c, 0xf7, 0x1e, 0x94, 0xf2, 0x5d, 0x1f, 0x90, 0x4f, 0xd6, 0x43, 0x0c, 0x28, 0x65, 0xfc, - 0x9b, 0x0b, 0x78, 0x56, 0xec, 0xda, 0xea, 0xa7, 0x9e, 0xb8, 0x4f, 0x80, 0x0e, 0xc5, 0x26, 0xfe, - 0x07, 0x6e, 0x53, 0xc0, 0xe8, 0x7e, 0xda, 0xab, 0x14, 0x64, 0x10, 0xfd, 0xbb, 0x2e, 0x0e, 0xfd, - 0xd0, 0x74, 0xeb, 0x6b, 0xcf, 0xc6, 0x6a, 0x93, 0xe3, 0xb1, 0x72, 0xf8, 0x24, 0xee, 0x97, 0xf3, - 0xde, 0xb0, 0xc8, 0x73, 0x91, 0x28, 0x06, 0x1a, 0xf9, 0xea, 0x59, 0x24, 0xf5, 0x50, 0xb4, 0x38, - 0x69, 0xcb, 0x92, 0xd1, 0xc5, 0x54, 0x53, 0x6d, 0x24, 0x14, 0x8d, 0xac, 0xee, 0xd8, 0x90, 0x90, - 0x85, 0x85, 0x0d, 0xd4, 0x40, 0xca, 0x77, 0x25, 0x91, 0x6a, 0x62, 0x81, 0xed, 0xe7, 0x38, 0x9a, - 0x9f, 0x03, 0xf9, 0x39, 0x8e, 0xfd, 0x74, 0xb1, 0xe4, 0xfc, 0xda, 0xa9, 0x39, 0x7a, 0x04, 0x54, - 0xb9, 0x76, 0x75, 0x63, 0x51, 0x89, 0x9b, 0x62, 0xfb, 0xbc, 0xa3, 0x86, 0xd3, 0x20, 0x8d, 0xf9, - 0xa1, 0xdf, 0x6e, 0xcf, 0x17, 0x37, 0x22, 0xc5, 0x3c, 0xa2, 0x12, 0x3c, 0xca, 0x33, 0x0d, 0xc2, - 0x39, 0x36, 0x1e, 0x53, 0x4d, 0x8d, 0xd5, 0x82, 0xd2, 0x29, 0xe2, 0xf6, 0x50, 0x0a, 0xf2, 0x96, - 0x3c, 0x1a, 0xe8, 0x50, 0x18, 0xe3, 0x8f, 0x57, 0xfe, 0xe3, 0x05, 0xf3, 0x17, 0xb7, 0x84, 0x75, - 0x53, 0xa6, 0x48, 0xb7, 0xb1, 0x9c, 0x6f, 0xf9, 0xd2, 0x3e, 0xd1, 0x52, 0xf3, 0xc1, 0x4b, 0x11, - 0x7e, 0xb3, 0x62, 0xfa, 0xf8, 0x7e, 0xf0, 0xfa, 0x89, 0xc3, 0x8a, 0xf0, 0x86, 0x1f, 0x29, 0xf0, - 0x34, 0xc0, 0xcd, 0xc3, 0x19, 0xc7, 0x9b, 0x33, 0x6e, 0x38, 0x9e, 0x93, 0x27, 0xb3, 0x4b, 0x8f, - 0x3a, 0x63, 0xaa, 0x4c, 0x29, 0xc6, 0x34, 0xda, 0xed, 0x21, 0xb1, 0x13, 0x36, 0x3c, 0x9d, 0xbf, - 0x0d, 0x77, 0x86, 0xfb, 0x69, 0x6d, 0x17, 0xd7, 0xee, 0xa0, 0x75, 0x37, 0x47, 0x54, 0xb6, 0x92, - 0x2a, 0x60, 0x4a, 0xea, 0x24, 0xcf, 0xc9, 0x3d, 0x68, 0xb1, 0x64, 0xd7, 0xf8, 0xfa, 0x82, 0xf9, - 0xe5, 0x95, 0xff, 0x78, 0xc1, 0xe8, 0x4a, 0x02, 0xa1, 0x00, 0xdc, 0x9a, 0x6e, 0x23, 0x56, 0xaa, - 0xec, 0x3e, 0x4e, 0xc1, 0x53, 0xd5, 0xa1, 0x45, 0xb7, 0x3f, 0x22, 0x01, 0xe1, 0x02, 0x17, 0xe2, - 0xa2, 0x6d, 0x0a, 0xfa, 0x90, 0x49, 0xa0, 0xdc, 0xc3, 0x32, 0x51, 0x52, 0x26, 0x52, 0xe8, 0xc8, - 0x61, 0x25, 0xc9, 0x92, 0x06, 0x11, 0x25, 0x98, 0xe0, 0x52, 0x0f, 0x3e, 0x00, 0x86, 0x4d, 0x10, - 0x1e, 0x8e, 0xbf, 0x9b, 0xdf, 0x3a, 0xfd, 0x30, 0xa2, 0xf3, 0xd3, 0x10, 0xf3, 0xe7, 0x31, 0xa5, - 0x23, 0xc3, 0x11, 0x20, 0xb5, 0x22, 0x60, 0xb5, 0xe9, 0x2d, 0x85, 0xb7, 0xa5, 0xda, 0xd0, 0x72, - 0x1b, 0xa6, 0x00, 0x67, 0x5d, 0xc5, 0x74, 0x47, 0x23, 0xea, 0x2e, 0x47, 0x4f, 0xcd, 0xd0, 0xb1, - 0xbc, 0xb2, 0xba, 0x3f, 0xaa, 0x1b, 0xf9, 0x4d, 0xfb, 0x59, 0xa5, 0xee, 0x53, 0xb3, 0xd8, 0x90, - 0xb6, 0xf7, 0xde, 0xe2, 0x26, 0x3e, 0x60, 0x83, 0xe0, 0x3d, 0x52, 0x9e, 0xe6, 0xb2, 0xb2, 0x00, - 0xb1, 0x53, 0x02, 0x5d, 0x88, 0x52, 0x12, 0xbc, 0x36, 0x5b, 0x0e, 0xbd, 0x73, 0x83, 0xe6, 0x1e, - 0x59, 0x46, 0x85, 0xa1, 0x95, 0x03, 0xc2, 0x1a, 0x81, 0x04, 0x9f, 0x1c, 0x18, 0xb8, 0xc0, 0x3e, - 0x78, 0xdc, 0xe8, 0xda, 0x3d, 0x9e, 0xd5, 0xe7, 0x3b, 0x77, 0x15, 0x94, 0xd6, 0x78, 0x25, 0x4c, - 0x71, 0x5e, 0x1f, 0x3a, 0x88, 0xd7, 0x93, 0xe8, 0x56, 0x74, 0x64, 0xce, 0x11, 0x85, 0xea, 0x9c, - 0xc0, 0xd5, 0x0d, 0x9f, 0x5f, 0xc5, 0x87, 0x69, 0x33, 0x40, 0xf6, 0x0d, 0x02, 0x57, 0xec, 0x22, - 0x94, 0x0b, 0x46, 0x15, 0x30, 0xda, 0xea, 0xf8, 0xb1, 0x8f, 0xf6, 0x6c, 0x6d, 0x7c, 0xa4, 0xa3, - 0xf0, 0x84, 0x89, 0x56, 0xbb, 0xdb, 0x68, 0xaf, 0x1b, 0x84, 0x5e, 0xe3, 0xd9, 0x62, 0xd5, 0x47, - 0x44, 0xdf, 0xc1, 0x17, 0xe4, 0xef, 0x36, 0x8a, 0xf8, 0x09, 0x72, 0xf4, 0xbb, 0x6b, 0x9f, 0x00, - 0xe7, 0xa7, 0x21, 0xe6, 0xcf, 0x63, 0x6a, 0x46, 0xe9, 0x1e, 0x9f, 0x5e, 0xc0, 0x03, 0xb7, 0x4e, - 0x09, 0x8f, 0x9d, 0x23, 0x5a, 0xb8, 0x76, 0xef, 0x4a, 0x2f, 0x67, 0x88, 0xcc, 0x70, 0x3e, 0xc6, - 0x1b, 0xad, 0xa2, 0xcd, 0x9e, 0xe8, 0xfb, 0xc1, 0xa8, 0x19, 0xbd, 0x6e, 0x15, 0xf8, 0xd0, 0x72, - 0x99, 0x79, 0xa1, 0xea, 0x6c, 0xd7, 0xcf, 0xb5, 0x91, 0xa7, 0x87, 0x88, 0x46, 0xf4, 0x55, 0x3f, - 0xd6, 0x60, 0xc1, 0x9f, 0x47, 0x7d, 0x31, 0x68, 0xd0, 0x73, 0xe8, 0x70, 0x21, 0xa3, 0x53, 0xc1, - 0x09, 0x6f, 0x04, 0x87, 0x75, 0xad, 0xe3, 0xab, 0x3a, 0x19, 0x1a, 0x5c, 0x3b, 0xab, 0xd0, 0xdc, - 0x05, 0x1e, 0xcc, 0x9b, 0x23, 0x18, 0x56, 0x51, 0x0a, 0x88, 0x8c, 0x7e, 0x09, 0x6b, 0x61, 0x22, - 0x9a, 0x33, 0x7a, 0x70, 0xb4, 0xc5, 0x4a, 0xba, 0x8d, 0x9e, 0xcc, 0x8e, 0x83, 0x3e, 0x6a, 0x61, - 0x65, 0x68, 0x45, 0x7b, 0xb7, 0x3f, 0x00, 0x87, 0xb5, 0x2e, 0xac, 0x94, 0x2d, 0xee, 0x31, 0xd3, - 0x43, 0x4e, 0x59, 0xef, 0xb1, 0x39, 0x56, 0x49, 0x0b, 0x47, 0xe1, 0x36, 0x30, 0x6c, 0xc0, 0xd6, - 0x11, 0xb2, 0xdc, 0x6e, 0x72, 0xb1, 0x7b, 0x42, 0x83, 0x4a, 0x1b, 0xaf, 0x8d, 0x6e, 0xac, 0xf8, - 0x6a, 0xff, 0xef, 0x00, 0x78, 0x38, 0xbe, 0x35, 0xe8, 0x45, 0xa9, 0x89, 0xc2, 0x86, 0x6a, 0x52, - 0x5c, 0x83, 0x27, 0xcf, 0x96, 0x0c, 0x52, 0x15, 0x55, 0xf5, 0xfe, 0x9c, 0x89, 0x0c, 0x87, 0xc0, - 0x25, 0xba, 0x86, 0x27, 0xd9, 0x84, 0x4a, 0xf4, 0x6b, 0x82, 0x94, 0x7d, 0xae, 0xad, 0x22, 0xbd, - 0x1c, 0xd9, 0xdd, 0x12, 0x54, 0x6e, 0xa2, 0x2b, 0x94, 0xbb, 0x35, 0xb3, 0xbc, 0xdd, 0x25, 0xd7, - 0xe1, 0x56, 0x0d, 0x40, 0xb4, 0x1e, 0xe3, 0x02, 0xe3, 0x2e, 0x7b, 0xbd, 0x5b, 0x99, 0x2e, 0xa2, - 0x8d, 0xc0, 0x8a, 0xb6, 0xc6, 0x92, 0x04, 0x43, 0xcf, 0x89, 0x35, 0xb7, 0x44, 0x7b, 0xee, 0xa0, - 0x8b, 0x1b, 0x11, 0x4e, 0xdc, 0x99, 0x72, 0x75, 0x83, 0x8b, 0xc9, 0xc3, 0x09, 0xad, 0x54, 0x40, - 0x10, 0x54, 0x58, 0x06, 0x00, 0xcd, 0xec, 0x7a, 0x8f, 0xf4, 0xc9, 0x82, 0x91, 0xb3, 0x93, 0x0e, - 0x05, 0x32, 0x49, 0xbb, 0xd6, 0x4e, 0xdc, 0x1a, 0x24, 0xd4, 0x12, 0x52, 0xaf, 0xfc, 0x0e, 0xb0, - 0xf9, 0x4d, 0x84, 0xff, 0x2a, 0x0d, 0xde, 0x83, 0xcc, 0xb7, 0x51, 0x30, 0x64, 0x62, 0x3b, 0xfb, - 0xdd, 0x70, 0x4a, 0x38, 0x07, 0xc6, 0x3e, 0xed, 0x8c, 0x4f, 0xfa, 0x36, 0x91, 0xd9, 0x8a, 0x94, - 0x80, 0xc6, 0x9d, 0xae, 0x8f, 0x18, 0x18, 0x14, 0xa0, 0xef, 0x99, 0x4c, 0xee, 0xf3, 0x98, 0x95, - 0x2f, 0x3d, 0x74, 0xc9, 0x5d, 0x2e, 0xe5, 0xff, 0xfa, 0x37, 0xe8, 0xae, 0xf6, 0x6e, 0x78, 0x0e, - 0x61, 0x53, 0x5f, 0x43, 0x36, 0x5f, 0x80, 0x42, 0xff, 0x2d, 0x7f, 0x6c, 0xbb, 0xbb, 0x96, 0xe5, - 0xd9, 0xb5, 0xd4, 0x9e, 0xe5, 0x94, 0xa0, 0xa4, 0xaf, 0xed, 0x7c, 0x39, 0x08, 0x50, 0x87, 0x1f, - 0x85, 0x37, 0x37, 0xe9, 0x40, 0xc5, 0x19, 0x24, 0x19, 0xcc, 0xb3, 0xb1, 0x2a, 0xc4, 0xd0, 0xee, - 0x11, 0xd4, 0x5f, 0x7b, 0x97, 0x09, 0x51, 0xa4, 0x7a, 0xcd, 0x02, 0xb6, 0x3e, 0x57, 0x2a, 0x5d, - 0xc9, 0xfe, 0xda, 0x86, 0xbd, 0xcd, 0xcb, 0x5e, 0x9e, 0x10, 0x51, 0x7b, 0x50, 0x18, 0x55, 0x3f, - 0xda, 0xff, 0xd9, 0xce, 0xac, 0x70, 0x3c, 0x96, 0xbf, 0xca, 0x92, 0xa4, 0xe8, 0x4e, 0x1b, 0x33, - 0x48, 0xca, 0x7b, 0xb3, 0x36, 0x61, 0x79, 0x10, 0x19, 0x94, 0x86, 0xf6, 0x52, 0x40, 0xd9, 0xcb, - 0xa9, 0x80, 0x62, 0x2f, 0xeb, 0xb0, 0xdc, 0xd4, 0x74, 0xff, 0x15, 0x26, 0xc5, 0x4b, 0xf9, 0xff, - 0xf6, 0xb7, 0x90, 0x81, 0x6f, 0xe8, 0x9f, 0x38, 0x20, 0x18, 0x88, 0x54, 0x35, 0x6b, 0xde, 0x2d, - 0x9a, 0x43, 0xff, 0x98, 0x1d, 0x8a, 0x43, 0x07, 0x76, 0x97, 0x23, 0x66, 0xae, 0x3f, 0x7c, 0xf2, - 0xc6, 0x03, 0x95, 0x81, 0x92, 0x9d, 0x99, 0x4a, 0xfd, 0xc0, 0x2b, 0xf5, 0xca, 0x02, 0x89, 0xe6, - 0x27, 0x7f, 0x06, 0x36, 0x2b, 0x6a, 0xf8, 0xdb, 0xd1, 0xbf, 0x19, 0x6c, 0xde, 0xa3, 0x33, 0xcf, - 0xa5, 0xe3, 0xfa, 0x04, 0x56, 0xf4, 0x90, 0x7d, 0x77, 0x6b, 0x69, 0x63, 0x83, 0x9a, 0x59, 0xb8, - 0xab, 0x31, 0x2d, 0x15, 0x07, 0x25, 0xe5, 0xa4, 0x74, 0x9d, 0xbf, 0xba, 0xae, 0x9e, 0x56, 0x01, - 0x46, 0x92, 0xca, 0x58, 0x95, 0x44, 0x18, 0x71, 0x6b, 0x4b, 0xe7, 0xa8, 0xbb, 0x77, 0xf4, 0xab, - 0xd3, 0x67, 0xd6, 0x3c, 0x40, 0x1f, 0x2b, 0xa3, 0x49, 0x32, 0xc5, 0xc5, 0xb2, 0x83, 0x8f, 0x77, - 0xfb, 0x12, 0x91, 0x36, 0x63, 0x4e, 0xad, 0xb5, 0x79, 0xff, 0xb5, 0xc7, 0xa1, 0xc2, 0x8c, 0x36, - 0xa8, 0x37, 0xcd, 0x7a, 0x38, 0xe8, 0x09, 0xcd, 0x7a, 0xd0, 0x7a, 0x6f, 0x2f, 0x13, 0x51, 0x8f, - 0x3b, 0x89, 0x7f, 0x49, 0xbb, 0x13, 0xf1, 0x7c, 0x59, 0x4d, 0xa5, 0x50, 0x95, 0x38, 0x1d, 0xd1, - 0xf6, 0x64, 0x56, 0x75, 0x51, 0x5a, 0x04, 0x81, 0x9b, 0x61, 0xd4, 0xda, 0x94, 0xcf, 0x4a, 0x35, - 0x17, 0xea, 0xba, 0x82, 0x9c, 0x80, 0x03, 0x41, 0x92, 0x8e, 0x60, 0x24, 0x35, 0x3b, 0x56, 0x11, - 0x81, 0x70, 0x45, 0x1a, 0x23, 0x54, 0xfa, 0x32, 0xf8, 0xa3, 0x6d, 0x27, 0x20, 0x01, 0x4d, 0xdb, - 0xe9, 0xf1, 0x63, 0x6a, 0x33, 0xce, 0x05, 0x90, 0x53, 0x9f, 0x66, 0x57, 0x95, 0xd3, 0x3a, 0xcf, - 0xe7, 0x00, 0xaf, 0xdd, 0xac, 0xe0, 0x19, 0x46, 0xa0, 0x2b, 0xb9, 0x4f, 0xc3, 0x4f, 0x36, 0x77, - 0xb4, 0xb3, 0x47, 0x2f, 0xd1, 0xc8, 0x9d, 0xf3, 0xc5, 0xe8, 0x7f, 0x11, 0xf6, 0x6d, 0xc2, 0x57, - 0xc7, 0xd1, 0xf5, 0xbc, 0x3e, 0xba, 0x94, 0xa6, 0x7d, 0xb6, 0xac, 0x28, 0xde, 0x51, 0xd0, 0x89, - 0x49, 0x50, 0x0f, 0x9c, 0x6a, 0x77, 0xe4, 0xfe, 0x53, 0x80, 0x4d, 0x68, 0x56, 0xaf, 0xcd, 0xf1, - 0x6e, 0xd7, 0x34, 0x59, 0x9f, 0x95, 0xd8, 0x9c, 0xca, 0xfd, 0xc4, 0x0e, 0x61, 0x3d, 0x2f, 0x1b, - 0x21, 0xe9, 0xf5, 0x87, 0x7e, 0x3e, 0xb1, 0x1c, 0x31, 0xd6, 0x51, 0xc5, 0xc4, 0x97, 0x3a, 0xf4, - 0x9b, 0xc6, 0x68, 0xb0, 0xf9, 0x4f, 0xa3, 0xbf, 0x1c, 0x3c, 0xe8, 0xdb, 0xcd, 0x52, 0xfd, 0xa4, - 0x30, 0x42, 0xa6, 0xb4, 0x5a, 0x57, 0x85, 0x1f, 0xeb, 0xdf, 0x6f, 0x28, 0x81, 0x9e, 0xeb, 0xd8, - 0x57, 0x07, 0x49, 0x9a, 0x45, 0x1f, 0x81, 0x5e, 0x25, 0xb8, 0xfe, 0x6f, 0x05, 0x29, 0x4d, 0x5a, - 0xe8, 0x23, 0xcd, 0x3b, 0x3f, 0xb8, 0x22, 0x84, 0x14, 0x1d, 0xbc, 0x57, 0x04, 0x80, 0x31, 0x01, - 0x7e, 0xba, 0x1e, 0xbe, 0x1b, 0xf5, 0x17, 0x83, 0xcc, 0x8f, 0xa3, 0x52, 0xc9, 0x37, 0x5a, 0xf4, - 0x06, 0x62, 0xa5, 0x8d, 0xfb, 0x70, 0xee, 0xf8, 0x02, 0x0c, 0xd2, 0x02, 0x69, 0xfc, 0xe0, 0x26, - 0x32, 0x43, 0xf6, 0x6d, 0xc9, 0xfc, 0x0e, 0x39, 0x98, 0x50, 0xbf, 0xb6, 0x80, 0x55, 0x78, 0x7d, - 0x4b, 0x2d, 0xaa, 0x6a, 0x23, 0x1a, 0xe6, 0xc3, 0x8a, 0xbf, 0x37, 0xd2, 0xfc, 0xeb, 0x52, 0x9e, - 0x41, 0xed, 0x7d, 0x2a, 0x99, 0x26, 0x30, 0x94, 0x4b, 0x53, 0xdc, 0x25, 0x23, 0x8e, 0x83, 0xb6, - 0x6d, 0x11, 0x1d, 0x24, 0xac, 0xed, 0x51, 0xff, 0xbf, 0x42, 0x92, 0xbf, 0x3a, 0x04, 0xec, 0xf4, - 0x55, 0xf7, 0xcf, 0x9f, 0xe3, 0x62, 0xd3, 0x50, 0x4b, 0x31, 0xbc, 0x65, 0xc1, 0xf9, 0x97, 0x57, - 0xff, 0xc3, 0x45, 0xf3, 0xef, 0xb7, 0x7e, 0x7f, 0xd1, 0x7c, 0x79, 0xb5, 0xe9, 0x4f, 0x5f, 0x3c, - 0xbf, 0x6b, 0x1f, 0xd0, 0xaf, 0xab, 0x1e, 0xe9, 0xdd, 0x70, 0xc5, 0xff, 0x03, 0x0a, 0x85, 0x06, - 0xd9, 0xc8, 0x00, 0x43, 0x87, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, - 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, - 0x00, 0x0e, 0xc4, 0x00, 0x00, 0x0e, 0xc4, 0x01, 0x95, 0x2b, 0x0e, 0x1b, 0x00, 0x00, 0x00, 0x07, - 0x74, 0x49, 0x4d, 0x45, 0x07, 0xe2, 0x02, 0x11, 0x14, 0x2d, 0x22, 0xeb, 0x58, 0x63, 0x14, 0x00, - 0x00, 0x01, 0xee, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xad, 0x95, 0xcd, 0x8a, 0xe2, 0x40, 0x14, - 0x85, 0x4f, 0xa5, 0x35, 0xe4, 0x07, 0x89, 0xa8, 0xe0, 0x60, 0x5c, 0x36, 0x3e, 0xc3, 0x10, 0x14, - 0x5c, 0x08, 0x82, 0x6f, 0xe0, 0x42, 0xfa, 0x45, 0xe6, 0x49, 0xa4, 0x17, 0xae, 0xe7, 0x19, 0x22, - 0x48, 0x36, 0xae, 0xdc, 0x45, 0x37, 0x8d, 0xe0, 0x42, 0x11, 0x14, 0x25, 0x62, 0xd4, 0xca, 0x8f, - 0x55, 0xb3, 0xb0, 0xc7, 0xe9, 0xee, 0x99, 0xe9, 0xd4, 0x30, 0xb9, 0x90, 0x45, 0x51, 0xf7, 0x9c, - 0xfb, 0xdd, 0x4b, 0x5d, 0x42, 0x24, 0x49, 0xfa, 0xc6, 0x18, 0x7b, 0x42, 0xca, 0x41, 0x08, 0xf9, - 0x4e, 0x00, 0xbc, 0xb4, 0x5a, 0xad, 0xc7, 0x52, 0xa9, 0x04, 0x49, 0x92, 0xfe, 0xdb, 0x94, 0x73, - 0x8e, 0xdd, 0x6e, 0x07, 0xdb, 0xb6, 0x23, 0x09, 0x00, 0xd2, 0x32, 0x7e, 0x25, 0x46, 0xb1, 0x58, - 0x44, 0xb5, 0x5a, 0xcd, 0x4a, 0x00, 0x52, 0x33, 0x7e, 0x5b, 0x40, 0x92, 0x24, 0x64, 0x44, 0x92, - 0xcb, 0xe5, 0x32, 0x9a, 0xcd, 0x26, 0xf2, 0xf9, 0x3c, 0x3c, 0xcf, 0x83, 0xe3, 0x38, 0x58, 0xaf, - 0xd7, 0x89, 0x3a, 0x21, 0x64, 0xcb, 0xb2, 0x60, 0x9a, 0x26, 0x74, 0x5d, 0x87, 0x69, 0x9a, 0x68, - 0x34, 0x1a, 0x42, 0x1d, 0x08, 0x99, 0x6b, 0x9a, 0xf6, 0xee, 0x6c, 0x18, 0x46, 0x7a, 0xe6, 0xdb, - 0xed, 0xf6, 0xdd, 0x59, 0x64, 0x24, 0x00, 0xc4, 0x66, 0x3e, 0x1a, 0x8d, 0x40, 0x29, 0x85, 0x61, - 0x18, 0x38, 0x1c, 0x0e, 0x98, 0x4c, 0x26, 0xe2, 0xe6, 0xe7, 0xf3, 0x19, 0xaa, 0xaa, 0x82, 0x10, - 0xf2, 0xc7, 0xa4, 0x30, 0x0c, 0xe1, 0x38, 0x8e, 0xf0, 0x6b, 0x09, 0xc3, 0x10, 0x71, 0x1c, 0xdf, - 0xcc, 0xe7, 0xf3, 0x39, 0x54, 0x55, 0x45, 0x2e, 0x97, 0x83, 0xa6, 0x69, 0x90, 0x65, 0x19, 0xb2, - 0x2c, 0xff, 0xb5, 0xd8, 0xc7, 0x88, 0xe3, 0x18, 0x41, 0x10, 0x80, 0x52, 0x0a, 0xdf, 0xf7, 0x71, - 0x3c, 0x1e, 0xe1, 0x79, 0xde, 0xcd, 0xfc, 0x7a, 0xbd, 0xc2, 0xf7, 0x7d, 0xf8, 0xbe, 0x7f, 0x17, - 0x28, 0x8a, 0x02, 0x45, 0x51, 0x90, 0xc9, 0x64, 0xd0, 0xeb, 0xf5, 0x50, 0xab, 0xd5, 0xee, 0x77, - 0x8b, 0xc5, 0x02, 0x83, 0xc1, 0x00, 0x51, 0x14, 0x21, 0x08, 0x02, 0x5c, 0x2e, 0x17, 0x30, 0xc6, - 0x7e, 0xdb, 0xd4, 0xcc, 0xcf, 0xca, 0x1f, 0xe3, 0x6d, 0xb1, 0x6c, 0x36, 0x0b, 0x5d, 0xd7, 0xef, - 0x77, 0xb2, 0x2c, 0x63, 0xb5, 0x5a, 0x7d, 0xda, 0x0d, 0x63, 0xec, 0x17, 0xf9, 0xbf, 0x46, 0x92, - 0xe6, 0x53, 0xf2, 0xa4, 0x19, 0x27, 0x69, 0xee, 0xe4, 0x49, 0x89, 0xb6, 0x6d, 0x63, 0x36, 0x9b, - 0xa1, 0x5e, 0xaf, 0xa3, 0x52, 0xa9, 0x80, 0x52, 0x9a, 0xa8, 0xb9, 0x93, 0x27, 0xb5, 0x68, 0xdb, - 0x36, 0x4c, 0xd3, 0x44, 0xbb, 0xdd, 0x06, 0x00, 0x2c, 0x97, 0xcb, 0x74, 0xc7, 0xd2, 0xed, 0x76, - 0x61, 0x18, 0x06, 0x4e, 0xa7, 0x13, 0x86, 0xc3, 0xa1, 0x38, 0x79, 0x52, 0x62, 0xa7, 0xd3, 0x81, - 0x65, 0x59, 0x00, 0x80, 0xf1, 0x78, 0x0c, 0xd7, 0x75, 0xc5, 0x37, 0x34, 0xa9, 0x45, 0xd7, 0x75, - 0x31, 0x9d, 0x4e, 0xa1, 0xeb, 0x3a, 0xfa, 0xfd, 0xbe, 0xd0, 0xeb, 0xe2, 0x9c, 0x83, 0x00, 0x78, - 0x51, 0x55, 0xf5, 0x51, 0x84, 0xa4, 0x50, 0x28, 0x60, 0xbf, 0xdf, 0x0b, 0x51, 0x53, 0x4a, 0x6f, - 0xe4, 0x51, 0x14, 0x09, 0xad, 0xfa, 0x66, 0xb3, 0x11, 0xfe, 0x8f, 0x72, 0xce, 0xa3, 0x07, 0x42, - 0xc8, 0x17, 0xc6, 0xd8, 0x57, 0xce, 0xf9, 0x03, 0x63, 0x0c, 0x29, 0x7d, 0x11, 0x21, 0xe4, 0xf9, - 0x07, 0xef, 0x43, 0x2c, 0xaf, 0xbf, 0xea, 0x1b, 0x01, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, - 0x44, 0xae, 0x42, 0x60, 0x82 + 0x78, 0xda, 0xad, 0x9a, 0x69, 0x76, 0xe3, 0xb0, 0x8e, 0x85, 0xff, 0x73, 0x15, 0xbd, 0x04, 0x4e, + 0xe0, 0xb0, 0x1c, 0x8e, 0xe7, 0xf4, 0x0e, 0xde, 0xf2, 0xfb, 0x03, 0x65, 0x3b, 0x8e, 0xcb, 0x95, + 0x4a, 0xd2, 0x2f, 0x2e, 0x47, 0xb1, 0x48, 0x49, 0x20, 0x2e, 0x70, 0x71, 0x41, 0x97, 0x59, 0xff, + 0xf9, 0xdf, 0x6d, 0xfe, 0x87, 0x9f, 0x98, 0x4a, 0x34, 0x51, 0x72, 0x49, 0x35, 0x25, 0xcb, 0x4f, + 0xac, 0xb1, 0xfa, 0xc6, 0x1f, 0xc5, 0x7e, 0xfc, 0xac, 0xdb, 0xf1, 0x3a, 0xe7, 0x6c, 0x3c, 0xbf, + 0xef, 0x3f, 0xee, 0xf6, 0xdb, 0x99, 0xb7, 0x03, 0x9e, 0x63, 0xe0, 0x18, 0xae, 0x93, 0x39, 0xde, + 0x46, 0xc3, 0xed, 0xfc, 0x7d, 0x7e, 0x7a, 0x1c, 0xb9, 0xd1, 0x9b, 0x01, 0x27, 0x2f, 0x17, 0x84, + 0xc7, 0x63, 0xfc, 0xf3, 0x83, 0x73, 0xbb, 0x9d, 0xf7, 0xd6, 0x7f, 0xb2, 0x68, 0x0c, 0xe7, 0xec, + 0xf3, 0x4f, 0xf9, 0x78, 0xef, 0x3d, 0xcb, 0xde, 0xeb, 0x5a, 0x5d, 0x8b, 0x09, 0x37, 0xa4, 0x6b, + 0x51, 0xd7, 0x23, 0xcc, 0xfd, 0x36, 0x4c, 0xec, 0x78, 0x29, 0x9c, 0xcb, 0x12, 0xaf, 0xcc, 0x5b, + 0xf8, 0x3b, 0x9f, 0x57, 0xe5, 0x55, 0x6c, 0xb3, 0xc3, 0x45, 0x3b, 0xed, 0xb0, 0x9d, 0xd7, 0x70, + 0xd5, 0x79, 0x17, 0xec, 0x76, 0xd1, 0x4d, 0xe3, 0x9a, 0xdb, 0x6e, 0xb9, 0xc9, 0x71, 0xb8, 0x81, + 0x8d, 0xd1, 0x2f, 0x9f, 0x39, 0x7a, 0x3f, 0x7c, 0x38, 0xe7, 0x4a, 0xc8, 0xbe, 0xfa, 0x11, 0x6c, + 0x70, 0x21, 0xea, 0xcb, 0x6d, 0x9f, 0x43, 0x0d, 0x33, 0x94, 0xe0, 0xc3, 0xf0, 0x2b, 0x84, 0x10, + 0x4d, 0xf0, 0x0f, 0x5b, 0xdc, 0x79, 0x6e, 0x3d, 0xcf, 0x1b, 0xae, 0xf0, 0xe4, 0xe9, 0x98, 0xea, + 0x1d, 0x37, 0x73, 0x5c, 0xf2, 0xe5, 0xcb, 0xfc, 0x6b, 0xc2, 0x77, 0x5e, 0x7b, 0x0f, 0x8b, 0x8f, + 0x70, 0x70, 0x39, 0x7e, 0x72, 0x17, 0xc0, 0xde, 0x2b, 0x0e, 0x4e, 0xdd, 0x18, 0xf4, 0x37, 0xd3, + 0x00, 0xc4, 0xed, 0x1b, 0x6e, 0x72, 0x1c, 0x7c, 0x7f, 0x3d, 0x7e, 0xcc, 0x13, 0xb0, 0x01, 0x04, + 0xe5, 0xb8, 0xb9, 0xb0, 0xc0, 0x66, 0xfb, 0x75, 0x8b, 0x2e, 0xee, 0x23, 0xb6, 0xc2, 0x09, 0x80, + 0xc0, 0x3c, 0xe1, 0x78, 0xc5, 0x97, 0xcb, 0x53, 0x51, 0xf3, 0x27, 0x4a, 0x22, 0xcf, 0x16, 0x8c, + 0x71, 0x01, 0x08, 0x6c, 0x72, 0x41, 0x5c, 0x72, 0x36, 0x7b, 0x9f, 0x9d, 0x8b, 0xc1, 0x17, 0x00, + 0x6a, 0x58, 0xee, 0x43, 0xf4, 0x1d, 0x04, 0x9c, 0x88, 0x9f, 0x18, 0xe9, 0x63, 0x08, 0x09, 0x6c, + 0x0a, 0x71, 0xc4, 0xb3, 0xb9, 0x26, 0xbb, 0x33, 0xd7, 0x8b, 0xbf, 0xce, 0x93, 0x2a, 0xe0, 0x23, + 0x21, 0x85, 0x0c, 0x36, 0x35, 0x34, 0xc0, 0x8a, 0x51, 0x88, 0x9f, 0x1c, 0x0b, 0x31, 0xd4, 0x24, + 0x48, 0x14, 0x91, 0x24, 0x59, 0x8a, 0x54, 0x69, 0x26, 0x85, 0x14, 0x93, 0xa4, 0x94, 0x72, 0xd2, + 0x9c, 0x6b, 0x39, 0xe4, 0x98, 0x25, 0xa7, 0x9c, 0x73, 0xc9, 0x35, 0xb7, 0x12, 0x4a, 0x2c, 0x52, + 0x52, 0xc9, 0xa5, 0x94, 0x5a, 0x5a, 0xf5, 0x35, 0x90, 0x92, 0x52, 0x53, 0xcd, 0xb5, 0xd4, 0x5a, + 0x5b, 0xe3, 0x99, 0x2d, 0x9a, 0x26, 0x8d, 0xab, 0x1b, 0x33, 0x5a, 0xeb, 0xbe, 0x87, 0x1e, 0xbb, + 0xf4, 0xd4, 0x73, 0x2f, 0xbd, 0xf6, 0x36, 0x08, 0x9f, 0x11, 0x87, 0x8c, 0x34, 0xf2, 0x28, 0xa3, + 0x8e, 0x36, 0xfd, 0x0c, 0x33, 0x4e, 0x99, 0x69, 0xe6, 0x59, 0x66, 0x9d, 0x6d, 0xb9, 0x45, 0x28, + 0x99, 0x15, 0x97, 0xac, 0xb4, 0xf2, 0x2a, 0xab, 0xae, 0xb6, 0x89, 0xb5, 0x1d, 0x76, 0xdc, 0xb2, + 0xd3, 0xce, 0xbb, 0xec, 0xba, 0xdb, 0x03, 0xb5, 0x1b, 0xaa, 0x7f, 0xbc, 0x7e, 0x80, 0x9a, 0xbb, + 0xa1, 0xe6, 0x0f, 0x52, 0x3a, 0x2f, 0x3f, 0x50, 0xe3, 0x6c, 0xce, 0x7a, 0xa3, 0x73, 0x0b, 0xa7, + 0x3c, 0x23, 0x8a, 0x19, 0x88, 0xf9, 0xe8, 0x40, 0x3c, 0x2b, 0x02, 0x04, 0xb4, 0x57, 0xcc, 0x6c, + 0x71, 0x31, 0x7a, 0x45, 0x4e, 0x31, 0xb3, 0xd5, 0x93, 0x15, 0xe2, 0x31, 0x52, 0x14, 0x9b, 0xe9, + 0x6c, 0x33, 0x2e, 0x01, 0x61, 0x5c, 0xce, 0xcb, 0x76, 0x0f, 0xec, 0x3e, 0x90, 0xfb, 0x36, 0x6e, + 0x06, 0x5f, 0xff, 0x0b, 0x37, 0xff, 0x1d, 0xe4, 0x8c, 0x42, 0xf7, 0x5f, 0x40, 0xce, 0x9b, 0x15, + 0x5e, 0x70, 0x7b, 0x83, 0xda, 0x54, 0x26, 0x1c, 0x07, 0xb1, 0x2b, 0x0b, 0xd5, 0xa7, 0x36, 0x90, + 0x7d, 0x78, 0x89, 0x25, 0xcf, 0x54, 0x86, 0x99, 0xa9, 0x2d, 0x6c, 0x4b, 0x31, 0xe4, 0x9e, 0xc6, + 0xf4, 0xb1, 0x4c, 0x0f, 0x72, 0x4b, 0xf2, 0x12, 0x1f, 0xa6, 0xcd, 0x18, 0x36, 0x21, 0xe1, 0x38, + 0x9d, 0x60, 0x45, 0xa7, 0x54, 0xac, 0xb1, 0x12, 0xa8, 0x62, 0x77, 0x80, 0x3a, 0x13, 0x67, 0xdc, + 0x5e, 0x06, 0xbf, 0xf7, 0xbd, 0x9c, 0x73, 0x1d, 0x92, 0xac, 0x6b, 0xe6, 0xb0, 0x79, 0x52, 0x9e, + 0x70, 0x03, 0x47, 0x98, 0xcc, 0xba, 0x91, 0x84, 0x9b, 0x54, 0xfd, 0x3c, 0x00, 0x91, 0xcb, 0xf8, + 0x2b, 0xb0, 0x9e, 0xbc, 0xd7, 0x6e, 0xa2, 0x9f, 0x58, 0x5a, 0x2a, 0xfa, 0x47, 0x89, 0x31, 0x8d, + 0xb0, 0x57, 0xee, 0x32, 0xf4, 0xf3, 0xdc, 0xb1, 0x9f, 0x0b, 0x23, 0xd6, 0x64, 0x57, 0xa3, 0x3a, + 0x9f, 0x13, 0xa5, 0xcc, 0x92, 0xf7, 0xd8, 0xa9, 0x73, 0xdf, 0xbe, 0x2a, 0xe7, 0x4a, 0x6d, 0x5c, + 0xe8, 0xcc, 0x65, 0x8a, 0xb5, 0x37, 0x63, 0x8e, 0x29, 0xac, 0xfd, 0xb3, 0x29, 0x77, 0x43, 0x9e, + 0xcd, 0x58, 0x5e, 0x6d, 0x78, 0x58, 0x60, 0x8e, 0x09, 0x97, 0x01, 0xaf, 0x8f, 0xb7, 0x9f, 0x0d, + 0x20, 0xc6, 0x8f, 0x09, 0x9c, 0xbe, 0x8c, 0xf8, 0xe4, 0x0e, 0xf3, 0x1b, 0x7f, 0xbc, 0x73, 0x87, + 0xf9, 0x8d, 0x3f, 0xde, 0xb9, 0xc3, 0xfc, 0xc6, 0x1f, 0xef, 0xdc, 0x61, 0x7e, 0xe3, 0x8f, 0x77, + 0xee, 0x30, 0xbf, 0xf1, 0xc7, 0x3b, 0x77, 0x98, 0xdf, 0xf8, 0xe3, 0x9d, 0x3b, 0xcc, 0x6f, 0xfc, + 0xf1, 0xce, 0x1d, 0xe6, 0x37, 0xfe, 0x78, 0xe7, 0x0e, 0xf3, 0xc9, 0x1f, 0xcd, 0xd5, 0x3e, 0xfc, + 0x66, 0x72, 0x2f, 0xd6, 0x4b, 0x87, 0x0f, 0xea, 0x12, 0x9e, 0x82, 0x92, 0xb0, 0xa1, 0x7a, 0xa7, + 0xfc, 0x12, 0x5a, 0x4f, 0xd5, 0xa5, 0x9d, 0x5c, 0x82, 0x74, 0x46, 0xdc, 0xbe, 0x26, 0x4f, 0xd2, + 0xe6, 0x95, 0x50, 0x1d, 0x65, 0x38, 0x88, 0x23, 0xb5, 0x91, 0xa0, 0x8c, 0xd8, 0x56, 0xcb, 0x23, + 0xe4, 0x34, 0x76, 0x48, 0x75, 0x42, 0xb6, 0x55, 0xf4, 0x6c, 0xc4, 0x44, 0x68, 0x78, 0x74, 0x5d, + 0x1b, 0x96, 0x1f, 0xdf, 0x59, 0xd1, 0x65, 0x83, 0xda, 0x41, 0x61, 0x15, 0xdf, 0x31, 0xbc, 0x4d, + 0x28, 0xb2, 0xfa, 0xa8, 0x32, 0x86, 0xbb, 0x85, 0xb4, 0x60, 0x59, 0xc9, 0x61, 0xf4, 0xb4, 0x05, + 0xd6, 0xce, 0x3b, 0x97, 0x3d, 0x3d, 0x44, 0x88, 0x1f, 0xfa, 0xed, 0x6c, 0xae, 0x69, 0xae, 0x66, + 0xf4, 0x2c, 0x76, 0x7b, 0xbf, 0xfd, 0xec, 0x33, 0x8a, 0x5b, 0xd2, 0x0f, 0x59, 0xa6, 0xf2, 0xe7, + 0xec, 0x2f, 0x26, 0x9b, 0x1f, 0xcd, 0xfe, 0x62, 0xb2, 0xf9, 0x7f, 0x1a, 0xf2, 0x98, 0x6c, 0x7e, + 0x68, 0x08, 0x65, 0x11, 0x72, 0xde, 0x3e, 0x14, 0x6f, 0xdb, 0x8e, 0x23, 0x03, 0xf5, 0xe2, 0x1e, + 0xd6, 0xb8, 0xd1, 0x09, 0x62, 0x4f, 0x7c, 0x6c, 0xb8, 0xb8, 0xec, 0x95, 0x22, 0x18, 0xb4, 0x40, + 0x88, 0xa3, 0x46, 0x18, 0x9c, 0xa5, 0x45, 0x42, 0xc4, 0x83, 0x6e, 0xea, 0xbd, 0x6c, 0xe7, 0x89, + 0x86, 0x12, 0xda, 0x89, 0x31, 0xe0, 0x0d, 0x9b, 0x4a, 0xb8, 0xc4, 0x34, 0x02, 0xc4, 0xb5, 0xde, + 0xa9, 0x09, 0x27, 0xab, 0x46, 0xf1, 0x1a, 0x56, 0x6d, 0x11, 0xea, 0x8a, 0x35, 0xd8, 0xf9, 0x2f, + 0x46, 0x15, 0x70, 0xee, 0xd5, 0x87, 0xc9, 0xab, 0xa2, 0x99, 0x58, 0xc9, 0x9e, 0x8b, 0x28, 0xd1, + 0x95, 0xf0, 0x20, 0x5f, 0x74, 0x99, 0x5f, 0x1e, 0xa7, 0xed, 0xd4, 0xef, 0x82, 0x4d, 0x14, 0x92, + 0x9c, 0x4c, 0x46, 0xcf, 0xa6, 0x70, 0x95, 0x1e, 0xd1, 0xe2, 0xa2, 0x65, 0xc7, 0xcd, 0xb2, 0x8a, + 0xa3, 0x44, 0x86, 0xa0, 0x2e, 0xf4, 0x48, 0x73, 0xbf, 0xb4, 0xec, 0xb0, 0x92, 0xd9, 0xda, 0x49, + 0x5b, 0x32, 0x44, 0x9e, 0xf2, 0xd4, 0x5c, 0xf9, 0xa1, 0x26, 0x06, 0xbc, 0xba, 0xae, 0xf0, 0xfc, + 0x7b, 0xce, 0x4b, 0xe5, 0x43, 0xb3, 0x02, 0x32, 0x63, 0x35, 0x9c, 0x1b, 0x87, 0xc6, 0xfa, 0x1e, + 0x66, 0x0c, 0xaa, 0xef, 0xee, 0x18, 0x83, 0x06, 0x8f, 0x92, 0x8a, 0x6c, 0x29, 0x83, 0x62, 0x67, + 0x7d, 0x6f, 0x81, 0xfc, 0x92, 0xee, 0x36, 0x95, 0x75, 0x95, 0xd4, 0xc3, 0xfa, 0xfb, 0x72, 0xcd, + 0xeb, 0x89, 0xe0, 0x33, 0xcf, 0x38, 0xd9, 0x7e, 0xcb, 0xa6, 0x99, 0x71, 0xe0, 0x28, 0x98, 0x96, + 0x65, 0x7a, 0x74, 0x04, 0x0c, 0x81, 0xde, 0xff, 0x8c, 0x5a, 0x32, 0x4b, 0xd3, 0x7a, 0xeb, 0x9a, + 0xce, 0x18, 0xd1, 0x41, 0xb2, 0xaf, 0xae, 0x04, 0x87, 0xd3, 0x52, 0x2f, 0xe3, 0xaf, 0x63, 0x5c, + 0xc9, 0xa3, 0x09, 0x0d, 0x87, 0x7f, 0x0c, 0xc4, 0xe0, 0x3e, 0x25, 0xe3, 0x31, 0xec, 0x8b, 0x23, + 0x2b, 0x4d, 0xc8, 0x25, 0x10, 0xef, 0xbb, 0xce, 0x1c, 0x3b, 0x1a, 0x72, 0x22, 0xb4, 0x16, 0x31, + 0x31, 0x3c, 0x9d, 0xa3, 0xd2, 0x8d, 0x72, 0x85, 0x28, 0xaf, 0x64, 0x55, 0x0f, 0x92, 0x94, 0x0b, + 0x69, 0xad, 0x16, 0x34, 0x67, 0xe3, 0xc5, 0xd2, 0xa2, 0x74, 0x71, 0x91, 0x85, 0x15, 0xc5, 0x36, + 0x4b, 0xda, 0xa1, 0x07, 0xd3, 0x87, 0xf6, 0x31, 0x92, 0xdd, 0x08, 0x8e, 0x14, 0x58, 0x53, 0x68, + 0x97, 0x66, 0xad, 0x01, 0x2b, 0x59, 0xff, 0xe0, 0xb2, 0x22, 0xa9, 0x36, 0xa2, 0x3d, 0x6b, 0x78, + 0x80, 0x71, 0x42, 0xb5, 0x10, 0x75, 0x44, 0x68, 0x50, 0x42, 0x15, 0xec, 0xda, 0xcd, 0xf0, 0x08, + 0x19, 0x20, 0xb9, 0x40, 0x92, 0x26, 0x44, 0xc8, 0x9e, 0xb8, 0x5b, 0xdd, 0xaa, 0x76, 0xb8, 0x7e, + 0x4e, 0x75, 0xc5, 0x00, 0xd6, 0xb9, 0xed, 0x9e, 0x73, 0x20, 0x15, 0x8b, 0xaa, 0x1f, 0x84, 0x66, + 0xd5, 0x40, 0x29, 0x9b, 0x07, 0xa7, 0x43, 0xb5, 0xbb, 0xfb, 0xa4, 0x84, 0x3b, 0xf2, 0xae, 0x4a, + 0xc6, 0xe4, 0x62, 0xdc, 0xea, 0xb7, 0xa1, 0xed, 0xd8, 0x85, 0x0d, 0x75, 0xa0, 0xc2, 0x70, 0x3e, + 0x2b, 0x6d, 0x0f, 0xbc, 0xaa, 0x79, 0x6a, 0x9f, 0x8f, 0xe6, 0xf5, 0x04, 0x47, 0x57, 0xc3, 0xf2, + 0xc4, 0x63, 0x39, 0x09, 0xb6, 0x7a, 0x03, 0x99, 0x98, 0x54, 0x05, 0xae, 0x1a, 0x4e, 0x6c, 0x5c, + 0x91, 0xf1, 0x14, 0x17, 0x27, 0xfb, 0x39, 0xf1, 0x07, 0x03, 0x7f, 0x10, 0x30, 0xd2, 0x51, 0xbe, + 0x1a, 0xe7, 0xb9, 0x53, 0xcd, 0x37, 0x77, 0xdc, 0xaf, 0x1c, 0xbe, 0x52, 0x98, 0x60, 0x54, 0xd3, + 0xe4, 0xef, 0xc7, 0x9c, 0xaa, 0xcc, 0xb0, 0x0b, 0xf9, 0xb3, 0x4e, 0x67, 0xba, 0x0d, 0xf6, 0x81, + 0x4d, 0x01, 0xb6, 0xaa, 0x75, 0x2e, 0x4c, 0x97, 0xb7, 0x6f, 0x44, 0xdd, 0xf0, 0xd3, 0xb3, 0xc8, + 0x38, 0x10, 0xc2, 0x36, 0x84, 0x85, 0x7a, 0xc7, 0x8b, 0xbd, 0xa9, 0x0d, 0xbd, 0xbe, 0xdc, 0x38, + 0x65, 0xb3, 0xe0, 0x1a, 0xd6, 0x9c, 0xaa, 0x1a, 0x6c, 0xb9, 0x49, 0x90, 0x92, 0xc9, 0xaf, 0xb6, + 0x43, 0x2d, 0x6b, 0xd0, 0x67, 0x73, 0x39, 0x9c, 0xa1, 0xe1, 0x4f, 0x2a, 0xe4, 0xbc, 0x48, 0xe0, + 0x55, 0xf4, 0x76, 0x43, 0x17, 0x75, 0x77, 0xae, 0x91, 0x37, 0xde, 0x7e, 0xf5, 0x3a, 0x4c, 0x7b, + 0x23, 0xb6, 0x77, 0x9e, 0xbf, 0xb2, 0xd2, 0xbc, 0xa4, 0xa5, 0x3e, 0xe8, 0xc3, 0xfb, 0x37, 0xdf, + 0x3e, 0xc5, 0xf3, 0xb3, 0xef, 0x3f, 0x8d, 0x9a, 0xfd, 0xec, 0xfa, 0xdf, 0x79, 0x9e, 0x62, 0xb0, + 0x93, 0xa9, 0x31, 0x10, 0xb0, 0x24, 0xa1, 0x47, 0x75, 0x07, 0x21, 0xda, 0x0b, 0xdd, 0x0a, 0x32, + 0x3d, 0x4e, 0xbf, 0x68, 0x81, 0xfd, 0xd1, 0x05, 0x04, 0x3c, 0x4c, 0xb7, 0x68, 0x0c, 0xfa, 0xcc, + 0x75, 0xb2, 0x84, 0xac, 0x41, 0x7d, 0x02, 0x22, 0x8d, 0x7a, 0x4a, 0xf6, 0xf9, 0xe8, 0xd5, 0x23, + 0x73, 0xc6, 0xd0, 0xea, 0x08, 0x54, 0x10, 0xba, 0x9e, 0xaa, 0x5d, 0x75, 0x18, 0xe5, 0xdc, 0x9f, + 0x87, 0x35, 0x07, 0xa2, 0x8d, 0xdb, 0xc5, 0x75, 0x79, 0xad, 0xa4, 0xa3, 0x55, 0xc2, 0x66, 0x01, + 0x33, 0x68, 0xa5, 0xed, 0xb2, 0x72, 0x53, 0x4c, 0x0a, 0x59, 0x1f, 0x1b, 0xad, 0x16, 0xf4, 0xd3, + 0x06, 0xbd, 0x94, 0xab, 0xcb, 0x1e, 0x67, 0xd3, 0x71, 0xb4, 0x41, 0xb5, 0xa3, 0x49, 0x08, 0x8b, + 0x00, 0x21, 0xe7, 0xc8, 0xe7, 0xa9, 0xdd, 0xf9, 0xf2, 0x9e, 0x4a, 0x37, 0x0d, 0x9d, 0x15, 0xc4, + 0x34, 0x2a, 0xa4, 0xdc, 0x94, 0xf4, 0x33, 0x39, 0x98, 0x61, 0x3c, 0x42, 0x26, 0xad, 0xd9, 0x77, + 0x67, 0x64, 0xb1, 0x7c, 0x64, 0xca, 0xa0, 0x00, 0x9e, 0x00, 0x9c, 0x9f, 0x99, 0xd3, 0x6f, 0x96, + 0x43, 0x2f, 0xf2, 0x1e, 0xfa, 0x9f, 0x86, 0x82, 0x09, 0x7f, 0x67, 0xe8, 0x6f, 0x85, 0x02, 0x14, + 0xe6, 0x7a, 0x6f, 0xd9, 0x14, 0xfa, 0xd0, 0xea, 0x84, 0x86, 0x15, 0xd2, 0xf2, 0x99, 0xf8, 0x3d, + 0xb5, 0xa9, 0xa7, 0x8f, 0x00, 0x48, 0x22, 0x1d, 0x15, 0x49, 0xc5, 0x77, 0x56, 0x24, 0xd0, 0x22, + 0xe2, 0x74, 0x1a, 0xba, 0x96, 0x77, 0x54, 0x72, 0x06, 0x61, 0x89, 0x26, 0x2c, 0xea, 0x20, 0x17, + 0x43, 0x87, 0x2e, 0x69, 0x6e, 0xe1, 0xdd, 0xef, 0x14, 0xda, 0xd7, 0xa3, 0xf9, 0x7a, 0x42, 0x75, + 0x65, 0x59, 0x09, 0x39, 0x2b, 0x65, 0xaa, 0x2e, 0x75, 0x58, 0x07, 0xd7, 0x6b, 0xb6, 0xe1, 0x39, + 0x5a, 0x5a, 0x55, 0xa4, 0xd6, 0xb7, 0x6d, 0x22, 0x36, 0x73, 0xc9, 0xfe, 0x0b, 0x95, 0xd1, 0xb4, + 0xc2, 0xff, 0x88, 0xc1, 0xee, 0xe9, 0xe7, 0x05, 0xe0, 0xe9, 0x2e, 0xe7, 0x1a, 0xf7, 0xfe, 0x00, + 0x3c, 0x9b, 0x46, 0x7f, 0x32, 0x14, 0xd7, 0x9d, 0x28, 0xbd, 0xad, 0x49, 0xed, 0xe5, 0xc2, 0xa5, + 0x51, 0x7d, 0x83, 0xba, 0xd3, 0x26, 0x7c, 0x15, 0xeb, 0x85, 0x95, 0x5c, 0x01, 0x38, 0x1e, 0x01, + 0xdc, 0x51, 0x4c, 0x39, 0x13, 0x62, 0x44, 0x9c, 0x35, 0x73, 0x86, 0x4e, 0x7f, 0xea, 0x34, 0x74, + 0x89, 0xb4, 0x4c, 0x46, 0x5c, 0xc9, 0x02, 0xf5, 0x23, 0x4d, 0x35, 0x44, 0x8e, 0x68, 0x98, 0x04, + 0x35, 0xc3, 0x54, 0x86, 0x81, 0x46, 0x2f, 0xc4, 0x26, 0x8a, 0x82, 0x27, 0x41, 0x6f, 0x14, 0xb3, + 0x99, 0x8d, 0x72, 0x50, 0x99, 0xc9, 0xe9, 0x08, 0x49, 0x17, 0xb6, 0xe2, 0x30, 0x11, 0xf9, 0x84, + 0x38, 0xfa, 0xd8, 0x0a, 0x31, 0x48, 0xae, 0x68, 0x40, 0x22, 0x11, 0xe8, 0xd8, 0x99, 0xa4, 0x75, + 0x41, 0x52, 0x20, 0x5c, 0x37, 0xc6, 0xe3, 0x9b, 0x1e, 0xa2, 0xe1, 0x81, 0x20, 0x59, 0x71, 0x55, + 0x6a, 0xe2, 0xc8, 0x35, 0x37, 0xed, 0x14, 0x3d, 0x86, 0xb5, 0xb0, 0x0c, 0x8b, 0x52, 0x89, 0x8d, + 0xbb, 0xc4, 0x10, 0xe1, 0x4d, 0x7a, 0xee, 0x68, 0xef, 0xb6, 0xa6, 0x7c, 0x13, 0x84, 0xa9, 0x99, + 0x49, 0xd7, 0x5d, 0x49, 0xeb, 0xe0, 0x57, 0x99, 0xae, 0xa8, 0xbc, 0xd1, 0x4a, 0x4b, 0xb5, 0x47, + 0x55, 0x22, 0x26, 0x9d, 0xa6, 0x17, 0x05, 0x51, 0x21, 0x60, 0xc9, 0x51, 0x75, 0x06, 0x9c, 0x8a, + 0x3b, 0x16, 0x23, 0x99, 0xae, 0xff, 0x2a, 0x62, 0x46, 0x99, 0xe7, 0xf5, 0x64, 0x43, 0xc3, 0x68, + 0x99, 0xa7, 0xa5, 0xf9, 0x73, 0x10, 0x2c, 0xde, 0x5c, 0xa2, 0xb2, 0xe6, 0x7e, 0x15, 0x91, 0x3a, + 0x29, 0x95, 0x05, 0x8f, 0xb0, 0x84, 0x14, 0x5d, 0x20, 0x86, 0x6e, 0x97, 0x2a, 0x75, 0x45, 0x2a, + 0x03, 0xf8, 0x07, 0x2e, 0xc8, 0xe2, 0x2f, 0x24, 0xb3, 0x5c, 0x48, 0x52, 0x45, 0x20, 0xfb, 0x9a, + 0x4f, 0x4e, 0x9e, 0xf5, 0xfb, 0x53, 0x88, 0x47, 0xaa, 0x15, 0x19, 0xbc, 0x94, 0x3a, 0x39, 0x53, + 0x63, 0x3e, 0x51, 0x80, 0xb3, 0xd4, 0x95, 0x68, 0xb1, 0x26, 0x41, 0xa5, 0x74, 0xc2, 0xfd, 0x51, + 0xdd, 0x8f, 0xce, 0x1e, 0x8d, 0x02, 0x9f, 0x11, 0xbd, 0x75, 0x38, 0xc9, 0x37, 0x6c, 0x71, 0x76, + 0x41, 0x2e, 0xf4, 0x11, 0x56, 0xe5, 0x5e, 0x39, 0x01, 0x22, 0x6a, 0x41, 0x46, 0x05, 0x44, 0xa8, + 0xeb, 0xc6, 0x51, 0x85, 0x95, 0x03, 0x32, 0xcc, 0x19, 0xe9, 0xd7, 0x2a, 0x67, 0x1d, 0x5c, 0x53, + 0xf9, 0x4c, 0x9a, 0x61, 0xbd, 0xe2, 0x8f, 0x5f, 0x71, 0xbd, 0xd6, 0xb1, 0x7d, 0x9b, 0x51, 0x56, + 0xec, 0xb3, 0xd4, 0xd9, 0xbd, 0xc3, 0x22, 0x4d, 0xcf, 0x76, 0x18, 0x3b, 0x28, 0x31, 0x97, 0x68, + 0xaa, 0xee, 0x47, 0x69, 0x93, 0xca, 0x42, 0x45, 0x69, 0x72, 0x08, 0x3a, 0x79, 0xb2, 0xaa, 0xe3, + 0x88, 0xcb, 0x0d, 0xea, 0x84, 0xbb, 0x0f, 0xe2, 0xa2, 0x67, 0xbb, 0x08, 0xa5, 0xa0, 0x70, 0xee, + 0xd1, 0x6e, 0x34, 0xdc, 0xb1, 0x57, 0x5a, 0x6f, 0xc9, 0x0d, 0xda, 0x3a, 0xac, 0x40, 0xee, 0xea, + 0x1e, 0x9b, 0x45, 0xdf, 0x71, 0x43, 0x38, 0xb9, 0x22, 0xa9, 0x08, 0xf4, 0x5e, 0xc8, 0x2a, 0x72, + 0xa7, 0x25, 0xfa, 0xaf, 0xa8, 0xef, 0x43, 0x15, 0x95, 0xdc, 0x9a, 0xc6, 0x7d, 0x35, 0x7a, 0x0d, + 0x92, 0xfb, 0x02, 0x52, 0x8b, 0xf8, 0xe6, 0x01, 0x90, 0xdd, 0xa1, 0x37, 0x5a, 0x96, 0x93, 0x97, + 0xb6, 0x69, 0x5d, 0x59, 0x26, 0x75, 0x48, 0x61, 0xd8, 0xd3, 0xd3, 0x7a, 0x2d, 0xcc, 0x87, 0x44, + 0x69, 0x68, 0x1e, 0x2d, 0x42, 0x4b, 0x2f, 0x2a, 0x92, 0xac, 0xb8, 0x70, 0xf1, 0x4b, 0x99, 0x5e, + 0xc5, 0xd3, 0x8e, 0x86, 0xc6, 0x94, 0x58, 0xee, 0x27, 0x31, 0x9d, 0xdc, 0xfa, 0x8d, 0xa7, 0x09, + 0x67, 0x7c, 0x6b, 0xa6, 0x68, 0x13, 0x24, 0x21, 0x90, 0xee, 0xfa, 0x3e, 0xe4, 0x14, 0xc7, 0x1c, + 0xa9, 0xe8, 0x1b, 0x7d, 0xb4, 0xbf, 0x18, 0x7d, 0x19, 0x04, 0xf8, 0xab, 0xb5, 0xc9, 0xd7, 0x83, + 0xbb, 0xca, 0xe4, 0x99, 0x12, 0x4a, 0x79, 0x51, 0xd7, 0x60, 0xe6, 0xa1, 0xf1, 0xbe, 0xb3, 0x36, + 0x56, 0xb5, 0x57, 0xbd, 0x04, 0x4d, 0x5a, 0x5b, 0xaa, 0x78, 0xbf, 0x3f, 0xbc, 0x3f, 0xe0, 0x39, + 0x88, 0x4a, 0x93, 0x6f, 0x92, 0xf9, 0xf3, 0x94, 0x00, 0xc2, 0x72, 0x43, 0x5c, 0xc3, 0x30, 0x90, + 0x6d, 0xa3, 0x6a, 0x30, 0x89, 0x96, 0xcb, 0x01, 0x8d, 0x36, 0xeb, 0x12, 0x4e, 0xde, 0xe4, 0xb4, + 0x5c, 0xd4, 0xf7, 0x54, 0xee, 0xfd, 0x6a, 0xd0, 0x90, 0x58, 0xeb, 0xc8, 0x4f, 0x02, 0x18, 0xff, + 0x51, 0x05, 0x0e, 0x16, 0xbb, 0x9e, 0x08, 0x39, 0xe2, 0x7f, 0xac, 0x05, 0x0b, 0x04, 0xb8, 0x49, + 0xd5, 0xbf, 0xaf, 0xca, 0x04, 0x07, 0x0d, 0x2d, 0xb4, 0x77, 0x3c, 0xcc, 0x0b, 0x20, 0x7e, 0xab, + 0xc7, 0x6f, 0xfe, 0xbe, 0xe9, 0xd9, 0x73, 0xc1, 0x85, 0x09, 0xa5, 0xff, 0x2f, 0xe3, 0xe6, 0x4c, + 0x50, 0x29, 0x4d, 0x0c, 0x43, 0x10, 0xbc, 0xd3, 0xd4, 0x02, 0xbb, 0xe6, 0xf0, 0x78, 0xdc, 0xd7, + 0x7e, 0xf2, 0xa0, 0xff, 0x6b, 0xd0, 0x3c, 0x46, 0x9d, 0x20, 0xb5, 0xc9, 0x37, 0x95, 0x08, 0x50, + 0xa3, 0x76, 0x55, 0x9d, 0x34, 0x5a, 0x27, 0xfc, 0x66, 0xc4, 0x00, 0xaa, 0xa4, 0x82, 0x94, 0xe7, + 0xb5, 0x24, 0xa7, 0xdb, 0x8f, 0x0d, 0xe2, 0x3b, 0xd3, 0x8d, 0xa7, 0x0b, 0x6b, 0xf4, 0x0c, 0x6e, + 0x44, 0x7f, 0xbb, 0x85, 0x22, 0x81, 0xe5, 0xf4, 0x0c, 0x33, 0x22, 0x42, 0x32, 0xb5, 0xf8, 0x5d, + 0x30, 0xfc, 0x24, 0x8e, 0x42, 0x9f, 0x00, 0x61, 0xb7, 0xd5, 0xaf, 0x3e, 0x8a, 0xf3, 0xe9, 0x4f, + 0x20, 0x92, 0xb6, 0x23, 0x3e, 0x74, 0x33, 0x74, 0x83, 0x27, 0x93, 0x22, 0x53, 0xd5, 0xf2, 0xb8, + 0x15, 0xb2, 0x42, 0x8b, 0xc1, 0x9d, 0x28, 0xaf, 0x70, 0x16, 0xaf, 0x99, 0xfc, 0x28, 0x63, 0x41, + 0x48, 0x15, 0x95, 0x5c, 0xc7, 0x52, 0xf6, 0xa3, 0xfa, 0x29, 0x83, 0xcf, 0x89, 0xd2, 0x82, 0x21, + 0x13, 0x5d, 0xe1, 0xe2, 0x5f, 0x17, 0x8a, 0x6a, 0xc4, 0xa0, 0x9e, 0x10, 0x17, 0x05, 0x5d, 0x4c, + 0x71, 0x96, 0x32, 0x91, 0xc9, 0xe3, 0xc4, 0x73, 0x62, 0xe1, 0x5d, 0xbb, 0x16, 0x17, 0x2a, 0xdd, + 0xab, 0xe6, 0x24, 0xd3, 0x9a, 0x9a, 0x00, 0x0b, 0x99, 0x3d, 0x44, 0x95, 0xfc, 0x71, 0x38, 0xe2, + 0xb1, 0xd2, 0x69, 0x1e, 0x39, 0xb3, 0x8b, 0x8a, 0x17, 0x5d, 0xd6, 0x25, 0x76, 0x86, 0xbd, 0x2d, + 0xa7, 0xf5, 0x92, 0x8e, 0xa0, 0xcf, 0x2a, 0xb1, 0x2c, 0x4d, 0x30, 0x8d, 0xa4, 0x15, 0xe3, 0xe3, + 0x1c, 0xb0, 0xdf, 0x21, 0x5e, 0x44, 0x3a, 0x22, 0x60, 0x8a, 0xee, 0xb3, 0x55, 0xad, 0x3d, 0xba, + 0x56, 0x8c, 0x2f, 0xe1, 0x13, 0xad, 0xbc, 0xe5, 0x1c, 0xf3, 0xe5, 0xe8, 0x7d, 0x50, 0xf7, 0xa8, + 0x81, 0x9a, 0x1b, 0x5f, 0x21, 0x20, 0x14, 0xf9, 0x9e, 0xcb, 0x88, 0xda, 0xeb, 0xce, 0xd5, 0x5a, + 0xa8, 0x67, 0xdb, 0x87, 0x6a, 0x23, 0xb5, 0xde, 0xf0, 0xe7, 0x2c, 0x8d, 0x19, 0xb5, 0x7b, 0x22, + 0xdd, 0x90, 0x93, 0xc4, 0x82, 0xd6, 0xfd, 0xf1, 0x8f, 0xa4, 0x34, 0xdf, 0xce, 0xca, 0xd7, 0x41, + 0x38, 0x73, 0x78, 0x97, 0xaa, 0x57, 0xed, 0x36, 0xbd, 0xa1, 0x1d, 0x74, 0x62, 0xf5, 0xab, 0x3e, + 0xf0, 0x71, 0xa4, 0xcb, 0x56, 0xca, 0x47, 0x14, 0xe9, 0x3e, 0x8d, 0xbb, 0x0a, 0x20, 0x30, 0xbb, + 0x6b, 0x77, 0x50, 0x37, 0x16, 0xd5, 0xde, 0xad, 0x0d, 0x33, 0x12, 0xca, 0xde, 0x18, 0x75, 0x8a, + 0x51, 0x4a, 0x0d, 0x51, 0xb7, 0x82, 0xf4, 0x29, 0x74, 0x58, 0x7d, 0xe0, 0xf2, 0xa1, 0x65, 0x0c, + 0xbd, 0xbd, 0x90, 0xec, 0x22, 0x85, 0x6a, 0xd5, 0x8f, 0x4c, 0x17, 0x25, 0xae, 0xeb, 0xaf, 0x03, + 0x2e, 0x56, 0x11, 0xbf, 0x08, 0x97, 0x4e, 0x4f, 0x6b, 0xa1, 0x04, 0x74, 0x29, 0x02, 0x1d, 0xe9, + 0x24, 0x6e, 0x90, 0x0a, 0x73, 0x68, 0x8f, 0xcd, 0x5d, 0xc1, 0x90, 0x00, 0xbb, 0x76, 0x49, 0xd0, + 0xb9, 0x97, 0xe0, 0x86, 0xe5, 0x91, 0xca, 0xd7, 0x16, 0x2b, 0xa2, 0x3f, 0x9d, 0xbf, 0x8c, 0x68, + 0x4b, 0x7d, 0xaa, 0x41, 0x98, 0xf4, 0x34, 0xdf, 0xca, 0xf4, 0x77, 0x83, 0xe6, 0xcf, 0x51, 0x67, + 0x69, 0x72, 0x08, 0x2b, 0xab, 0x98, 0xb5, 0x8a, 0xb8, 0x98, 0x13, 0x5a, 0x6d, 0xaa, 0x6a, 0xb6, + 0xca, 0x63, 0x70, 0x5e, 0x9c, 0x83, 0xb6, 0x51, 0x58, 0xe4, 0x76, 0xab, 0x92, 0x92, 0x99, 0x63, + 0xf9, 0x70, 0xe9, 0xb4, 0x4e, 0x07, 0xa2, 0xdf, 0x9d, 0xd8, 0xe0, 0xe8, 0xec, 0xd7, 0x89, 0xa7, + 0x45, 0x3c, 0xf5, 0x8f, 0x50, 0x24, 0xab, 0xd2, 0x7a, 0x04, 0xdb, 0xf3, 0xa0, 0x79, 0x33, 0xba, + 0x06, 0xc0, 0x66, 0xa5, 0xd5, 0xfe, 0xba, 0xe1, 0x32, 0xd5, 0x43, 0x91, 0xbe, 0x86, 0x88, 0xef, + 0x69, 0xb6, 0x9a, 0x69, 0x5e, 0x96, 0x47, 0xbc, 0x98, 0xa5, 0x5f, 0x23, 0xa1, 0x4f, 0x75, 0x49, + 0xba, 0xdd, 0xd6, 0x9d, 0xdd, 0xd9, 0x2d, 0x15, 0x76, 0x34, 0xaf, 0xc5, 0x6b, 0x17, 0x43, 0x9b, + 0x45, 0xa8, 0x66, 0x2d, 0x28, 0xab, 0x44, 0xdd, 0x94, 0x90, 0x64, 0x69, 0xb1, 0xc1, 0x9b, 0xbb, + 0x11, 0x31, 0x73, 0x89, 0x29, 0x2d, 0xd6, 0x5a, 0x89, 0x76, 0xc8, 0x30, 0x7b, 0x5a, 0x61, 0x14, + 0xd6, 0x8e, 0xba, 0x49, 0x51, 0xf6, 0x00, 0x30, 0xb9, 0x12, 0x66, 0xa1, 0x66, 0x4f, 0xc6, 0xa3, + 0x79, 0xfd, 0xd1, 0xe2, 0x45, 0x77, 0x08, 0xa7, 0xcc, 0xa3, 0x87, 0x37, 0xb5, 0x5f, 0xab, 0x84, + 0x36, 0x3e, 0xb9, 0x94, 0x84, 0x21, 0x8b, 0x1c, 0xb0, 0x25, 0xa1, 0xf8, 0x5d, 0x22, 0x86, 0x5b, + 0x9b, 0x15, 0x59, 0x12, 0x69, 0xaf, 0x03, 0x14, 0x94, 0xa7, 0xee, 0x12, 0xd6, 0x05, 0x61, 0xb9, + 0xab, 0xc8, 0x3b, 0xdd, 0x97, 0xea, 0x74, 0x47, 0xf9, 0x2a, 0xcb, 0x3b, 0xb0, 0xd6, 0xda, 0x47, + 0xd4, 0x7d, 0x99, 0xa9, 0xdf, 0x6d, 0xe5, 0x98, 0x49, 0x30, 0x7a, 0x40, 0xfd, 0x86, 0xab, 0xe4, + 0xf3, 0x45, 0x6f, 0x0e, 0xac, 0x15, 0x97, 0x31, 0x57, 0xf6, 0xc5, 0xa8, 0xd4, 0xf1, 0xa9, 0x6c, + 0x6a, 0x2e, 0x36, 0x9e, 0x51, 0x1b, 0x8e, 0x07, 0xdf, 0xde, 0x47, 0xff, 0x3d, 0x78, 0xee, 0x8b, + 0xcb, 0x82, 0x21, 0x70, 0x51, 0xc9, 0x43, 0x7b, 0xcb, 0x49, 0x7f, 0x4b, 0xad, 0x16, 0x6d, 0x31, + 0x59, 0xd4, 0xd0, 0x6f, 0x1a, 0x8b, 0x52, 0xa7, 0x2c, 0x28, 0x33, 0x53, 0x60, 0x74, 0x27, 0xc1, + 0x92, 0x3d, 0x25, 0xa5, 0x9a, 0x35, 0xee, 0x48, 0xb3, 0xd8, 0x4f, 0x60, 0x9a, 0x9f, 0x55, 0xaf, + 0xcf, 0x83, 0x7d, 0x2a, 0xf3, 0xab, 0x70, 0x48, 0xdd, 0xb4, 0x74, 0x85, 0x82, 0xab, 0xb0, 0x93, + 0x7e, 0x0b, 0xb8, 0x60, 0x26, 0x9d, 0x09, 0x7e, 0x34, 0x97, 0x13, 0xbe, 0xd6, 0x96, 0x6f, 0xdd, + 0xb6, 0x4b, 0x34, 0xba, 0xc6, 0x15, 0x5d, 0xee, 0xb1, 0x65, 0x07, 0x1e, 0xd1, 0x50, 0xa3, 0xbd, + 0xa0, 0xb8, 0x48, 0xce, 0x91, 0xd1, 0x7e, 0xb8, 0xd3, 0x07, 0xa5, 0x14, 0x40, 0xa6, 0xcd, 0xd4, + 0xac, 0xd0, 0x76, 0x25, 0x95, 0x11, 0x6e, 0x5d, 0x88, 0xca, 0xde, 0x5c, 0x21, 0xc8, 0x53, 0xac, + 0xe9, 0x05, 0x74, 0xb7, 0x73, 0x9a, 0xac, 0x82, 0xae, 0x39, 0x0f, 0x03, 0x4d, 0x95, 0xdb, 0xaa, + 0x21, 0x2a, 0x70, 0x92, 0xd2, 0xfa, 0x9f, 0x0b, 0x88, 0x18, 0x18, 0x48, 0xbf, 0xe4, 0x80, 0x5f, + 0x66, 0xc7, 0x72, 0x0d, 0x13, 0xbd, 0x54, 0x88, 0x56, 0x08, 0x86, 0x1a, 0xe3, 0x69, 0x02, 0x85, + 0xec, 0x47, 0x8f, 0xa7, 0xac, 0xce, 0xd7, 0x1d, 0x38, 0x92, 0x31, 0xbb, 0xb9, 0xfc, 0xb8, 0x76, + 0x19, 0x5a, 0xe4, 0x26, 0xa2, 0xca, 0x90, 0x90, 0xd6, 0x07, 0x45, 0xba, 0xc0, 0x9d, 0x02, 0xe1, + 0x88, 0xe5, 0x9e, 0x06, 0xcf, 0x75, 0xdd, 0x64, 0xa0, 0xa7, 0xed, 0xbf, 0x96, 0x0d, 0x9f, 0x07, + 0xcd, 0xd3, 0xa8, 0xfe, 0x8f, 0x09, 0xf2, 0x43, 0xb4, 0x16, 0x68, 0x43, 0x44, 0xfd, 0x25, 0x34, + 0x55, 0x27, 0xb3, 0xea, 0xaa, 0xe1, 0xa1, 0x5d, 0xdb, 0xe9, 0xb2, 0x87, 0x9e, 0xa5, 0xb3, 0xd0, + 0xcd, 0x5f, 0xbc, 0x07, 0x5b, 0x18, 0x6e, 0xfe, 0xc3, 0x18, 0x7c, 0x3f, 0x68, 0x7e, 0x7f, 0xe9, + 0xe7, 0x41, 0xf3, 0xa3, 0x4b, 0xab, 0xed, 0xfa, 0x91, 0xc6, 0xb6, 0x37, 0xf4, 0x1b, 0xad, 0x23, + 0x12, 0xa2, 0x54, 0x47, 0x9c, 0x18, 0xdd, 0x99, 0x1f, 0xa2, 0x5f, 0x57, 0x43, 0x77, 0x56, 0x93, + 0x63, 0x04, 0x9c, 0x42, 0x06, 0x14, 0xad, 0x8e, 0x4b, 0x4b, 0x58, 0x0d, 0xe7, 0xc3, 0xf5, 0x3b, + 0x9d, 0x1d, 0x93, 0x7d, 0x1a, 0x96, 0x72, 0x7e, 0x03, 0xbb, 0xd0, 0xf8, 0x85, 0xfd, 0xef, 0x59, + 0xdf, 0x98, 0x64, 0xbe, 0x35, 0xeb, 0x1b, 0x93, 0xcc, 0x37, 0x1f, 0xf8, 0x31, 0x29, 0xfa, 0xa7, + 0x53, 0x05, 0xed, 0x74, 0x29, 0x22, 0xfd, 0x9e, 0x16, 0xb9, 0x39, 0xab, 0xf9, 0x3f, 0x50, 0x11, + 0xf3, 0x94, 0x1f, 0xd7, 0xb4, 0x9b, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, + 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, + 0x00, 0x00, 0x0e, 0xc4, 0x00, 0x00, 0x0e, 0xc4, 0x01, 0x95, 0x2b, 0x0e, 0x1b, 0x00, 0x00, 0x00, + 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xe2, 0x02, 0x12, 0x01, 0x08, 0x0a, 0x3e, 0x46, 0xd5, 0x7c, + 0x00, 0x00, 0x02, 0x0b, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xb5, 0x95, 0xb1, 0x4e, 0xe3, 0x40, + 0x10, 0x86, 0x3f, 0x3b, 0x0e, 0x5e, 0x8a, 0xb8, 0xb8, 0x48, 0x28, 0xc8, 0x91, 0x69, 0x90, 0x22, + 0x24, 0xba, 0x43, 0x22, 0x34, 0xee, 0xd2, 0x45, 0x79, 0x05, 0xde, 0xe0, 0xaa, 0x94, 0xf7, 0x0e, + 0xf7, 0x14, 0x47, 0xc3, 0x1b, 0x40, 0x13, 0xa5, 0xa1, 0xa0, 0xa0, 0x70, 0x61, 0xa1, 0x14, 0xb1, + 0x84, 0x44, 0x05, 0x0a, 0xd8, 0x26, 0x76, 0x70, 0xbc, 0x7b, 0x05, 0x22, 0x28, 0x77, 0x02, 0xfb, + 0x90, 0xf9, 0xa5, 0x69, 0x56, 0xff, 0xcc, 0x37, 0x33, 0x1a, 0x69, 0x35, 0x5d, 0xd7, 0x7f, 0x4a, + 0x29, 0x8f, 0xf9, 0x02, 0x69, 0x9a, 0xf6, 0x5b, 0x03, 0x26, 0x87, 0x87, 0x87, 0xbb, 0xb6, 0x6d, + 0x57, 0x5a, 0x7c, 0x36, 0x9b, 0x31, 0x1a, 0x8d, 0x42, 0x03, 0xc0, 0xb6, 0x6d, 0x84, 0x10, 0x95, + 0x02, 0xb6, 0xb7, 0xb7, 0x69, 0xb5, 0x5a, 0x96, 0xce, 0x17, 0xca, 0x34, 0x4d, 0x8c, 0xb2, 0xe6, + 0xbd, 0xbd, 0x3d, 0x3a, 0x9d, 0x0e, 0xba, 0xae, 0xe3, 0xfb, 0x3e, 0xbe, 0xef, 0x97, 0xca, 0x2b, + 0x05, 0xd8, 0xda, 0xda, 0xa2, 0xd7, 0xeb, 0x61, 0x18, 0x2f, 0xf6, 0x76, 0xbb, 0x8d, 0x94, 0x92, + 0xeb, 0xeb, 0xeb, 0xc2, 0xdc, 0x52, 0x2b, 0x72, 0x1c, 0x67, 0x55, 0x1c, 0xc0, 0x30, 0x0c, 0x76, + 0x76, 0x76, 0x4a, 0x4d, 0x50, 0x0a, 0x70, 0x7f, 0x7f, 0xff, 0xcf, 0xdb, 0xc3, 0xc3, 0x43, 0x75, + 0x2b, 0x9a, 0x4e, 0xa7, 0x78, 0x9e, 0x87, 0xe3, 0x38, 0xe8, 0xba, 0x4e, 0x10, 0x04, 0x5c, 0x5d, + 0x5d, 0x55, 0x07, 0x00, 0x38, 0x3f, 0x3f, 0xff, 0xd4, 0x25, 0x19, 0x00, 0x37, 0x37, 0x37, 0x34, + 0x9b, 0x4d, 0x36, 0x37, 0x37, 0x11, 0x42, 0xa0, 0x69, 0xda, 0xa7, 0x4f, 0x33, 0xcb, 0x32, 0xe6, + 0xf3, 0x39, 0x4f, 0x4f, 0x4f, 0x3c, 0x3e, 0x3e, 0xbe, 0x00, 0xc2, 0x30, 0x24, 0x49, 0x12, 0x00, + 0x84, 0x10, 0x58, 0x96, 0x85, 0x69, 0x9a, 0x6c, 0x6c, 0x6c, 0x50, 0xaf, 0xd7, 0xb1, 0x2c, 0x8b, + 0xfd, 0xfd, 0xfd, 0xb5, 0x42, 0x41, 0x10, 0x70, 0x7b, 0x7b, 0x4b, 0x9e, 0xe7, 0x64, 0x59, 0x46, + 0x9a, 0xa6, 0x24, 0x49, 0x42, 0x14, 0x45, 0x48, 0x29, 0x57, 0x30, 0x03, 0x20, 0xcf, 0xf3, 0x55, + 0xd7, 0x71, 0x1c, 0x13, 0xc7, 0xf1, 0x5a, 0xb1, 0xa3, 0xa3, 0x23, 0x5c, 0xd7, 0x5d, 0x7b, 0x0b, + 0xc3, 0x90, 0xb3, 0xb3, 0xb3, 0x0f, 0xa7, 0x91, 0x52, 0xbe, 0x01, 0x8a, 0x8c, 0x7f, 0x4b, 0x29, + 0xc5, 0x72, 0xb9, 0xac, 0x06, 0xf0, 0x9e, 0x8a, 0xf2, 0x94, 0x52, 0x2f, 0x80, 0xa2, 0x4e, 0x16, + 0x8b, 0x05, 0x51, 0x14, 0x01, 0xd0, 0x68, 0x34, 0x56, 0x2b, 0x2a, 0x0d, 0x28, 0x32, 0x8e, 0xc7, + 0x63, 0xc6, 0xe3, 0x31, 0xae, 0xeb, 0x32, 0x1c, 0x0e, 0xc9, 0xb2, 0x8c, 0xc9, 0x64, 0x52, 0xd8, + 0x58, 0x69, 0xc0, 0xab, 0xba, 0xdd, 0x2e, 0x00, 0x77, 0x77, 0x77, 0x5c, 0x5e, 0x5e, 0x16, 0xfa, + 0xd7, 0x00, 0x4a, 0xa9, 0x0f, 0xcd, 0x83, 0xc1, 0x80, 0x83, 0x83, 0x03, 0x00, 0x3c, 0xcf, 0x2b, + 0xec, 0xfe, 0xbf, 0x01, 0xfd, 0x7e, 0x1f, 0x21, 0x04, 0x61, 0x18, 0x72, 0x7a, 0x7a, 0x5a, 0x6a, + 0x6a, 0xa5, 0x14, 0x35, 0xe0, 0x87, 0x61, 0x18, 0xdf, 0x5e, 0x1f, 0xde, 0x8b, 0xe7, 0xe7, 0x67, + 0xda, 0xed, 0x36, 0x27, 0x27, 0x27, 0x5c, 0x5c, 0x5c, 0x7c, 0xe8, 0x7d, 0x8d, 0x2c, 0xcb, 0xd0, + 0x80, 0x89, 0x69, 0x9a, 0xbb, 0xba, 0x5e, 0xfd, 0xe7, 0x96, 0xa6, 0xe9, 0xdb, 0x99, 0xd6, 0x6a, + 0xb5, 0x4a, 0x8b, 0x4b, 0x29, 0x51, 0x4a, 0x2d, 0x6a, 0x9a, 0xa6, 0x35, 0xa5, 0x94, 0xdf, 0xf3, + 0x3c, 0x37, 0xa5, 0x94, 0x54, 0x11, 0x79, 0x9e, 0x23, 0xa5, 0x5c, 0x00, 0xbf, 0xfe, 0x00, 0xee, + 0x1f, 0x67, 0x52, 0xd4, 0xb9, 0xc6, 0xc2, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, + 0x42, 0x60, 0x82 }; #endif diff --git a/cinelerra-5.1/guicast/images/file_size_semi_up.png b/cinelerra-5.1/guicast/images/file_size_semi_up.png index 9144f0f7c83a5901c011f11901c8b55d697eafb9..89401c54ea437aa5ab076660d6fc1e486fbe38ba 100644 GIT binary patch delta 2464 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 JPDHLkV1h27=Fk8D diff --git a/cinelerra-5.1/guicast/images/file_size_zero_dn_png.h b/cinelerra-5.1/guicast/images/file_size_zero_dn_png.h index a4cde8e9..d95487e0 100644 --- a/cinelerra-5.1/guicast/images/file_size_zero_dn_png.h +++ b/cinelerra-5.1/guicast/images/file_size_zero_dn_png.h @@ -3,453 +3,400 @@ static unsigned char file_size_zero_dn_png[] = { - 0x00, 0x00, 0x1b, 0xd3, + 0x00, 0x00, 0x18, 0x87, 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x17, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x2a, 0xd4, - 0xa0, 0x00, 0x00, 0x18, 0xb0, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, + 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, + 0xf8, 0x00, 0x00, 0x15, 0x35, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x74, 0x79, 0x70, 0x65, 0x20, 0x65, 0x78, 0x69, 0x66, 0x00, 0x00, - 0x78, 0xda, 0xad, 0x9b, 0x69, 0x56, 0x65, 0xb9, 0x76, 0x84, 0xff, 0x6b, 0x14, 0x1e, 0x82, 0xfa, - 0x66, 0x38, 0x6a, 0xd7, 0xf2, 0x0c, 0x3c, 0x7c, 0x7f, 0xa1, 0x73, 0x21, 0x81, 0x22, 0x33, 0x29, - 0x3f, 0x27, 0x05, 0x5c, 0x4e, 0x2b, 0xed, 0x26, 0x76, 0xc4, 0x96, 0xca, 0xec, 0xff, 0xf9, 0xef, - 0x63, 0xfe, 0x8b, 0x7f, 0xb9, 0xc4, 0x68, 0x62, 0x2a, 0x35, 0xb7, 0x9c, 0x2d, 0xff, 0x62, 0x8b, - 0xcd, 0x77, 0x3e, 0x54, 0xfb, 0xeb, 0xdf, 0x7e, 0xfd, 0x7e, 0x8e, 0x39, 0x1b, 0xef, 0xcf, 0xb7, - 0x7f, 0xee, 0xf5, 0xd3, 0x99, 0x6f, 0x4f, 0x78, 0x7e, 0x07, 0x7e, 0x87, 0xe7, 0x60, 0x89, 0xaf, - 0xb3, 0xe1, 0x75, 0xfc, 0xed, 0xfa, 0xfc, 0xfe, 0x9b, 0x07, 0x7d, 0x73, 0xc2, 0xa5, 0x2f, 0x37, - 0x84, 0xf7, 0xd7, 0xf8, 0x8f, 0x2f, 0x2e, 0xfd, 0x75, 0xdc, 0x5b, 0xff, 0x69, 0x44, 0xab, 0xb8, - 0x66, 0x3f, 0xfe, 0xab, 0xbf, 0xbe, 0xcf, 0x59, 0xf5, 0x9c, 0xfd, 0xcc, 0xae, 0xc7, 0x8c, 0x19, - 0xf2, 0x33, 0xa9, 0xe7, 0x15, 0xe6, 0xed, 0x31, 0x5c, 0x38, 0xb0, 0x52, 0xb8, 0xb7, 0x65, 0xbe, - 0x0a, 0xdf, 0x89, 0xcf, 0xe5, 0x7e, 0x35, 0xbe, 0xaa, 0xed, 0x76, 0xba, 0x68, 0x97, 0x9d, 0x76, - 0xf0, 0x35, 0x5d, 0x73, 0xde, 0x05, 0x7b, 0x5c, 0x74, 0xcb, 0xb8, 0xee, 0x8e, 0xdb, 0x6e, 0xf1, - 0x7b, 0xba, 0xc9, 0x18, 0xa3, 0xdf, 0xbe, 0xf0, 0xdb, 0xfb, 0xe9, 0xc3, 0x3d, 0x56, 0x43, 0xf1, - 0xcd, 0xcf, 0x60, 0x83, 0x0b, 0x51, 0x5f, 0xee, 0xf8, 0x12, 0x5a, 0x58, 0xa1, 0x06, 0x1f, 0xa6, - 0xdf, 0x21, 0x84, 0x68, 0x82, 0x7f, 0x1f, 0x8b, 0xbb, 0xef, 0x6d, 0xf7, 0x7d, 0xd3, 0x55, 0xde, - 0xbc, 0x1c, 0x97, 0x7a, 0xc7, 0xc3, 0x1c, 0xb7, 0xfc, 0xf1, 0xcb, 0xfc, 0xed, 0x82, 0x9f, 0x7c, - 0x9d, 0x33, 0x2d, 0x36, 0x72, 0x8e, 0xd9, 0xbb, 0x97, 0xad, 0x18, 0x97, 0xf7, 0xf2, 0x83, 0x93, - 0x19, 0x83, 0x7e, 0x72, 0x19, 0x0e, 0x71, 0xe7, 0xe5, 0xb7, 0x74, 0x0d, 0xfc, 0xf6, 0xf5, 0xfe, - 0xcf, 0x7c, 0x70, 0x6c, 0xc0, 0x83, 0xe9, 0x9a, 0xb9, 0x32, 0xc1, 0x6e, 0xc7, 0xf3, 0x88, 0x91, - 0xdc, 0xaf, 0xd8, 0x0a, 0x37, 0x00, 0x02, 0xd7, 0x25, 0x7e, 0x3f, 0xf1, 0xe5, 0xca, 0x92, 0xd7, - 0xfc, 0x8d, 0x92, 0xc8, 0xbb, 0x13, 0x83, 0x71, 0x01, 0x17, 0xd8, 0xec, 0x42, 0x72, 0xd9, 0xd9, - 0xe2, 0x7d, 0x71, 0x2e, 0x06, 0x5f, 0x71, 0x50, 0x67, 0xe4, 0x3e, 0x44, 0x3f, 0xf0, 0x80, 0x4b, - 0xc9, 0x2f, 0x06, 0xe9, 0x63, 0x08, 0x19, 0xdf, 0x54, 0xe2, 0x88, 0x77, 0x73, 0x4f, 0x71, 0xf7, - 0x5a, 0x9f, 0xfc, 0x73, 0x9c, 0x54, 0xc1, 0x3f, 0x29, 0xe4, 0x50, 0xf0, 0x4d, 0x0b, 0x1d, 0x67, - 0xc5, 0x98, 0x88, 0x9f, 0x12, 0x2b, 0x31, 0xd4, 0x53, 0x48, 0x31, 0xa5, 0x94, 0x53, 0x49, 0x35, - 0xb5, 0xd4, 0x4d, 0x0e, 0x39, 0xe6, 0x94, 0x73, 0x2e, 0x59, 0x39, 0xd7, 0x4b, 0x28, 0xb1, 0xa4, - 0x92, 0x4b, 0x29, 0xb5, 0xb4, 0xd2, 0x6b, 0xa8, 0xb1, 0xa6, 0x9a, 0x6b, 0xa9, 0xb5, 0xb6, 0xda, - 0x9b, 0x6f, 0x81, 0x94, 0x4c, 0x2d, 0xb7, 0xd2, 0x6a, 0x6b, 0xad, 0x77, 0xde, 0xd9, 0xa3, 0xe9, - 0xa9, 0x73, 0x77, 0xe7, 0x8a, 0xde, 0x87, 0x1f, 0x61, 0xc4, 0x91, 0x46, 0x1e, 0x65, 0xd4, 0xd1, - 0x46, 0x9f, 0x84, 0xcf, 0x8c, 0x33, 0xcd, 0x3c, 0xcb, 0xac, 0xb3, 0xcd, 0xbe, 0xfc, 0x0a, 0x2b, - 0xae, 0xb4, 0xf2, 0x2a, 0xab, 0xae, 0xb6, 0xfa, 0x76, 0x9b, 0x50, 0x32, 0x3b, 0xee, 0xb4, 0xf3, - 0x2e, 0xbb, 0xee, 0xb6, 0xfb, 0x21, 0xd6, 0x4e, 0x38, 0xf1, 0xa4, 0x93, 0x4f, 0x39, 0xf5, 0xb4, - 0xd3, 0xdf, 0xbd, 0xf6, 0xf2, 0xea, 0x3f, 0xbe, 0xfe, 0x85, 0xd7, 0xdc, 0xcb, 0x6b, 0xfe, 0x7a, - 0x4a, 0xd7, 0x95, 0x77, 0xaf, 0x71, 0xb4, 0x14, 0x3d, 0xe8, 0x3e, 0xc2, 0x09, 0x67, 0x92, 0x7c, - 0x86, 0xc7, 0x7c, 0x74, 0x78, 0xbc, 0xc8, 0x03, 0x04, 0xb4, 0x97, 0xcf, 0x6c, 0x75, 0x31, 0x7a, - 0x79, 0x4e, 0x3e, 0xb3, 0xcd, 0x93, 0x15, 0xc9, 0x33, 0xc8, 0x24, 0xdf, 0x2c, 0x67, 0xbb, 0x71, - 0x19, 0x17, 0xc6, 0xed, 0x7c, 0x3a, 0xee, 0xdd, 0x77, 0xbf, 0x3c, 0xf7, 0x63, 0xbf, 0x19, 0x6c, - 0xfd, 0x37, 0xbf, 0xf9, 0x9f, 0x78, 0xce, 0xc8, 0x75, 0xff, 0x0f, 0x9e, 0xf3, 0x66, 0x87, 0x2f, - 0x7e, 0xfb, 0xc6, 0x6b, 0x4b, 0x48, 0x38, 0xaf, 0xc7, 0x9e, 0x2c, 0x94, 0x4d, 0x6d, 0x20, 0xfb, - 0xf8, 0x4f, 0x53, 0xce, 0x79, 0x98, 0x14, 0xe2, 0x5a, 0x21, 0xbb, 0x31, 0x47, 0xc9, 0xcd, 0xc7, - 0xdc, 0xb8, 0x7c, 0xa7, 0xb2, 0x93, 0x0f, 0xcb, 0x16, 0x86, 0xb5, 0x80, 0xe0, 0xb4, 0x1c, 0xff, - 0xcd, 0xd4, 0x6d, 0xea, 0x61, 0x62, 0xf9, 0xd9, 0x42, 0x06, 0x0c, 0xf1, 0x69, 0x0c, 0x67, 0xfa, - 0x3e, 0x4d, 0x39, 0xc2, 0xaf, 0x9c, 0x74, 0x30, 0xac, 0xbc, 0xc3, 0xd9, 0x07, 0xac, 0xdb, 0x20, - 0xa1, 0x9b, 0x3d, 0x71, 0x7f, 0xfe, 0x75, 0xc9, 0xfb, 0x05, 0xba, 0xbc, 0xf3, 0xc9, 0xb9, 0x3a, - 0x40, 0x91, 0xb6, 0x87, 0x29, 0x4e, 0x8f, 0x28, 0x8b, 0x3f, 0x6b, 0xe2, 0x83, 0x2f, 0x14, 0xa8, - 0xd4, 0x38, 0x58, 0x67, 0x6a, 0x3c, 0xe3, 0xa4, 0x01, 0x58, 0x8f, 0xad, 0xcf, 0x9e, 0x4f, 0x35, - 0x66, 0x3f, 0xc7, 0xd9, 0xa5, 0xaf, 0x59, 0xce, 0x3a, 0x71, 0xdc, 0xb7, 0x1a, 0x37, 0xdb, 0xfa, - 0xfc, 0xda, 0x0f, 0x23, 0xbb, 0x7f, 0x7d, 0x7c, 0xb5, 0xb5, 0xbc, 0x5c, 0xef, 0xbe, 0x6f, 0x06, - 0xde, 0xdf, 0xdf, 0x6d, 0xee, 0xcb, 0xed, 0xe7, 0xd7, 0x33, 0xf3, 0xf7, 0x01, 0x70, 0xea, 0xfb, - 0x21, 0x7c, 0x19, 0x81, 0xf9, 0xf3, 0xcc, 0x7f, 0x3e, 0x71, 0xf3, 0xe7, 0x99, 0xff, 0x7c, 0xe2, - 0xe6, 0xcf, 0x33, 0xff, 0xf9, 0xc4, 0xcd, 0x5f, 0x87, 0xf0, 0xc3, 0x89, 0x9b, 0xff, 0xc4, 0xe5, - 0x1f, 0xdf, 0x6a, 0xfe, 0x13, 0x97, 0x7f, 0x9c, 0xb8, 0xf9, 0xbf, 0xb8, 0x9c, 0x77, 0xfd, 0x63, - 0xe2, 0x46, 0xd9, 0x00, 0xd8, 0xb5, 0xed, 0xce, 0x88, 0xb1, 0xf8, 0xee, 0x63, 0x1b, 0x24, 0xe4, - 0x7a, 0xcf, 0x93, 0x55, 0x41, 0x07, 0x92, 0x3d, 0x8e, 0x38, 0x6b, 0x26, 0xf7, 0x5b, 0x8e, 0x75, - 0xf5, 0xe8, 0xe3, 0xa8, 0xe9, 0xb4, 0x5a, 0x4f, 0x0c, 0x7b, 0x99, 0xbd, 0x18, 0x17, 0x90, 0xd9, - 0x48, 0xca, 0x5d, 0x81, 0xc4, 0xb1, 0x80, 0xb1, 0x04, 0xbe, 0xed, 0xdc, 0xf6, 0xd9, 0xd3, 0x0f, - 0x80, 0x03, 0x54, 0x98, 0xe1, 0x9a, 0xd6, 0xdb, 0xd5, 0x18, 0xc2, 0x18, 0xbc, 0x27, 0xfa, 0x6a, - 0x29, 0x74, 0xae, 0x62, 0x27, 0x8c, 0x1d, 0xfb, 0xc6, 0xf2, 0xb9, 0xaf, 0xe4, 0x78, 0xa9, 0xa5, - 0x4e, 0x46, 0xfe, 0xfb, 0xb7, 0xbf, 0xcd, 0xcf, 0x6f, 0x68, 0x29, 0xed, 0x54, 0xdb, 0x9d, 0x94, - 0x05, 0xc6, 0x06, 0xa8, 0xda, 0x34, 0x26, 0x1b, 0xd2, 0xaa, 0xc6, 0x83, 0xca, 0xb1, 0xd5, 0xeb, - 0xab, 0x96, 0x6b, 0x18, 0x9a, 0x72, 0x9a, 0xa0, 0x59, 0xeb, 0xf9, 0x6c, 0xf0, 0xae, 0xfb, 0xd1, - 0xd7, 0xca, 0x98, 0x3b, 0xcc, 0xa5, 0x59, 0x75, 0xcb, 0xac, 0xf2, 0xb0, 0x9d, 0x87, 0xf8, 0x0c, - 0x84, 0x1e, 0x3b, 0xe5, 0xb5, 0xca, 0x93, 0xf4, 0x98, 0xbe, 0x71, 0x50, 0xf3, 0x0b, 0xd7, 0x2a, - 0x36, 0x6a, 0xe6, 0xa6, 0xe8, 0x86, 0xc7, 0x6b, 0x85, 0xcf, 0x93, 0xd7, 0xd8, 0x90, 0x01, 0xe4, - 0x20, 0x48, 0x84, 0x0d, 0x76, 0x5f, 0xe7, 0x72, 0x0d, 0xf8, 0xf4, 0xb5, 0x9b, 0x6f, 0x8f, 0x72, - 0x70, 0x83, 0xa1, 0x95, 0xbf, 0xf2, 0xf2, 0xfd, 0x2c, 0x7c, 0x9a, 0xfa, 0x38, 0x1d, 0x10, 0xa5, - 0xd4, 0x74, 0x30, 0xbf, 0xed, 0x38, 0x66, 0x1c, 0xa0, 0x74, 0x08, 0x63, 0x36, 0x67, 0x56, 0x09, - 0xbb, 0x86, 0xd5, 0x47, 0xf4, 0xd4, 0xa9, 0xba, 0xce, 0x98, 0xb3, 0x56, 0x46, 0x9c, 0xe7, 0x80, - 0xa6, 0x04, 0x3f, 0x97, 0xea, 0xa4, 0xf0, 0x16, 0x27, 0x27, 0x26, 0x5b, 0xcf, 0xec, 0x23, 0x6d, - 0xe2, 0x00, 0x27, 0x11, 0x32, 0x8c, 0x23, 0xc3, 0xd8, 0xe2, 0x2e, 0xaa, 0x5f, 0xc4, 0x09, 0x85, - 0x84, 0x38, 0xb3, 0xae, 0x77, 0x4d, 0x74, 0x9e, 0x9b, 0x2d, 0xeb, 0xe4, 0xe7, 0x41, 0x99, 0x60, - 0x2a, 0xd5, 0x8f, 0xe4, 0x2b, 0xcf, 0x73, 0x9c, 0xcf, 0xad, 0xb9, 0x46, 0xc5, 0x58, 0x1b, 0xf3, - 0x6d, 0xa3, 0x57, 0xe1, 0x16, 0x0a, 0xda, 0xcc, 0xc4, 0xfe, 0x62, 0xbc, 0xb1, 0x9c, 0x51, 0xc1, - 0x73, 0x08, 0x71, 0x97, 0x75, 0x89, 0x0d, 0x42, 0x68, 0x9c, 0xec, 0x87, 0x8c, 0x65, 0xb1, 0xbf, - 0xad, 0xdb, 0x61, 0x8a, 0x3c, 0x2a, 0xe1, 0xb4, 0x42, 0x39, 0x47, 0xd4, 0x8f, 0x72, 0x7a, 0xc7, - 0xe0, 0xb9, 0x70, 0xbd, 0xf2, 0xee, 0xfe, 0x26, 0xf2, 0xf3, 0x93, 0x79, 0x7c, 0x4e, 0xae, 0xcf, - 0xbd, 0x5e, 0x19, 0x1f, 0xa9, 0x9d, 0x0c, 0x1c, 0x06, 0x90, 0x79, 0x2c, 0xb1, 0x18, 0x48, 0x91, - 0x96, 0x86, 0xf7, 0x15, 0x5b, 0xb5, 0xa9, 0x9c, 0x38, 0x04, 0x28, 0xdc, 0xbc, 0x12, 0x04, 0x10, - 0xb2, 0x76, 0x42, 0x5f, 0xe3, 0xbc, 0x3d, 0x72, 0xfb, 0xdc, 0xdb, 0x0d, 0x15, 0xc8, 0x5b, 0xf2, - 0xed, 0xcc, 0xb1, 0x06, 0x16, 0xb6, 0xd3, 0xe4, 0xd2, 0x07, 0xc5, 0x8b, 0xd9, 0x04, 0x25, 0x16, - 0x31, 0xe3, 0xc9, 0xd8, 0xd3, 0xa8, 0xf0, 0x5c, 0xd0, 0x3b, 0xb5, 0x9b, 0xa1, 0x57, 0x7b, 0x28, - 0xf4, 0x95, 0xda, 0x1e, 0x8a, 0x23, 0x34, 0x70, 0xa9, 0xcc, 0x87, 0x14, 0xc0, 0x2d, 0x5e, 0x19, - 0x6d, 0xec, 0x5e, 0x51, 0x76, 0x18, 0x49, 0x25, 0xf5, 0xc4, 0x37, 0x1f, 0x15, 0xec, 0x9f, 0xd2, - 0x1a, 0x63, 0x85, 0x7b, 0x6d, 0xe7, 0x65, 0xf0, 0x8b, 0xe0, 0x77, 0xa3, 0x6c, 0x27, 0xb8, 0x25, - 0xe5, 0x9b, 0x78, 0x18, 0x0b, 0xfb, 0x7a, 0x9f, 0x0d, 0x73, 0xf2, 0xb1, 0xee, 0x51, 0x37, 0xd1, - 0xee, 0xc3, 0xd7, 0x70, 0xfa, 0x12, 0x63, 0xf3, 0xfb, 0x10, 0x1f, 0x85, 0x72, 0x74, 0x9d, 0x5d, - 0x4f, 0x78, 0x45, 0x77, 0x0d, 0x87, 0x17, 0x4f, 0xc9, 0xb6, 0x59, 0x7f, 0x9b, 0xf5, 0x03, 0x5a, - 0xb3, 0x7b, 0x99, 0xf2, 0x97, 0xce, 0x51, 0x45, 0xee, 0x93, 0xdb, 0x0b, 0x12, 0x60, 0x45, 0xbd, - 0x6e, 0x05, 0x74, 0xfb, 0xcb, 0x27, 0x8a, 0xf9, 0x81, 0xfd, 0x10, 0xf6, 0x23, 0xc1, 0x63, 0xee, - 0x83, 0x8e, 0x27, 0x40, 0xef, 0x5b, 0xfb, 0x29, 0x17, 0x1f, 0x0f, 0xac, 0x5b, 0x96, 0xdf, 0xa5, - 0xde, 0x71, 0xee, 0x04, 0x43, 0xd9, 0xf6, 0x5e, 0x33, 0x42, 0x12, 0x79, 0x1a, 0xfa, 0x8c, 0xc7, - 0x2f, 0x91, 0x58, 0xe0, 0xae, 0xc1, 0xce, 0x69, 0x94, 0x7e, 0x2f, 0x82, 0x90, 0x00, 0xf4, 0x9c, - 0x03, 0x11, 0x89, 0xbc, 0x82, 0x67, 0x64, 0xb8, 0x9e, 0x52, 0xab, 0xe3, 0xac, 0x54, 0x3b, 0x84, - 0x0c, 0x30, 0x21, 0x03, 0x8a, 0x8c, 0xe4, 0x48, 0x16, 0x25, 0x32, 0xa3, 0xdc, 0x26, 0x2b, 0x40, - 0x12, 0xac, 0x29, 0x69, 0x6e, 0xc2, 0x06, 0xf2, 0x70, 0xa5, 0xb9, 0xfd, 0x59, 0xd3, 0x11, 0x54, - 0x4a, 0x55, 0xee, 0x1c, 0x11, 0x6b, 0x9d, 0x8e, 0x3f, 0xd3, 0x18, 0xed, 0xb1, 0x6b, 0x6a, 0x3c, - 0x7e, 0x02, 0x36, 0x29, 0x4d, 0xa0, 0xb6, 0x44, 0x60, 0xbe, 0x4c, 0x81, 0xe4, 0x94, 0xdf, 0x2b, - 0xc9, 0x43, 0x10, 0x78, 0xd7, 0x9f, 0xa2, 0x50, 0xef, 0xf0, 0x77, 0x25, 0xf0, 0xdd, 0xde, 0x77, - 0x64, 0x3c, 0xb0, 0x10, 0x87, 0x1f, 0x87, 0x66, 0xfa, 0x68, 0x28, 0xbf, 0xc5, 0xa1, 0x8a, 0x1c, - 0x7c, 0x2c, 0xf5, 0xc4, 0xee, 0x82, 0x54, 0x31, 0xc8, 0x49, 0xbe, 0xf7, 0xb2, 0xa2, 0xac, 0xe6, - 0xe1, 0x4b, 0x68, 0xc4, 0x4f, 0x9f, 0xe2, 0x8d, 0xc0, 0x6a, 0xae, 0xdf, 0x3f, 0x78, 0x1d, 0x46, - 0x48, 0xc1, 0xfb, 0x12, 0x29, 0x4e, 0xd3, 0xc6, 0x41, 0xe0, 0x83, 0xdd, 0x6e, 0xe6, 0xb6, 0x2e, - 0xdc, 0x91, 0xa3, 0xb3, 0xa6, 0x12, 0xa8, 0x50, 0xc1, 0x90, 0x7d, 0xb1, 0x3a, 0x42, 0xe2, 0xce, - 0x3b, 0xad, 0xa8, 0x49, 0xf1, 0x22, 0x28, 0x69, 0x5d, 0x8e, 0xef, 0x00, 0x1d, 0xc7, 0xfa, 0xe1, - 0xfe, 0x64, 0xe6, 0xd4, 0xb1, 0xa8, 0xef, 0xb5, 0x26, 0xc9, 0x5d, 0x9f, 0x9f, 0xc8, 0xac, 0xf5, - 0xfb, 0xeb, 0x53, 0x1e, 0x91, 0x0a, 0x95, 0xe1, 0xa7, 0x84, 0x3d, 0x62, 0x97, 0x40, 0xcc, 0xc5, - 0x13, 0x37, 0xc2, 0xf7, 0x4e, 0x7a, 0x00, 0x01, 0x82, 0xb1, 0x0a, 0xba, 0x18, 0xfe, 0x02, 0x92, - 0x17, 0x59, 0x50, 0x61, 0xb6, 0x79, 0xad, 0xea, 0x98, 0x54, 0xbd, 0x90, 0x38, 0x6e, 0x45, 0x6d, - 0x4c, 0x95, 0x8a, 0xca, 0x64, 0x60, 0x03, 0x15, 0xaa, 0xcb, 0x93, 0xc2, 0x86, 0x5c, 0xfb, 0x35, - 0xc8, 0x3c, 0x6a, 0x09, 0x86, 0x1c, 0x06, 0xb5, 0x51, 0x43, 0xaf, 0x17, 0x42, 0x73, 0xdf, 0x25, - 0x9c, 0xe1, 0xc5, 0x8c, 0x09, 0x46, 0x99, 0x4a, 0xe8, 0x47, 0xb5, 0xa1, 0x6a, 0xa2, 0xf9, 0x0a, - 0x46, 0x1f, 0x3e, 0xd8, 0x09, 0x00, 0x47, 0xc0, 0x0d, 0x5f, 0x0b, 0xaa, 0x72, 0x74, 0x79, 0x9a, - 0x96, 0xc3, 0x18, 0xb3, 0xfb, 0x59, 0x8a, 0x60, 0x1c, 0x78, 0x79, 0xc5, 0x6a, 0x23, 0xdd, 0x99, - 0x07, 0x8f, 0x58, 0xd0, 0xf5, 0xaa, 0xe2, 0x59, 0x5c, 0x08, 0x15, 0x50, 0x73, 0xcd, 0x92, 0xcf, - 0x84, 0x1b, 0x91, 0x46, 0x39, 0xa6, 0x6e, 0xef, 0x63, 0x46, 0x40, 0x2c, 0x20, 0x54, 0x80, 0xb5, - 0xcc, 0xf8, 0x01, 0x8c, 0x14, 0x56, 0x52, 0x65, 0xd2, 0xc8, 0x08, 0xef, 0x73, 0xd3, 0x92, 0xd8, - 0x3c, 0xd5, 0x8d, 0x83, 0xe3, 0x96, 0x82, 0xe2, 0x89, 0x2d, 0x34, 0xcf, 0x8a, 0x77, 0xf4, 0xcb, - 0x5c, 0x14, 0xf2, 0x42, 0x21, 0xf4, 0x89, 0xdd, 0xcc, 0x3e, 0x88, 0x31, 0x60, 0x5f, 0xea, 0x2b, - 0x91, 0x94, 0xa9, 0x1e, 0x1d, 0x1f, 0xf4, 0x7b, 0x6b, 0xee, 0xe3, 0xc2, 0x32, 0xb1, 0x73, 0xc9, - 0x0a, 0xc3, 0xdf, 0x81, 0xd2, 0x03, 0xb0, 0xa5, 0x4a, 0x82, 0x85, 0x59, 0x02, 0xa3, 0x10, 0xf1, - 0x5f, 0xa3, 0x51, 0x8f, 0x2d, 0x3a, 0x09, 0xfe, 0x20, 0x40, 0xa0, 0x1c, 0x94, 0xc4, 0xa3, 0x80, - 0x58, 0xc4, 0x75, 0xdb, 0x0f, 0xdf, 0xb7, 0xcf, 0xab, 0xe3, 0x85, 0x11, 0x5c, 0x98, 0xcd, 0x43, - 0xac, 0xc2, 0xa4, 0xc2, 0x82, 0xcc, 0xf5, 0x85, 0xcc, 0xc4, 0xfb, 0xf8, 0x14, 0x27, 0xf8, 0xc3, - 0xed, 0xd0, 0x56, 0x9c, 0xba, 0xb8, 0x8e, 0xf8, 0x30, 0x2a, 0x77, 0x2d, 0x5a, 0xd1, 0x42, 0x46, - 0xa8, 0x5e, 0x41, 0x80, 0x10, 0xb6, 0x4a, 0x3d, 0xba, 0x87, 0x11, 0x32, 0x10, 0xae, 0x18, 0xe4, - 0x22, 0xb1, 0xe7, 0x44, 0x17, 0xf6, 0xcc, 0x9b, 0x12, 0x51, 0xe6, 0x3c, 0x01, 0xf1, 0x27, 0x83, - 0xd6, 0xb0, 0x0f, 0x91, 0xbb, 0x6b, 0xa2, 0x74, 0x06, 0x03, 0x34, 0x2b, 0xf6, 0xec, 0xc8, 0xbc, - 0xd2, 0x0d, 0x3e, 0xf8, 0xd8, 0xbb, 0xf4, 0x59, 0x9e, 0x1b, 0x45, 0x4a, 0x38, 0xa0, 0xa7, 0x48, - 0x55, 0xd0, 0x6f, 0xb9, 0xcc, 0x3c, 0x43, 0x1c, 0x2b, 0xfa, 0x95, 0x14, 0xb0, 0x1e, 0x42, 0x82, - 0x0e, 0x25, 0x6e, 0x0d, 0xe8, 0x40, 0x06, 0x8d, 0xa9, 0xaa, 0xfd, 0x70, 0x44, 0xbc, 0xae, 0x12, - 0xd0, 0xce, 0x4d, 0x9a, 0x59, 0x18, 0xfe, 0xb5, 0x16, 0xef, 0x9d, 0xb3, 0x51, 0xd7, 0x06, 0x30, - 0x3f, 0x1d, 0x4a, 0x0e, 0xbf, 0x48, 0x8a, 0x56, 0xea, 0x7d, 0x36, 0x08, 0x3c, 0x1e, 0x40, 0x0a, - 0xec, 0x58, 0x1a, 0x23, 0x0d, 0x56, 0xb5, 0x48, 0x01, 0x4a, 0x91, 0x62, 0x4a, 0xab, 0x32, 0x3f, - 0x12, 0x33, 0x27, 0x48, 0x20, 0xe3, 0xde, 0x95, 0x42, 0x86, 0xa4, 0xf4, 0x01, 0xd8, 0x58, 0xbb, - 0x8f, 0x0d, 0x45, 0x20, 0xe8, 0xd0, 0xb4, 0xb9, 0x36, 0xe7, 0xf7, 0x46, 0x14, 0xdb, 0x50, 0x27, - 0xde, 0x9c, 0x8e, 0x70, 0x3d, 0x61, 0x88, 0x16, 0x33, 0xc1, 0xf2, 0x85, 0x93, 0xa6, 0x19, 0x36, - 0xc6, 0x20, 0xe6, 0xe1, 0x50, 0xf0, 0x92, 0xc7, 0x59, 0x48, 0x08, 0xf5, 0xa1, 0x94, 0x07, 0x3b, - 0x86, 0xe1, 0x86, 0xc0, 0xd5, 0x51, 0x05, 0xbb, 0xbe, 0x6f, 0xa5, 0xdc, 0x76, 0xf9, 0x6b, 0x72, - 0x58, 0xdb, 0x06, 0x10, 0x71, 0x64, 0x6e, 0xe3, 0x26, 0xac, 0xbb, 0x3f, 0x45, 0xea, 0x96, 0x79, - 0x74, 0x60, 0xf7, 0x17, 0x60, 0x22, 0x50, 0x57, 0x57, 0xc6, 0x84, 0xa4, 0x79, 0x2a, 0x1e, 0xab, - 0xd4, 0xa6, 0xa8, 0x78, 0x50, 0xa9, 0x78, 0xd9, 0x2a, 0x50, 0x2d, 0xe3, 0xb1, 0xe7, 0xb1, 0x20, - 0x82, 0x1b, 0xa8, 0x5e, 0xd1, 0xdc, 0x04, 0x60, 0xb8, 0x8b, 0xc7, 0x10, 0xbe, 0x02, 0xcf, 0xaa, - 0x41, 0xbf, 0x50, 0x4b, 0x18, 0x00, 0x10, 0x62, 0x65, 0x61, 0x8c, 0x2f, 0x17, 0x7b, 0x4e, 0x24, - 0x5a, 0xee, 0xe7, 0x7b, 0x58, 0x2a, 0xc2, 0x99, 0xaf, 0xd7, 0x90, 0xa5, 0x1b, 0xf2, 0x23, 0xc4, - 0x81, 0xf6, 0xc9, 0x40, 0x0b, 0xaf, 0xee, 0x3a, 0x40, 0xf4, 0x3d, 0x1c, 0xe0, 0xb5, 0x2d, 0x64, - 0xbe, 0x76, 0xb2, 0xbc, 0xa0, 0x7b, 0x03, 0xde, 0xa0, 0xdc, 0x6c, 0x63, 0x57, 0xcd, 0x12, 0x25, - 0x54, 0x4e, 0xd5, 0x80, 0xcc, 0x40, 0xfd, 0x05, 0xa4, 0x72, 0x30, 0x12, 0x33, 0x59, 0x8e, 0x3c, - 0xde, 0x17, 0xcd, 0x93, 0x13, 0x4f, 0x42, 0x5d, 0x90, 0x2d, 0x81, 0x4a, 0x74, 0xb3, 0xa0, 0xb4, - 0x2e, 0x3f, 0x18, 0xef, 0x1b, 0x30, 0x83, 0xbf, 0xac, 0xe6, 0xef, 0x50, 0xf8, 0xb7, 0x44, 0xfa, - 0x7d, 0x83, 0xdf, 0xde, 0x14, 0x85, 0xeb, 0x53, 0xa3, 0xd7, 0x53, 0x2c, 0xa3, 0x4b, 0x8f, 0xa7, - 0x92, 0x10, 0x41, 0x5c, 0x09, 0x82, 0x45, 0xed, 0xdf, 0xf0, 0x1c, 0xd1, 0x8f, 0x9b, 0xdb, 0x59, - 0xef, 0x8a, 0xb5, 0xc1, 0x8a, 0x4a, 0x18, 0xa9, 0xc2, 0x37, 0x16, 0xb4, 0xdf, 0x66, 0x48, 0xc7, - 0xe8, 0x19, 0xb8, 0x25, 0x9a, 0x9b, 0x7a, 0x11, 0xc9, 0x83, 0x87, 0x1e, 0xf8, 0xd9, 0xb7, 0x2e, - 0xe4, 0x6a, 0x7a, 0x86, 0x1c, 0xe3, 0xc8, 0x16, 0xae, 0x7f, 0x4f, 0xf7, 0xad, 0xdd, 0xcf, 0xf7, - 0x30, 0x43, 0xa2, 0x18, 0x7d, 0xba, 0xc4, 0x61, 0x2c, 0x61, 0x27, 0xc6, 0x1b, 0xaa, 0x33, 0x97, - 0x84, 0x04, 0x60, 0x64, 0xc1, 0xa5, 0x90, 0x11, 0x73, 0x76, 0xc2, 0x9e, 0x41, 0x64, 0x34, 0x14, - 0x6f, 0xc3, 0x9c, 0x38, 0x1e, 0x5f, 0x3e, 0x01, 0x77, 0x1e, 0x7a, 0xb8, 0x28, 0xb7, 0x4a, 0x54, - 0x18, 0xa8, 0x12, 0xbf, 0x31, 0xc1, 0x87, 0xba, 0x5a, 0xf3, 0x90, 0x86, 0x10, 0x70, 0x1c, 0xd8, - 0x33, 0xc5, 0xa7, 0x77, 0x0a, 0xd3, 0x95, 0x40, 0xa2, 0x6f, 0x0c, 0x0d, 0x41, 0x43, 0xf0, 0xb4, - 0x7a, 0x18, 0xa9, 0x47, 0x42, 0xa8, 0xdc, 0x51, 0x84, 0x7b, 0x22, 0x81, 0xfc, 0xf1, 0xcd, 0xc2, - 0xb6, 0xc5, 0xfc, 0x63, 0x50, 0x9d, 0x76, 0x89, 0x4c, 0x4f, 0x3c, 0x30, 0xcf, 0x77, 0x2a, 0x3d, - 0x6b, 0x01, 0xeb, 0x1e, 0x5a, 0x0a, 0x62, 0x38, 0xf9, 0xe6, 0x7a, 0xa4, 0xd9, 0x36, 0x14, 0xa4, - 0x1d, 0x5c, 0x4b, 0xb0, 0xe6, 0x13, 0xa1, 0xf1, 0xc8, 0x75, 0xef, 0x09, 0xfb, 0xce, 0x64, 0x86, - 0x2d, 0x28, 0x47, 0xb7, 0xa0, 0xbd, 0xe9, 0xb7, 0x16, 0x8a, 0x27, 0xe5, 0x17, 0x85, 0xb8, 0x90, - 0x08, 0x69, 0x38, 0xf8, 0xab, 0x9a, 0xc5, 0x13, 0x3b, 0xe6, 0x20, 0x5a, 0x3f, 0x9d, 0x10, 0x66, - 0x35, 0x90, 0x48, 0xec, 0x61, 0x55, 0xd2, 0xe3, 0x16, 0x76, 0xc4, 0x0a, 0xac, 0x0e, 0xfe, 0xda, - 0xad, 0x1c, 0x4d, 0x65, 0xe7, 0x4e, 0x2c, 0xee, 0x8e, 0x79, 0xa8, 0x1a, 0x81, 0x00, 0x68, 0x38, - 0x10, 0xa5, 0x37, 0xe0, 0xe1, 0x3a, 0xed, 0xa6, 0x23, 0x78, 0xf9, 0xb3, 0x13, 0xe6, 0xfd, 0x0c, - 0xac, 0xab, 0x3b, 0x08, 0xf6, 0x22, 0xc4, 0x51, 0x2c, 0x27, 0x84, 0x9c, 0x55, 0xa4, 0xc1, 0x9f, - 0x26, 0x1d, 0x09, 0x51, 0x62, 0x30, 0x58, 0x07, 0xb2, 0x8e, 0xe5, 0x3c, 0x57, 0x14, 0x4a, 0x75, - 0x39, 0x4e, 0x24, 0x7e, 0x92, 0x22, 0xfb, 0x24, 0xa1, 0x6c, 0x82, 0xc1, 0x82, 0x70, 0xc9, 0x77, - 0x64, 0xd1, 0x09, 0xcc, 0x0d, 0x70, 0x41, 0xb9, 0x94, 0xac, 0x76, 0x37, 0x55, 0x11, 0x1e, 0x2f, - 0x5a, 0x32, 0x99, 0xfd, 0x42, 0x0e, 0x71, 0x52, 0x3c, 0x17, 0x00, 0xcc, 0x42, 0x63, 0x13, 0xcb, - 0x50, 0x6b, 0x6b, 0x8e, 0x11, 0x04, 0x7c, 0x00, 0x7d, 0xf1, 0x82, 0xe2, 0x92, 0x9c, 0x0c, 0x40, - 0x25, 0x04, 0xa6, 0x29, 0x8c, 0x1a, 0x33, 0xa9, 0x46, 0x49, 0x24, 0x21, 0xcf, 0xc9, 0x72, 0xee, - 0x93, 0x6b, 0x04, 0x12, 0x16, 0x34, 0xa3, 0xc1, 0x09, 0xe7, 0xa2, 0x7c, 0xa1, 0x75, 0xca, 0x1c, - 0x53, 0xec, 0x9e, 0x41, 0x8a, 0x6f, 0x52, 0x7e, 0x5b, 0xd4, 0x4d, 0x28, 0x18, 0xf2, 0x2a, 0x8d, - 0x1b, 0x0a, 0x24, 0xcd, 0x11, 0xc4, 0xbc, 0xb1, 0x16, 0x28, 0x03, 0x93, 0x34, 0x54, 0x68, 0x00, - 0x4c, 0xd0, 0xf2, 0xe5, 0xcc, 0xbf, 0x3c, 0x61, 0xbe, 0x39, 0xc3, 0xab, 0x8f, 0xda, 0x6a, 0x1b, - 0xb1, 0xda, 0x56, 0xf3, 0x14, 0x0f, 0xfc, 0x3c, 0xf7, 0x93, 0xeb, 0x4b, 0x61, 0x8d, 0xfc, 0xa2, - 0x88, 0x01, 0x50, 0x35, 0x3f, 0x51, 0x6f, 0x4d, 0xdb, 0x83, 0xb2, 0x38, 0x40, 0x45, 0x5b, 0xc5, - 0xf4, 0xec, 0xe0, 0x84, 0x9f, 0x7c, 0x22, 0xf3, 0xb5, 0x1c, 0x00, 0xd7, 0x19, 0x92, 0x12, 0x49, - 0x35, 0xcd, 0x6a, 0x8e, 0x6b, 0xa1, 0xf7, 0x48, 0x27, 0xc1, 0xe7, 0x06, 0x53, 0x6e, 0xb6, 0x99, - 0x7c, 0xe3, 0x74, 0x05, 0xb5, 0x29, 0x4a, 0x79, 0xc8, 0x68, 0x82, 0x3e, 0x51, 0x2b, 0x4a, 0x7b, - 0xce, 0x41, 0x80, 0x2f, 0x9f, 0x9e, 0xd8, 0x3d, 0x15, 0x57, 0x56, 0x1b, 0x09, 0xac, 0x81, 0xc6, - 0x30, 0x56, 0xe4, 0x03, 0x3c, 0x01, 0x84, 0x44, 0x80, 0x51, 0xf7, 0x17, 0xd4, 0x7a, 0x39, 0xd8, - 0x49, 0x55, 0xf7, 0x25, 0x3b, 0x1b, 0x29, 0x0a, 0xf0, 0xd2, 0x72, 0xdf, 0x36, 0x26, 0xc4, 0x7b, - 0xed, 0x3f, 0x86, 0xa8, 0x1a, 0x08, 0xf0, 0xa1, 0x34, 0x10, 0xe2, 0x0c, 0xfd, 0xb8, 0xa7, 0x60, - 0x78, 0xc1, 0x01, 0xa6, 0xc0, 0x57, 0x31, 0x7f, 0x4c, 0x9d, 0x26, 0x14, 0x21, 0x4c, 0xa5, 0x8a, - 0x01, 0xe8, 0xe3, 0xdf, 0x52, 0xc7, 0x90, 0x3b, 0x14, 0x44, 0x12, 0xd5, 0x51, 0x27, 0x35, 0xcf, - 0xcb, 0x6d, 0xed, 0x8b, 0xdb, 0xf6, 0xa6, 0x82, 0x51, 0xdc, 0xa5, 0xa9, 0xee, 0xad, 0x62, 0x44, - 0x22, 0xb2, 0x5c, 0xa6, 0xf2, 0xab, 0xaa, 0x98, 0xcf, 0x57, 0x6d, 0xcc, 0xe0, 0xd2, 0x23, 0x9d, - 0xa8, 0x82, 0xe4, 0xe3, 0x05, 0x30, 0x70, 0x9a, 0x98, 0xe5, 0xfa, 0x5b, 0x5d, 0x98, 0xaa, 0x6a, - 0x81, 0x56, 0x66, 0x70, 0x22, 0xdc, 0x00, 0xd9, 0xbe, 0x0d, 0x29, 0xd6, 0x1e, 0x16, 0x86, 0x7e, - 0xbe, 0x01, 0xd7, 0xad, 0xf2, 0x82, 0x62, 0xc1, 0xa1, 0x94, 0xaa, 0x74, 0x51, 0x7a, 0x8e, 0xdf, - 0x94, 0xc0, 0x89, 0x78, 0xfa, 0xa5, 0x46, 0xba, 0xd4, 0x88, 0xc2, 0x93, 0xa4, 0xed, 0x24, 0x11, - 0x2e, 0x6e, 0x37, 0x5d, 0x61, 0xc8, 0x87, 0x2c, 0x3d, 0x4d, 0x19, 0x41, 0xb5, 0x74, 0xb7, 0x0c, - 0xc1, 0x0b, 0xee, 0x8d, 0x19, 0x32, 0x76, 0x32, 0x85, 0x0b, 0xe0, 0x44, 0xa7, 0xd4, 0x2a, 0xaa, - 0xb9, 0x7d, 0x6a, 0xf3, 0xca, 0xf5, 0x79, 0x92, 0xe8, 0x00, 0xb1, 0x14, 0x3f, 0x4e, 0xfa, 0x47, - 0x96, 0xf9, 0x75, 0x91, 0xf9, 0xfe, 0x2a, 0xf8, 0x2d, 0xa4, 0x48, 0x1a, 0x09, 0x3c, 0x50, 0x87, - 0xc2, 0xbe, 0xb0, 0x5d, 0xe1, 0x49, 0x01, 0x18, 0x72, 0x86, 0xbd, 0xf8, 0x2d, 0x1c, 0xc8, 0x7e, - 0x98, 0xba, 0x09, 0x66, 0x27, 0x23, 0xd5, 0xb5, 0xbe, 0xb9, 0x05, 0x92, 0x00, 0x3f, 0xbb, 0xc2, - 0x87, 0xe2, 0xdb, 0x24, 0x44, 0xb7, 0x6c, 0x24, 0x4d, 0xcb, 0x2f, 0xc8, 0x72, 0x10, 0x81, 0x09, - 0x86, 0xc4, 0x9f, 0x2f, 0x2e, 0xed, 0xa4, 0x91, 0xd0, 0x6a, 0x8d, 0xbf, 0x23, 0x81, 0xba, 0xc9, - 0x0a, 0xca, 0x56, 0x85, 0x6a, 0x65, 0x65, 0xdf, 0xed, 0x6e, 0xa4, 0x1b, 0xfd, 0xd1, 0x17, 0x1e, - 0x3c, 0x3e, 0xcc, 0xdb, 0x7c, 0x9e, 0x92, 0xe7, 0x3d, 0x4d, 0x8c, 0x49, 0x2c, 0xfa, 0xc5, 0x66, - 0x90, 0xfd, 0xf0, 0x45, 0xef, 0xe3, 0x7a, 0x9a, 0x89, 0x63, 0x3f, 0x92, 0xac, 0xf3, 0x88, 0x7e, - 0x75, 0x2c, 0x75, 0xc5, 0x9b, 0xf5, 0xf8, 0x45, 0xf8, 0x2d, 0x19, 0x8e, 0x3f, 0xd0, 0x44, 0x8f, - 0x72, 0x3c, 0x0f, 0x8b, 0x2e, 0xf3, 0x19, 0xaf, 0xe2, 0x33, 0x34, 0x47, 0x46, 0xa4, 0x90, 0xeb, - 0xc5, 0x8f, 0xa8, 0xa6, 0x5e, 0x94, 0x22, 0xb2, 0xc6, 0xad, 0x8f, 0xe7, 0x14, 0x73, 0xba, 0x9e, - 0x32, 0x54, 0x9e, 0xde, 0xdf, 0xc9, 0xaf, 0xd4, 0xb5, 0x4c, 0x74, 0x00, 0xc6, 0x3e, 0x94, 0xb4, - 0x92, 0x77, 0x1e, 0xf4, 0x05, 0xb6, 0x61, 0x3c, 0x0c, 0xb9, 0x6e, 0x73, 0x6a, 0x19, 0x4f, 0x24, - 0xdb, 0xf6, 0x8c, 0x0d, 0x80, 0x57, 0x2c, 0x63, 0x4d, 0xe4, 0xdd, 0xc3, 0x94, 0x2c, 0x64, 0x92, - 0x89, 0x92, 0x6c, 0x0c, 0x6b, 0x21, 0x79, 0xf0, 0x7b, 0x7a, 0x04, 0x7b, 0x09, 0x97, 0xea, 0xe5, - 0x2b, 0xd7, 0x01, 0x91, 0x6f, 0x4e, 0x71, 0x46, 0x65, 0xfe, 0x4e, 0xcf, 0x39, 0xb0, 0xed, 0x00, - 0xeb, 0xe2, 0x5d, 0x47, 0xb8, 0x9f, 0xa6, 0x67, 0x1e, 0x70, 0xad, 0xe3, 0x48, 0xdc, 0x9d, 0xcd, - 0x97, 0x98, 0xa5, 0x1e, 0xda, 0xcf, 0xb3, 0xfd, 0x64, 0x89, 0xdf, 0x9f, 0x32, 0x8a, 0xbd, 0x32, - 0x61, 0x03, 0x1e, 0x74, 0x24, 0xf8, 0x2c, 0xcf, 0x1f, 0x37, 0x1c, 0x3a, 0x3a, 0x80, 0xc2, 0xb5, - 0x11, 0xbc, 0x29, 0xa3, 0x0f, 0x44, 0x6a, 0xa1, 0x71, 0xfe, 0x46, 0x93, 0x14, 0x7a, 0x50, 0x17, - 0xc3, 0x9f, 0x87, 0x8f, 0x98, 0xf7, 0x00, 0x44, 0x27, 0xb6, 0x02, 0x1f, 0x94, 0xf3, 0x9a, 0x32, - 0xbb, 0x28, 0x4c, 0xbb, 0xf3, 0x4a, 0xbb, 0x74, 0x40, 0x36, 0xa8, 0xf2, 0xd9, 0x4d, 0x9a, 0x3f, - 0xc2, 0x7f, 0xee, 0xbc, 0x21, 0x3b, 0x0e, 0xf4, 0x8d, 0xc7, 0x51, 0x20, 0x01, 0xf0, 0x2d, 0x38, - 0x7c, 0x85, 0x5a, 0x50, 0xa8, 0x05, 0xef, 0xd5, 0x97, 0xa9, 0xed, 0xe9, 0xc6, 0xc0, 0x2c, 0x2e, - 0xd3, 0xed, 0xbc, 0x60, 0xa3, 0xa0, 0xd2, 0xed, 0xc7, 0x05, 0x75, 0xc2, 0xe0, 0x51, 0x79, 0xdd, - 0xe5, 0x8c, 0x04, 0x37, 0x15, 0xa1, 0xde, 0x1f, 0x42, 0x90, 0x11, 0x6b, 0xfd, 0x48, 0xaa, 0xf1, - 0xc8, 0x07, 0x6f, 0xf0, 0x28, 0x8d, 0x41, 0x14, 0xc0, 0x7f, 0xd4, 0xef, 0xae, 0x1d, 0xc5, 0x77, - 0x6e, 0xa7, 0x67, 0x78, 0x03, 0x65, 0xe5, 0x9e, 0x00, 0xfd, 0xcd, 0xba, 0xe1, 0x85, 0x8c, 0xdc, - 0xf7, 0x4e, 0xa3, 0xf3, 0x7e, 0x2f, 0x68, 0x77, 0x14, 0xdf, 0x9f, 0x30, 0xbf, 0x3d, 0x53, 0x90, - 0x84, 0x33, 0x1c, 0x32, 0x6c, 0x55, 0xcc, 0xea, 0xaf, 0xe6, 0x6e, 0xe3, 0xe1, 0xb1, 0xe9, 0x06, - 0x19, 0x8a, 0x73, 0xc3, 0x88, 0x75, 0xae, 0x9a, 0x1b, 0x7c, 0x10, 0x5b, 0x4a, 0x88, 0x8a, 0x22, - 0xa9, 0x12, 0xf7, 0xab, 0x87, 0x05, 0xe1, 0x56, 0x65, 0x6b, 0xcf, 0x5d, 0x08, 0xb3, 0x42, 0x81, - 0x00, 0x24, 0xc0, 0xb4, 0xf1, 0x9c, 0xb9, 0xf1, 0x99, 0x6e, 0x7c, 0x6a, 0x81, 0xe5, 0x53, 0x0c, - 0xbe, 0x45, 0x67, 0x64, 0x24, 0x1e, 0x51, 0xa9, 0x1a, 0x01, 0x05, 0xdd, 0xb7, 0xae, 0x05, 0xe0, - 0xd0, 0x3d, 0xb1, 0x2e, 0x30, 0x1c, 0x4f, 0x33, 0x46, 0x98, 0xe8, 0xcc, 0x9d, 0xd3, 0x3e, 0x65, - 0xfb, 0xec, 0x30, 0x69, 0xfe, 0x72, 0x81, 0x55, 0xc9, 0x53, 0x04, 0xfd, 0x12, 0x1a, 0x28, 0x23, - 0x6a, 0x5a, 0xfd, 0x72, 0xc2, 0xfc, 0xf6, 0xcc, 0x8f, 0x4f, 0xb8, 0xdd, 0x9a, 0xe4, 0x3a, 0xd1, - 0x48, 0x20, 0x2d, 0x34, 0x8c, 0x6a, 0xfd, 0xcd, 0x73, 0x54, 0x29, 0x21, 0x60, 0xa7, 0x38, 0xa1, - 0x6f, 0x81, 0xfa, 0xa2, 0xd6, 0xfa, 0x45, 0xd4, 0xfa, 0x92, 0xe7, 0xb8, 0xc5, 0x4e, 0x74, 0xdf, - 0x4d, 0x6a, 0x01, 0xa3, 0x51, 0x08, 0x66, 0x11, 0x2d, 0x98, 0x38, 0x34, 0x8f, 0x4c, 0x20, 0x0f, - 0x76, 0x7a, 0x90, 0x58, 0x32, 0x9d, 0x9b, 0x20, 0x98, 0x40, 0x61, 0xd0, 0xb2, 0x5f, 0x09, 0x6e, - 0xe7, 0xa7, 0x69, 0x77, 0x69, 0x6f, 0xa1, 0xfa, 0xcc, 0xd8, 0x7d, 0x31, 0x22, 0xe5, 0x94, 0x73, - 0x48, 0x23, 0x24, 0xe2, 0x43, 0xe4, 0x6e, 0x71, 0x62, 0x05, 0xa3, 0xfa, 0x5c, 0xa5, 0x54, 0xa2, - 0x4f, 0x00, 0xb0, 0x45, 0x11, 0xde, 0x33, 0xe0, 0xe1, 0x01, 0x37, 0xba, 0xcc, 0xf7, 0x41, 0x94, - 0x0a, 0x93, 0x6f, 0x04, 0x27, 0xde, 0xdc, 0x7a, 0x36, 0xdc, 0x60, 0x44, 0x8f, 0x1f, 0x4e, 0xb1, - 0x4a, 0x81, 0xa2, 0x95, 0x01, 0xc8, 0x53, 0xbf, 0xec, 0x05, 0x9a, 0x60, 0xf2, 0xd3, 0x56, 0xfe, - 0x15, 0xd7, 0x09, 0x4a, 0xd3, 0xcb, 0xed, 0xf4, 0x95, 0x31, 0x2e, 0x14, 0x5c, 0x7c, 0xe4, 0xe9, - 0xfb, 0x32, 0xb1, 0x20, 0x52, 0x46, 0xb6, 0x68, 0x24, 0xe7, 0x9d, 0xa0, 0xa1, 0x8e, 0xee, 0x5a, - 0xc5, 0xf9, 0x7a, 0x0d, 0x90, 0x5e, 0xaa, 0x73, 0x2d, 0xe6, 0x2a, 0xad, 0x5e, 0xf5, 0xdc, 0x39, - 0x1e, 0x06, 0x25, 0xd2, 0x85, 0x3d, 0x09, 0x90, 0x88, 0x2e, 0xb9, 0x4b, 0xaf, 0xc7, 0x2c, 0x91, - 0x53, 0x31, 0x5d, 0xa2, 0xed, 0xd8, 0x78, 0xbb, 0x7f, 0x0f, 0xf9, 0xea, 0xaf, 0x4e, 0xc9, 0x83, - 0xd6, 0xf5, 0x4d, 0x0e, 0xd7, 0xe2, 0xa5, 0xaf, 0x3e, 0xf1, 0x81, 0x9d, 0x87, 0x21, 0x24, 0xba, - 0xba, 0xd4, 0x04, 0xf7, 0xec, 0x05, 0x36, 0x02, 0xf9, 0xc5, 0x8c, 0x04, 0x23, 0x80, 0xa6, 0xec, - 0x97, 0x1e, 0x5a, 0x3b, 0xbc, 0x82, 0x7b, 0x8c, 0xed, 0x8b, 0xf5, 0x43, 0x99, 0x43, 0x3c, 0xe3, - 0xdb, 0x51, 0xde, 0x80, 0xcd, 0x0f, 0x38, 0x9d, 0xe6, 0x84, 0x9c, 0x26, 0xc0, 0x09, 0x6f, 0x08, - 0xdd, 0xd5, 0x75, 0xe5, 0x82, 0x33, 0xee, 0xfe, 0x6e, 0xee, 0x1f, 0xec, 0x23, 0xf3, 0x98, 0x1f, - 0x5c, 0xa3, 0xe0, 0xed, 0x10, 0x25, 0xab, 0xb6, 0x8c, 0x2b, 0x23, 0x78, 0x4b, 0xc8, 0xec, 0xb2, - 0x97, 0xde, 0xa6, 0xe5, 0x73, 0xa4, 0x81, 0x41, 0x71, 0x27, 0xd8, 0x00, 0xa2, 0x11, 0xb6, 0xfa, - 0xf0, 0x01, 0xe6, 0x82, 0xff, 0x79, 0x7c, 0xe7, 0xce, 0xa7, 0x34, 0x04, 0x51, 0x40, 0xb2, 0x39, - 0xa7, 0x57, 0x7b, 0xb8, 0xec, 0x57, 0x2f, 0x0e, 0x84, 0x99, 0xe2, 0xb7, 0x10, 0x2d, 0x97, 0x90, - 0x77, 0x50, 0x1b, 0x6c, 0x8d, 0x21, 0x46, 0xbf, 0xbb, 0x1c, 0x6e, 0x6f, 0x15, 0xee, 0x13, 0x48, - 0x90, 0xed, 0xd1, 0x2d, 0x53, 0x54, 0x49, 0x23, 0x13, 0x8e, 0xab, 0x5f, 0xa3, 0x85, 0xb3, 0xa1, - 0x06, 0xe8, 0x8c, 0x5a, 0x91, 0x34, 0xdc, 0xfc, 0x68, 0xfa, 0x7b, 0x8d, 0x6a, 0x47, 0xd0, 0xea, - 0xd1, 0x77, 0x33, 0x26, 0x98, 0xd5, 0xd2, 0xf9, 0x18, 0x90, 0x6a, 0x6e, 0x12, 0xb3, 0xd4, 0x78, - 0x73, 0x28, 0xb4, 0x90, 0xb6, 0x2e, 0x4b, 0x58, 0x0c, 0x03, 0x67, 0x89, 0x55, 0xfd, 0xbd, 0x1b, - 0xd1, 0x7e, 0x04, 0x2d, 0x06, 0xcd, 0xb8, 0xe1, 0x94, 0xe7, 0x5e, 0xab, 0xce, 0x23, 0x92, 0x1d, - 0xa4, 0x8b, 0x0b, 0xdc, 0xb2, 0x6a, 0xa6, 0x76, 0x4d, 0x6d, 0x47, 0xc9, 0x4c, 0x11, 0x2d, 0x5f, - 0xf5, 0xad, 0xbe, 0xf9, 0xd7, 0xab, 0x94, 0xd3, 0xbe, 0x15, 0x35, 0x1f, 0x7b, 0x82, 0x86, 0x10, - 0x14, 0x94, 0x60, 0xa7, 0x75, 0x7c, 0x8a, 0x83, 0x38, 0x01, 0xd9, 0xdf, 0x93, 0xba, 0x85, 0x57, - 0xcc, 0x39, 0xb7, 0x8e, 0x27, 0x39, 0xa8, 0x24, 0xf6, 0x76, 0x34, 0x06, 0x4a, 0x3b, 0x66, 0x18, - 0x3c, 0xba, 0xc4, 0x43, 0xd9, 0x7d, 0x4b, 0x3e, 0xe5, 0x1c, 0xbc, 0xcb, 0x92, 0xea, 0x94, 0x29, - 0x91, 0xbb, 0x22, 0xd8, 0x31, 0x4e, 0xe1, 0x5c, 0xd1, 0xad, 0x1e, 0xb5, 0x95, 0xc0, 0x7a, 0xdb, - 0x63, 0x09, 0x6a, 0x4a, 0x04, 0x75, 0x0b, 0xa3, 0xc0, 0x3f, 0x8d, 0x87, 0x50, 0x9d, 0x9c, 0x3b, - 0x46, 0x8b, 0xc1, 0xb5, 0x06, 0x2d, 0x4f, 0x3b, 0xb6, 0xb0, 0x76, 0x87, 0x5a, 0xf5, 0x64, 0x02, - 0x6a, 0xa7, 0x85, 0xd9, 0xb3, 0x2a, 0x31, 0x55, 0xf3, 0xaa, 0x77, 0x94, 0xfe, 0x99, 0xa9, 0xd7, - 0x4c, 0x19, 0xd0, 0xf2, 0xcf, 0xc3, 0xaf, 0xf7, 0xfa, 0xa5, 0xd7, 0x78, 0xf9, 0xd2, 0x88, 0x24, - 0xde, 0x6f, 0x2c, 0x1b, 0xf1, 0xdb, 0xbc, 0xb5, 0xfc, 0x56, 0x54, 0x17, 0x8a, 0xba, 0x07, 0x40, - 0x5d, 0x41, 0x67, 0xac, 0x19, 0x0f, 0x0a, 0x66, 0x4b, 0xa8, 0x6c, 0x52, 0x08, 0xfd, 0xb7, 0xc6, - 0xd4, 0xe0, 0x71, 0x23, 0x7a, 0x15, 0xcd, 0x00, 0x5b, 0xe7, 0x61, 0xae, 0xee, 0x02, 0x42, 0xe6, - 0x72, 0xd9, 0x64, 0x9b, 0x64, 0x6e, 0xd0, 0x35, 0xa3, 0xa2, 0x59, 0xea, 0x13, 0xe1, 0x02, 0x2b, - 0x94, 0xff, 0x76, 0x6a, 0x48, 0xde, 0x98, 0xf8, 0xcd, 0x45, 0xa6, 0x7b, 0x0f, 0x5d, 0x8e, 0xa8, - 0x5d, 0xa1, 0xf4, 0x9e, 0xdc, 0x01, 0x18, 0x05, 0x71, 0x62, 0x0a, 0x63, 0x79, 0x2d, 0x4f, 0x83, - 0x92, 0xd8, 0xfd, 0x59, 0xf3, 0xef, 0x83, 0x12, 0x88, 0x38, 0xa5, 0x48, 0x39, 0x2e, 0x25, 0x63, - 0xb0, 0xd5, 0x31, 0x41, 0x9c, 0x79, 0xe1, 0x6f, 0xad, 0x65, 0x82, 0xda, 0x4d, 0x7d, 0xc1, 0xec, - 0xfb, 0xa8, 0x61, 0xd8, 0x23, 0xdf, 0xa5, 0x79, 0x40, 0xa6, 0x12, 0x81, 0x43, 0xde, 0x95, 0xd5, - 0xd9, 0x56, 0x78, 0xa0, 0xc4, 0x43, 0x77, 0x8f, 0xf8, 0x58, 0x6e, 0x18, 0x5c, 0x87, 0xa0, 0x88, - 0xc4, 0x85, 0x6d, 0x51, 0x13, 0x56, 0xca, 0x94, 0x5b, 0xff, 0xf1, 0xfe, 0x0a, 0x9b, 0x74, 0x7a, - 0x55, 0x0a, 0xce, 0xec, 0x16, 0x24, 0xba, 0x57, 0xa9, 0x53, 0xdd, 0x77, 0x8c, 0x09, 0x4f, 0x23, - 0x99, 0x90, 0x59, 0x47, 0x1d, 0x01, 0xf4, 0x87, 0x16, 0xc2, 0x20, 0xbe, 0x4d, 0x4e, 0x5d, 0xd8, - 0x03, 0x38, 0xf1, 0x05, 0x8e, 0xd2, 0x83, 0x1a, 0xa7, 0x11, 0xe5, 0x37, 0x75, 0x82, 0x47, 0x40, - 0xbd, 0xbb, 0xa7, 0x66, 0x43, 0x62, 0x18, 0x7e, 0x22, 0x62, 0x11, 0x01, 0xc3, 0xa0, 0xec, 0x71, - 0xf1, 0x53, 0x62, 0xb4, 0x9e, 0xf1, 0xbb, 0xe0, 0x06, 0x2d, 0xb1, 0x84, 0xd7, 0xfa, 0xe4, 0x4a, - 0x32, 0x04, 0x60, 0x67, 0x99, 0xc0, 0x1d, 0x6d, 0xef, 0xcd, 0x68, 0x01, 0xcd, 0x63, 0x92, 0xa5, - 0x96, 0x40, 0xa7, 0x28, 0xbd, 0xae, 0x93, 0xb5, 0xbb, 0x58, 0xd0, 0x11, 0xec, 0x0f, 0x35, 0xba, - 0x2e, 0x54, 0xa9, 0x7d, 0xf3, 0xa0, 0xfc, 0xdb, 0xa1, 0xa8, 0x26, 0xef, 0x30, 0x10, 0xfd, 0xfa, - 0xf8, 0x06, 0xac, 0xca, 0x0f, 0x6d, 0xb9, 0xd4, 0x14, 0xc6, 0x09, 0x0c, 0x84, 0xdb, 0x4e, 0x1c, - 0xaf, 0x76, 0x62, 0xfe, 0xd4, 0x4e, 0xbc, 0x0f, 0xcb, 0xfd, 0xe8, 0x60, 0x37, 0x98, 0x93, 0x1c, - 0xaf, 0x81, 0xb1, 0xde, 0xde, 0x59, 0x74, 0x77, 0x65, 0x16, 0x8c, 0xba, 0x2d, 0x1e, 0x89, 0xb5, - 0x31, 0xf3, 0xab, 0x13, 0xf8, 0x0b, 0xe6, 0x40, 0x38, 0x35, 0xad, 0x93, 0xda, 0x63, 0xa4, 0xc9, - 0x2d, 0xd9, 0xab, 0x0c, 0x75, 0x81, 0x54, 0x10, 0x0e, 0x10, 0xa3, 0x15, 0xc9, 0xd4, 0xd4, 0x8d, - 0x63, 0xc0, 0xa2, 0xa1, 0xcf, 0x68, 0x08, 0xad, 0x67, 0x4d, 0x10, 0x53, 0x69, 0xbc, 0x56, 0xdc, - 0x48, 0x4b, 0xa6, 0x90, 0xae, 0x81, 0x08, 0x35, 0x6f, 0x34, 0x5d, 0x4d, 0x4d, 0x08, 0x9f, 0x96, - 0x39, 0x30, 0xc1, 0xbc, 0xa4, 0x5a, 0xd3, 0xf3, 0x6d, 0xb6, 0x05, 0x60, 0xfa, 0x67, 0xdb, 0x05, - 0x61, 0x3a, 0xee, 0xb2, 0x51, 0xba, 0xa8, 0x0c, 0x5c, 0xed, 0x1c, 0x20, 0x76, 0x1a, 0x11, 0x48, - 0x4f, 0xcc, 0xf3, 0x96, 0x84, 0xe8, 0xd1, 0xf4, 0xb9, 0x80, 0x9c, 0xe6, 0x5e, 0x74, 0x49, 0x7e, - 0x6a, 0x59, 0x6f, 0x8f, 0x68, 0x7f, 0xd0, 0x1b, 0xd6, 0x81, 0xb6, 0x43, 0xf4, 0xec, 0x47, 0xfc, - 0xd8, 0x3a, 0x8e, 0xf6, 0x44, 0x00, 0x0e, 0x4e, 0x2b, 0x7c, 0x9b, 0x08, 0xfd, 0xb5, 0x84, 0xc5, - 0x83, 0x40, 0xd2, 0x79, 0x88, 0xc2, 0xc9, 0xfb, 0x91, 0x38, 0x3c, 0xa7, 0xf1, 0x88, 0x67, 0x06, - 0x6a, 0x6d, 0xc3, 0xaa, 0x75, 0x73, 0x65, 0xdc, 0xd5, 0xbc, 0x29, 0xd1, 0x7e, 0x57, 0x57, 0xc7, - 0xf5, 0x4f, 0x12, 0xef, 0xdb, 0x5d, 0x8c, 0xbf, 0xbf, 0xaf, 0xcc, 0xa5, 0x78, 0xa7, 0x9d, 0x06, - 0xea, 0xad, 0x56, 0x6a, 0x0e, 0xd8, 0x04, 0x4b, 0x18, 0x77, 0xcc, 0x29, 0x03, 0xb5, 0xea, 0xe5, - 0x85, 0xfd, 0x5a, 0xec, 0x6a, 0x1f, 0xfb, 0x68, 0xfe, 0x5f, 0x1c, 0x35, 0x3a, 0xac, 0x66, 0xa2, - 0x83, 0x85, 0x8f, 0x4c, 0x6c, 0x2f, 0xa2, 0x3f, 0x46, 0xc6, 0xbb, 0x42, 0xc9, 0x36, 0x54, 0xaf, - 0x3d, 0x20, 0x04, 0x74, 0xea, 0x73, 0xde, 0xba, 0xd2, 0x28, 0xbf, 0xe4, 0x07, 0xa6, 0xcd, 0x39, - 0x13, 0x20, 0x60, 0x97, 0x2f, 0xce, 0xac, 0x9b, 0x66, 0x8f, 0xaa, 0xb5, 0x0d, 0x1b, 0x3c, 0xf9, - 0x3c, 0xf3, 0x5d, 0x70, 0x69, 0xef, 0x0b, 0x2e, 0x8b, 0x14, 0x81, 0x34, 0x75, 0x62, 0x36, 0xc6, - 0x61, 0x1b, 0xec, 0xc7, 0x86, 0xb0, 0x18, 0xd1, 0x2c, 0x5c, 0x11, 0x8c, 0x4f, 0x51, 0x80, 0x8c, - 0x12, 0xa0, 0x04, 0x07, 0x75, 0xd8, 0xef, 0x62, 0x2d, 0x6c, 0xc2, 0x69, 0x75, 0xb4, 0x53, 0x13, - 0x57, 0xbf, 0x8b, 0x71, 0x87, 0xcc, 0xcd, 0x5a, 0x11, 0xb1, 0xc1, 0xaa, 0xb3, 0xec, 0x00, 0xf6, - 0x34, 0x85, 0x36, 0xda, 0x10, 0x66, 0x6c, 0x89, 0x88, 0xeb, 0xbd, 0xd4, 0x7a, 0x0e, 0xda, 0x93, - 0x16, 0xf2, 0x9b, 0xcc, 0xa2, 0xd8, 0x11, 0x9e, 0xb1, 0x55, 0x8f, 0x29, 0xa0, 0xf2, 0xb0, 0x23, - 0xca, 0xa3, 0x67, 0x3c, 0xa3, 0x07, 0x47, 0xad, 0xd7, 0xf6, 0x3f, 0x04, 0xe9, 0x4c, 0xd0, 0x72, - 0x83, 0x9f, 0xb4, 0xdc, 0x88, 0x3a, 0x9d, 0x5a, 0x5a, 0x90, 0x96, 0xae, 0x00, 0x65, 0xb3, 0xb0, - 0x6e, 0x35, 0x6f, 0xa9, 0xa5, 0xa9, 0x65, 0x84, 0x1e, 0x42, 0x16, 0x9d, 0x47, 0x5c, 0x02, 0xd6, - 0xf6, 0xae, 0x49, 0xbc, 0x68, 0xe9, 0xb1, 0x9d, 0x19, 0x6a, 0x39, 0xa3, 0x9d, 0xf6, 0x8c, 0x61, - 0x40, 0x86, 0x6e, 0x00, 0x46, 0xd0, 0x4c, 0x2b, 0xdc, 0xd5, 0x89, 0xea, 0x16, 0x64, 0x22, 0x0c, - 0xa2, 0x41, 0x0e, 0x2a, 0x38, 0x4f, 0x44, 0xa8, 0x41, 0xb0, 0x94, 0x51, 0xe4, 0x82, 0x57, 0xbe, - 0xed, 0x67, 0x15, 0x02, 0xf6, 0x08, 0x09, 0xce, 0x12, 0x8a, 0x01, 0xd4, 0x8a, 0x2b, 0xf2, 0x47, - 0xd4, 0x40, 0x73, 0x82, 0xb8, 0x12, 0x25, 0x3e, 0x4b, 0x60, 0x86, 0xf5, 0x74, 0xc8, 0x20, 0xcc, - 0xd3, 0x8d, 0x8e, 0xcc, 0x20, 0xe3, 0xea, 0x10, 0x6f, 0xd6, 0xfe, 0x23, 0xed, 0xd2, 0xc1, 0x45, - 0x04, 0xfd, 0x43, 0x59, 0xd4, 0xdb, 0x60, 0x60, 0xf3, 0x68, 0x7b, 0xd1, 0x6b, 0x77, 0x5c, 0x5a, - 0xda, 0xc6, 0xd7, 0x60, 0xdd, 0xea, 0x74, 0x29, 0x34, 0x36, 0xd3, 0x0f, 0x75, 0x5b, 0x8c, 0x4f, - 0xcc, 0xc6, 0x6e, 0xa8, 0x76, 0x7b, 0x06, 0x8a, 0x29, 0x49, 0xe6, 0xca, 0x23, 0xdd, 0x29, 0x12, - 0xe7, 0xd9, 0x33, 0x54, 0x2b, 0xea, 0xc0, 0x2e, 0x86, 0x12, 0xe0, 0x4a, 0x88, 0x28, 0x18, 0x86, - 0x85, 0x20, 0xfa, 0x6b, 0x0a, 0x54, 0x15, 0x7c, 0x9e, 0x5a, 0xc9, 0xc0, 0x0c, 0x11, 0x72, 0x00, - 0xf4, 0x39, 0x2a, 0xcc, 0x6f, 0xa8, 0xbb, 0x98, 0x47, 0x3f, 0x4f, 0xf7, 0x61, 0x68, 0xcb, 0xc9, - 0x70, 0x88, 0x0d, 0xaa, 0x31, 0xcf, 0x44, 0x53, 0x91, 0xed, 0xd3, 0xad, 0x7e, 0x45, 0x45, 0xd0, - 0x52, 0x6b, 0xde, 0x59, 0xeb, 0xc5, 0xcb, 0x6c, 0x89, 0x3b, 0x9c, 0xa6, 0x86, 0xaf, 0xa3, 0x36, - 0x51, 0x3b, 0xc5, 0x89, 0x2e, 0x35, 0xd0, 0xfa, 0x42, 0x88, 0x0b, 0x7c, 0x71, 0x9d, 0x41, 0xed, - 0xae, 0x0d, 0x90, 0xb6, 0x89, 0xb7, 0x26, 0x08, 0x45, 0x53, 0x74, 0x84, 0x2e, 0x4e, 0x81, 0xcc, - 0x82, 0x0a, 0xaa, 0xd9, 0x1e, 0xc4, 0x3b, 0xf1, 0xc5, 0x40, 0x0e, 0xee, 0x7c, 0x37, 0x14, 0xd6, - 0x48, 0x94, 0x40, 0xad, 0x9d, 0x13, 0x9d, 0xf1, 0x50, 0x76, 0x2a, 0x16, 0xf1, 0xbb, 0xa9, 0x37, - 0x69, 0xb4, 0x9d, 0xef, 0x02, 0x57, 0xba, 0x74, 0xd7, 0x5b, 0x23, 0x68, 0xcd, 0xdc, 0xd2, 0x8b, - 0xf2, 0x40, 0xfb, 0xba, 0x20, 0x74, 0x5a, 0x6f, 0xc4, 0x09, 0x14, 0xf3, 0x40, 0xc9, 0x03, 0xee, - 0x6b, 0x52, 0x66, 0x11, 0xb1, 0x69, 0x2a, 0xfb, 0x88, 0xab, 0xe1, 0xb6, 0x58, 0xc8, 0x00, 0x72, - 0x09, 0x8f, 0xe1, 0x4c, 0xed, 0x25, 0x23, 0x4e, 0x01, 0xea, 0xe5, 0x26, 0xa3, 0xec, 0x8b, 0xb1, - 0xf8, 0x70, 0x97, 0xf4, 0xbd, 0x13, 0xe0, 0xc6, 0xad, 0x0d, 0x04, 0x42, 0x19, 0xde, 0x4f, 0x09, - 0xa5, 0xca, 0xf5, 0x03, 0xea, 0x69, 0x95, 0x0a, 0x97, 0xa9, 0xa7, 0x5f, 0x1d, 0x05, 0x92, 0x39, - 0x6f, 0xf9, 0x5d, 0x79, 0x3a, 0x5e, 0x79, 0xaa, 0x2c, 0xc5, 0xbb, 0xb7, 0x19, 0x8e, 0xc1, 0xcf, - 0x5d, 0xcd, 0x3e, 0xea, 0xde, 0xa9, 0xe0, 0xa7, 0x99, 0xfe, 0x89, 0x28, 0xe6, 0xaf, 0x40, 0x13, - 0x0b, 0x0f, 0x80, 0x9a, 0x09, 0xdb, 0x10, 0xc7, 0x2e, 0x90, 0x08, 0x77, 0x4f, 0x97, 0x7a, 0xe5, - 0xcc, 0x60, 0x62, 0x9c, 0x22, 0x2d, 0xa2, 0x23, 0x71, 0x30, 0x4b, 0xf5, 0x29, 0xef, 0x40, 0xb3, - 0xb6, 0x75, 0x90, 0xd5, 0xd0, 0x12, 0x2d, 0xb6, 0xfe, 0xac, 0xed, 0x67, 0x7e, 0x7b, 0x55, 0x5a, - 0x73, 0x49, 0x13, 0x51, 0xf2, 0x04, 0x4d, 0x03, 0xf4, 0x92, 0x08, 0xe3, 0x65, 0x77, 0xa3, 0x17, - 0xea, 0x09, 0xa2, 0x96, 0x6c, 0x25, 0x54, 0x2b, 0xa1, 0x63, 0xe0, 0x8c, 0xdd, 0x7a, 0xf8, 0xb0, - 0x84, 0x3f, 0x94, 0xff, 0x52, 0xc5, 0x72, 0xd4, 0xb4, 0x99, 0x53, 0x51, 0xa1, 0x74, 0xd9, 0x13, - 0x75, 0xdf, 0xa7, 0x2a, 0xc3, 0x53, 0x24, 0x05, 0x4f, 0xa4, 0x65, 0x5b, 0x24, 0xc7, 0x41, 0xc1, - 0x40, 0x46, 0xa9, 0xbf, 0xfc, 0x99, 0xd3, 0x50, 0xdc, 0x97, 0x8d, 0x4c, 0xda, 0x3b, 0xa9, 0x47, - 0xdd, 0xa6, 0x8a, 0x97, 0x42, 0x06, 0x1a, 0x00, 0xd6, 0x0d, 0x30, 0x81, 0x02, 0xad, 0x5d, 0x5a, - 0x63, 0x77, 0x58, 0x26, 0xb4, 0xcd, 0x12, 0xf5, 0x31, 0x16, 0xe8, 0xe0, 0x34, 0x17, 0x0f, 0x54, - 0xc5, 0x5d, 0xaf, 0x90, 0xcc, 0xa7, 0x07, 0x1b, 0x19, 0xef, 0xfd, 0xd4, 0x8e, 0x78, 0x90, 0x16, - 0x2c, 0xb7, 0x2a, 0x2a, 0x56, 0xdb, 0x80, 0xb1, 0x27, 0xbf, 0xc3, 0x58, 0x13, 0x3d, 0xb8, 0x21, - 0x3f, 0xd9, 0x9f, 0x8e, 0xb1, 0xef, 0xbe, 0x13, 0x07, 0xe3, 0x69, 0xbc, 0x36, 0x95, 0x01, 0x82, - 0xdc, 0x1d, 0x5a, 0xda, 0x5f, 0x75, 0x97, 0x65, 0x49, 0xa9, 0xdc, 0xee, 0x1e, 0x91, 0xf3, 0x94, - 0xcb, 0x22, 0x42, 0x95, 0xee, 0x92, 0x8c, 0x96, 0x82, 0xad, 0x28, 0xfb, 0x36, 0x1c, 0x97, 0x9a, - 0x38, 0x6f, 0xb7, 0xc5, 0xfe, 0x74, 0xb4, 0xc1, 0x79, 0xd5, 0x71, 0x94, 0x5e, 0x9b, 0xb9, 0xc8, - 0xe7, 0xae, 0xac, 0x71, 0xf3, 0x6f, 0x78, 0xed, 0x02, 0xd3, 0x82, 0xdb, 0xe8, 0x57, 0x35, 0x57, - 0x60, 0xd6, 0x1c, 0x6a, 0xda, 0x4d, 0x70, 0x40, 0x11, 0xb4, 0x53, 0xa3, 0x58, 0x7b, 0xa1, 0xed, - 0x69, 0xb1, 0x4d, 0xf4, 0xea, 0xc1, 0x41, 0xf6, 0x55, 0x63, 0x28, 0x0b, 0xea, 0x71, 0x57, 0x5f, - 0x9e, 0xfe, 0x88, 0x0f, 0xaf, 0xed, 0x56, 0x6a, 0xb1, 0x52, 0x82, 0xd5, 0xb6, 0xd3, 0x62, 0x9a, - 0x3a, 0x07, 0xda, 0xd2, 0xd3, 0xf1, 0x29, 0x82, 0x73, 0xe6, 0xbb, 0x13, 0xa8, 0x6a, 0xa4, 0xd2, - 0xb4, 0x47, 0x5b, 0x5b, 0xa4, 0x01, 0xc2, 0x71, 0x99, 0x70, 0x08, 0x24, 0x84, 0x9f, 0xa4, 0xf1, - 0xe6, 0xce, 0x6c, 0x66, 0x8e, 0x5a, 0x04, 0x17, 0x85, 0xcd, 0x94, 0x40, 0xf8, 0xe7, 0x23, 0x8d, - 0x89, 0x90, 0xa8, 0x4d, 0x98, 0x05, 0x88, 0x47, 0x19, 0xad, 0x69, 0xf3, 0x4c, 0x0e, 0x69, 0x22, - 0x18, 0xdc, 0x77, 0x0f, 0xd0, 0xa7, 0xd8, 0x33, 0x7f, 0x6b, 0x5f, 0x37, 0x44, 0xcf, 0x78, 0x36, - 0xab, 0xf0, 0x06, 0x18, 0x19, 0xc1, 0x68, 0x53, 0x80, 0x65, 0xf8, 0x54, 0xae, 0x14, 0xf1, 0x77, - 0x31, 0xca, 0xc0, 0x7f, 0xfa, 0xa4, 0x88, 0xe5, 0x67, 0xef, 0x0d, 0x33, 0xd7, 0x5a, 0xaa, 0x30, - 0xf3, 0x16, 0x23, 0xbb, 0xd4, 0xf5, 0x8b, 0xf8, 0xd2, 0x2b, 0x42, 0xc2, 0xeb, 0xb0, 0xbb, 0x4a, - 0xd7, 0x23, 0x5f, 0xa8, 0x28, 0xc2, 0x45, 0x67, 0xca, 0xb2, 0x4b, 0x6e, 0xfc, 0xd1, 0xd5, 0xbf, - 0x2e, 0x4e, 0xb7, 0x17, 0xe9, 0xa1, 0xd8, 0xe8, 0xca, 0xb0, 0x5b, 0x32, 0xc5, 0x4f, 0xed, 0xdf, - 0xcb, 0x8b, 0x3a, 0x44, 0xb0, 0x94, 0xa4, 0xf5, 0x0d, 0x81, 0x9c, 0xfe, 0x5f, 0x96, 0x89, 0xf1, - 0xa9, 0x3e, 0x30, 0xde, 0x47, 0x6b, 0x6b, 0xb9, 0x1c, 0xec, 0xdb, 0xda, 0x57, 0x14, 0xd0, 0xa3, - 0xed, 0xe9, 0x2e, 0xfb, 0xa7, 0xed, 0xe3, 0x60, 0x39, 0xe1, 0x2e, 0x82, 0x05, 0xed, 0x79, 0x5b, - 0x0b, 0x30, 0x1c, 0x54, 0x15, 0x2f, 0x55, 0x12, 0x73, 0xbb, 0x7d, 0xc5, 0x55, 0x5a, 0xbc, 0x93, - 0xbf, 0x5b, 0xc3, 0x5c, 0xbc, 0x35, 0xd8, 0x46, 0x01, 0x39, 0xbe, 0x85, 0x36, 0x68, 0xb3, 0x57, - 0x95, 0x88, 0x20, 0x18, 0xf3, 0xcc, 0x8f, 0x32, 0x63, 0xa8, 0xfd, 0xee, 0x3c, 0xd4, 0xae, 0x8e, - 0x4d, 0xe5, 0x9f, 0xda, 0x4e, 0xa6, 0x65, 0x2e, 0x52, 0x96, 0x50, 0x8f, 0x41, 0x7b, 0xf7, 0x86, - 0xcf, 0xaf, 0x87, 0xe8, 0x19, 0x66, 0x74, 0xc8, 0x01, 0xef, 0xf0, 0x68, 0xce, 0x01, 0x89, 0x18, - 0x24, 0xd2, 0x01, 0x2c, 0xd1, 0x17, 0xe1, 0x36, 0x35, 0x9c, 0xb6, 0x8a, 0x96, 0xa7, 0xef, 0xe2, - 0x13, 0x25, 0x05, 0xd5, 0x47, 0x58, 0x11, 0xde, 0x54, 0xbe, 0x01, 0x23, 0xc6, 0x1f, 0x70, 0x1b, - 0x53, 0xd1, 0x32, 0x89, 0x60, 0xaa, 0x4a, 0x95, 0xae, 0xe6, 0xc1, 0xc6, 0xd7, 0x94, 0x13, 0xf0, - 0x67, 0x6b, 0x7f, 0xba, 0x60, 0x5e, 0xc3, 0x19, 0x5a, 0xc8, 0xf2, 0x48, 0x0b, 0x09, 0x14, 0x69, - 0xd9, 0x7a, 0x2b, 0x6c, 0x7d, 0xf9, 0xd7, 0xfc, 0xd1, 0x37, 0x7f, 0x71, 0x24, 0x92, 0x30, 0x3a, - 0xb8, 0x05, 0x0c, 0x34, 0x5e, 0x32, 0x8a, 0x0c, 0x46, 0xe9, 0x8c, 0xbb, 0xeb, 0x55, 0x6b, 0xf8, - 0x0b, 0x8f, 0x99, 0xff, 0x05, 0xa7, 0x6d, 0x93, 0x50, 0xd8, 0xc7, 0x13, 0x60, 0x00, 0x00, 0x00, - 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, - 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0e, 0xc4, 0x00, 0x00, 0x0e, 0xc4, 0x01, - 0x95, 0x2b, 0x0e, 0x1b, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xe2, 0x02, 0x11, - 0x14, 0x2d, 0x25, 0x75, 0x3c, 0xf6, 0xb7, 0x00, 0x00, 0x02, 0xa4, 0x49, 0x44, 0x41, 0x54, 0x48, - 0xc7, 0xad, 0x94, 0xbf, 0x4b, 0xe3, 0x60, 0x18, 0xc7, 0x3f, 0x6f, 0x9b, 0xa6, 0xa8, 0x69, 0x54, - 0x34, 0x8a, 0x25, 0x74, 0xb1, 0x90, 0xa5, 0xd6, 0x41, 0x71, 0x70, 0xeb, 0x24, 0xe2, 0xe8, 0xa2, - 0x8b, 0x07, 0xfe, 0x1d, 0xb7, 0xc9, 0xfd, 0x07, 0x37, 0xf8, 0x17, 0x08, 0x5e, 0xbb, 0x38, 0xaa, - 0x93, 0x22, 0x82, 0x88, 0x83, 0x88, 0x83, 0x14, 0x42, 0x9c, 0x0a, 0x52, 0x29, 0xd1, 0xd6, 0xa6, - 0xa9, 0x4d, 0x6e, 0xb8, 0x6b, 0x20, 0x34, 0xe9, 0x15, 0xce, 0x07, 0xde, 0xe5, 0x7d, 0x9e, 0xf7, - 0x93, 0x6f, 0x9e, 0x5f, 0x42, 0x08, 0xf1, 0xdd, 0xf7, 0xfd, 0x6f, 0x7c, 0xb1, 0x09, 0x21, 0x7e, - 0x09, 0xa0, 0xba, 0xba, 0xba, 0x9a, 0x9f, 0x9e, 0x9e, 0x46, 0x08, 0xf1, 0xdf, 0x50, 0xdf, 0xf7, - 0xb1, 0x6d, 0x9b, 0xdb, 0xdb, 0xdb, 0x6e, 0x02, 0xe0, 0xab, 0xc0, 0x7f, 0x15, 0x33, 0x39, 0x39, - 0x89, 0xa6, 0x69, 0x29, 0xa9, 0x7f, 0xf1, 0x2f, 0x1b, 0x1b, 0x1b, 0x63, 0x71, 0x71, 0x11, 0x55, - 0x55, 0x69, 0xb7, 0xdb, 0x98, 0xa6, 0x89, 0x6d, 0xdb, 0xb1, 0x1f, 0x10, 0x42, 0x20, 0xf5, 0x7f, - 0x25, 0xce, 0x64, 0x59, 0x66, 0x73, 0x73, 0x93, 0x42, 0xa1, 0x80, 0xa2, 0x28, 0xc1, 0xbd, 0xe3, - 0x38, 0x3c, 0x3d, 0x3d, 0x71, 0x7a, 0x7a, 0x4a, 0xa3, 0xd1, 0x88, 0x7c, 0x2b, 0x01, 0x7c, 0x7e, - 0x7e, 0xc6, 0xc2, 0x77, 0x77, 0x77, 0x29, 0x16, 0x8b, 0xb8, 0xae, 0x8b, 0x69, 0x9a, 0xbc, 0xbd, - 0xbd, 0x31, 0x3e, 0x3e, 0x8e, 0xae, 0xeb, 0x2c, 0x2f, 0x2f, 0x33, 0x33, 0x33, 0xc3, 0xe1, 0xe1, - 0x21, 0x9d, 0x4e, 0x27, 0xf4, 0xce, 0xf3, 0xbc, 0x3f, 0xf0, 0x5e, 0xaf, 0x17, 0x09, 0x2e, 0x95, - 0x4a, 0x14, 0x0a, 0x05, 0x3e, 0x3e, 0x3e, 0x28, 0x97, 0xcb, 0xdc, 0xdf, 0xdf, 0x07, 0xbe, 0x5c, - 0x2e, 0xc7, 0xde, 0xde, 0x1e, 0xba, 0xae, 0xb3, 0xb5, 0xb5, 0x45, 0xb9, 0x5c, 0x1e, 0x28, 0x6c, - 0xa2, 0xaf, 0x3c, 0xea, 0xac, 0xac, 0xac, 0x90, 0x48, 0x24, 0xb8, 0xb9, 0xb9, 0xe1, 0xee, 0xee, - 0x2e, 0xe4, 0x33, 0x4d, 0x93, 0xf3, 0xf3, 0x73, 0x3c, 0xcf, 0x63, 0x69, 0x69, 0x89, 0x74, 0x3a, - 0x1d, 0xf2, 0x7b, 0x9e, 0xf7, 0x07, 0xde, 0xeb, 0xf5, 0x06, 0x4e, 0x36, 0x9b, 0x65, 0x7e, 0x7e, - 0x9e, 0x6e, 0xb7, 0xcb, 0xc5, 0xc5, 0x45, 0x64, 0xcc, 0xe5, 0xe5, 0x25, 0xaf, 0xaf, 0xaf, 0x28, - 0x8a, 0x42, 0xb1, 0x58, 0x0c, 0xf9, 0x7c, 0xdf, 0x8f, 0xcf, 0xb9, 0x61, 0x18, 0x24, 0x93, 0x49, - 0xea, 0xf5, 0x3a, 0xb5, 0x5a, 0x2d, 0xb6, 0x26, 0x2f, 0x2f, 0x2f, 0x68, 0x9a, 0x46, 0x2e, 0x97, - 0x0b, 0x71, 0x86, 0xe6, 0x7c, 0x76, 0x76, 0x16, 0x00, 0xdb, 0xb6, 0x63, 0x6b, 0x02, 0x04, 0x9d, - 0x32, 0x35, 0x35, 0x15, 0x8a, 0x0b, 0xe0, 0x51, 0xca, 0x25, 0x49, 0x02, 0xa0, 0xdb, 0xed, 0x0e, - 0xed, 0xa6, 0x3e, 0x50, 0x92, 0xa4, 0x50, 0x5c, 0x90, 0x96, 0x28, 0x65, 0x99, 0x4c, 0x66, 0x00, - 0x10, 0x65, 0xcd, 0x66, 0x13, 0x80, 0x89, 0x89, 0x89, 0xd1, 0x95, 0x3b, 0x8e, 0x13, 0x28, 0x18, - 0xa6, 0x3c, 0x9d, 0x4e, 0x03, 0xd0, 0xe9, 0x74, 0x46, 0x57, 0xde, 0x6a, 0xb5, 0x82, 0x51, 0x1e, - 0xa6, 0x3c, 0x95, 0x4a, 0x01, 0xd0, 0x6e, 0xb7, 0x47, 0x57, 0xfe, 0xfe, 0xfe, 0x0e, 0x80, 0xaa, - 0xaa, 0x43, 0x95, 0xf7, 0x57, 0x42, 0xb3, 0xd9, 0x1c, 0x5d, 0xb9, 0x65, 0x59, 0xf4, 0x37, 0xa6, - 0xa2, 0x28, 0xb1, 0x4b, 0xaa, 0xdf, 0x55, 0xb5, 0x5a, 0x2d, 0xc4, 0x19, 0x3a, 0xa1, 0x67, 0x67, - 0x67, 0x34, 0x1a, 0x0d, 0x14, 0x45, 0x61, 0x63, 0x63, 0x23, 0x32, 0x66, 0x6d, 0x6d, 0x8d, 0x85, - 0x85, 0x05, 0x5c, 0xd7, 0xe5, 0xea, 0xea, 0x2a, 0xe4, 0x0b, 0xe0, 0x51, 0xd3, 0xe7, 0xba, 0x2e, - 0x0f, 0x0f, 0x0f, 0xc1, 0x8e, 0xd1, 0x34, 0x2d, 0xe4, 0x4f, 0x24, 0x12, 0x6c, 0x6f, 0x6f, 0x23, - 0xcb, 0x32, 0xd5, 0x6a, 0x95, 0xc7, 0xc7, 0xc7, 0xd1, 0x27, 0x14, 0xe0, 0xe8, 0xe8, 0x08, 0xc3, - 0x30, 0xc8, 0x66, 0xb3, 0x1c, 0x1c, 0x1c, 0x70, 0x7d, 0x7d, 0x8d, 0x65, 0x59, 0xcc, 0xcd, 0xcd, - 0xb1, 0xbe, 0xbe, 0x8e, 0x61, 0x18, 0xb4, 0x5a, 0x2d, 0x2a, 0x95, 0x4a, 0x24, 0x43, 0x00, 0xd5, - 0x4c, 0x26, 0x93, 0x8f, 0x2b, 0x58, 0xa9, 0x54, 0x62, 0x7f, 0x7f, 0x1f, 0x5d, 0xd7, 0x07, 0x7c, - 0xf5, 0x7a, 0x9d, 0x4a, 0xa5, 0xc2, 0xf1, 0xf1, 0x71, 0x64, 0xb7, 0x09, 0xa0, 0x2a, 0xcb, 0x72, - 0x3e, 0x99, 0x4c, 0xc6, 0x76, 0x84, 0xaa, 0xaa, 0xec, 0xec, 0xec, 0x90, 0xcf, 0xe7, 0x51, 0x14, - 0x05, 0xc7, 0x71, 0xb0, 0x2c, 0x8b, 0x93, 0x93, 0x13, 0x9e, 0x9f, 0x9f, 0x23, 0xa7, 0xd6, 0x75, - 0xdd, 0x2e, 0xc0, 0x0f, 0xc0, 0x15, 0x42, 0xf8, 0x5f, 0x75, 0x00, 0x17, 0xf8, 0xf9, 0x1b, 0x4c, - 0x03, 0xfb, 0xe2, 0x7b, 0xe9, 0x15, 0xdb, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, - 0x42, 0x60, 0x82 + 0x78, 0xda, 0xe5, 0x9a, 0x59, 0x76, 0x25, 0x3d, 0x6e, 0x84, 0xdf, 0xb9, 0x0a, 0x2f, 0x21, 0x39, + 0x93, 0xcb, 0xe1, 0x78, 0x8e, 0x77, 0xe0, 0xe5, 0xfb, 0x0b, 0xf2, 0x5e, 0x95, 0xa4, 0x1a, 0xfa, + 0xef, 0x2e, 0xbf, 0x59, 0xaa, 0x92, 0x74, 0x73, 0x60, 0x92, 0x40, 0x20, 0x10, 0x00, 0xd3, 0xac, + 0xff, 0xf9, 0xef, 0x6d, 0xfe, 0x8b, 0xaf, 0x64, 0x9f, 0xc7, 0x84, 0x98, 0x4b, 0xaa, 0x29, 0x3d, + 0x7c, 0x85, 0x1a, 0xaa, 0x6b, 0xfc, 0x51, 0x9e, 0x1f, 0x5f, 0xeb, 0xf5, 0xfb, 0x1e, 0xb3, 0x4f, + 0x38, 0x3f, 0xdf, 0x5f, 0xf6, 0xf5, 0xd3, 0x9a, 0x5f, 0x9e, 0x70, 0xfc, 0xf6, 0xfc, 0xf6, 0xf7, + 0x60, 0x0e, 0xaf, 0xb3, 0xfe, 0x75, 0xfc, 0x7d, 0x7d, 0xfa, 0xf8, 0xcd, 0x40, 0xbf, 0x38, 0x61, + 0xe3, 0xb7, 0x1b, 0xfc, 0xc7, 0x63, 0xdc, 0xe7, 0x07, 0xe7, 0xf6, 0x3a, 0xee, 0x1e, 0xf7, 0x65, + 0x46, 0xd1, 0xdb, 0xfc, 0x7c, 0xfe, 0x2a, 0x3f, 0xfe, 0xef, 0x3d, 0xcb, 0xde, 0xeb, 0xae, 0xae, + 0x85, 0x84, 0x19, 0xd2, 0x5d, 0xd4, 0x7d, 0x84, 0x79, 0x0f, 0xc3, 0x85, 0x1d, 0x2b, 0xf9, 0x73, + 0x5b, 0xe2, 0x3b, 0xf3, 0x3f, 0xf2, 0x77, 0x3e, 0xdf, 0x95, 0xef, 0xf2, 0xb4, 0x67, 0xd8, 0xf0, + 0xcc, 0x67, 0x3c, 0x9d, 0xef, 0x61, 0xab, 0x75, 0xd6, 0x3f, 0xdb, 0x06, 0x3b, 0x8d, 0x6d, 0x76, + 0xdb, 0x65, 0x27, 0xbf, 0x87, 0x1d, 0xcc, 0x31, 0xb8, 0xe5, 0x32, 0xbf, 0x9d, 0x1b, 0xce, 0x9f, + 0x63, 0xc5, 0x67, 0x57, 0xdd, 0xf0, 0x8f, 0xb7, 0x3e, 0xe8, 0xdb, 0x6e, 0x97, 0x7d, 0xf5, 0xd3, + 0x17, 0xef, 0xfc, 0x70, 0xcb, 0x7b, 0x1f, 0x8c, 0x77, 0x1f, 0x73, 0xb1, 0xe7, 0xb9, 0xf5, 0x3c, + 0x6f, 0xd8, 0xc2, 0x93, 0xa7, 0xe5, 0x52, 0x67, 0x19, 0xcc, 0x72, 0xcb, 0x1f, 0xbf, 0xcd, 0xbf, + 0xba, 0xe0, 0x9f, 0x7c, 0xef, 0x3d, 0x1e, 0x6c, 0x64, 0x2d, 0xab, 0xb7, 0x2f, 0x5b, 0x31, 0x2f, + 0xe7, 0xe4, 0x07, 0x2b, 0x33, 0x7a, 0xfd, 0xe4, 0x32, 0x1c, 0x62, 0xf7, 0xcb, 0x6f, 0xf1, 0x18, + 0xf8, 0xfd, 0xfd, 0xf1, 0x65, 0x3e, 0x39, 0xd6, 0xe3, 0xc1, 0x78, 0xcc, 0x5c, 0x58, 0x60, 0x7b, + 0xfa, 0x1d, 0xa2, 0x47, 0xfb, 0x03, 0x5b, 0xfe, 0x00, 0xc0, 0x73, 0x5d, 0xe4, 0xf7, 0xc5, 0x97, + 0xcd, 0x53, 0x5e, 0x73, 0x07, 0x25, 0x81, 0x67, 0x47, 0x26, 0x63, 0x3d, 0x2e, 0x78, 0x92, 0xf5, + 0xd1, 0x02, 0xfc, 0xec, 0x5c, 0xb6, 0x36, 0x78, 0x57, 0x70, 0x50, 0x63, 0xe6, 0xce, 0x07, 0xd7, + 0xf1, 0x80, 0x8d, 0xd1, 0x4d, 0x26, 0xe9, 0x82, 0xf7, 0x09, 0xdf, 0x14, 0x70, 0xc4, 0xb3, 0xb9, + 0x27, 0xdb, 0x73, 0xad, 0x8b, 0xee, 0x1e, 0x27, 0x54, 0xf0, 0x4f, 0xf4, 0xc9, 0x67, 0x7c, 0x53, + 0x7d, 0xc3, 0x59, 0x21, 0x44, 0xf0, 0x93, 0x43, 0x01, 0x43, 0x2d, 0xfa, 0x18, 0x62, 0x8c, 0x29, + 0xe6, 0x58, 0x62, 0x8d, 0xcd, 0x24, 0x9f, 0x42, 0x8a, 0x29, 0xa5, 0x9c, 0x14, 0x73, 0x2d, 0xfb, + 0x1c, 0x72, 0xcc, 0x29, 0xe7, 0x5c, 0x72, 0xcd, 0xad, 0xf8, 0x12, 0x4a, 0x2c, 0xa9, 0xe4, 0x52, + 0x4a, 0x2d, 0xad, 0xba, 0xea, 0x09, 0xc9, 0x58, 0x53, 0xcd, 0xb5, 0xd4, 0x5a, 0x5b, 0xe3, 0x99, + 0x2d, 0x98, 0x16, 0x1b, 0x77, 0x37, 0xae, 0x68, 0xad, 0xbb, 0xee, 0x7b, 0xe8, 0xb1, 0xa7, 0x9e, + 0x7b, 0xe9, 0xb5, 0xb7, 0x01, 0x7c, 0x46, 0x18, 0x71, 0xa4, 0x91, 0x47, 0x19, 0x75, 0xb4, 0xe9, + 0xa6, 0x9f, 0x61, 0xc6, 0x99, 0x66, 0x9e, 0x65, 0xd6, 0xd9, 0x96, 0x5d, 0x40, 0xc9, 0xac, 0xb0, + 0xe2, 0x4a, 0x2b, 0xaf, 0xb2, 0xea, 0x6a, 0x1b, 0xac, 0x6d, 0xbf, 0xc3, 0x8e, 0x3b, 0xed, 0xbc, + 0xcb, 0xae, 0xbb, 0x7d, 0x78, 0xed, 0xe5, 0xd5, 0x9f, 0xbe, 0xff, 0x0d, 0xaf, 0xd9, 0x97, 0xd7, + 0xdc, 0xf1, 0x94, 0xae, 0xcb, 0x1f, 0x5e, 0xe3, 0x68, 0xce, 0x1a, 0xe8, 0x0c, 0x61, 0xc5, 0x33, + 0x51, 0x3e, 0xc3, 0x63, 0x2e, 0x58, 0x3c, 0x9e, 0xe5, 0x01, 0x00, 0xed, 0xe4, 0xb3, 0xa7, 0xd8, + 0x10, 0x9c, 0x3c, 0x27, 0x9f, 0x3d, 0xd5, 0x11, 0x15, 0xd1, 0x31, 0xc9, 0x28, 0xdf, 0x4c, 0xfb, + 0x34, 0x63, 0x13, 0x2e, 0x0c, 0xcb, 0xba, 0xb8, 0xed, 0x87, 0xef, 0x7e, 0x78, 0xee, 0x1f, 0xfb, + 0xcd, 0x60, 0xeb, 0x7f, 0xe5, 0x37, 0xf7, 0x4f, 0x3c, 0x67, 0xe4, 0xba, 0xff, 0x03, 0xcf, 0x39, + 0xb3, 0xfc, 0x37, 0xbf, 0xfd, 0xc2, 0x6b, 0x53, 0x4c, 0x38, 0x8e, 0xc7, 0x6e, 0x14, 0xca, 0xa6, + 0x8f, 0x27, 0xfa, 0xf8, 0xa7, 0x25, 0xa7, 0xd4, 0x4d, 0x48, 0x3c, 0x29, 0xb9, 0xde, 0xb0, 0xce, + 0x9c, 0x15, 0x4b, 0xc2, 0x84, 0x35, 0x94, 0x1d, 0xa0, 0x30, 0x0e, 0x85, 0x98, 0xa0, 0x99, 0x55, + 0x72, 0x9a, 0x6e, 0x94, 0x18, 0x5b, 0xa8, 0xe5, 0x19, 0x29, 0x13, 0x2d, 0x7b, 0xb8, 0x36, 0x36, + 0x63, 0x41, 0x5c, 0xd9, 0xa4, 0xac, 0x3f, 0xfd, 0x74, 0xe7, 0xb7, 0xee, 0xd8, 0x25, 0x42, 0xc7, + 0x6e, 0x93, 0x5f, 0x22, 0xa1, 0xff, 0x14, 0xc6, 0x3f, 0x97, 0xef, 0x70, 0x7e, 0xaf, 0x0d, 0x17, + 0x2e, 0x1b, 0xf2, 0xd6, 0x00, 0xef, 0xfb, 0xcd, 0xdf, 0x0e, 0xf0, 0xbe, 0xdf, 0xfc, 0xed, 0x00, + 0xef, 0xfb, 0xcd, 0xdf, 0x0e, 0xf0, 0xbe, 0xdf, 0xfc, 0xed, 0x00, 0xef, 0xfb, 0xcd, 0xdf, 0x0e, + 0xf0, 0xbe, 0xdf, 0xfc, 0xed, 0x00, 0xef, 0xfb, 0xcd, 0xdf, 0x0e, 0xf0, 0xbe, 0xff, 0xff, 0x35, + 0x8e, 0xa2, 0x0d, 0xbd, 0x3d, 0xb1, 0x35, 0xb2, 0x96, 0x0b, 0xb0, 0x41, 0x86, 0xf2, 0x34, 0xf0, + 0x63, 0xc7, 0x7a, 0x20, 0x0e, 0x31, 0x41, 0x0e, 0x66, 0x95, 0x34, 0xd6, 0x9c, 0x29, 0x40, 0x07, + 0xa3, 0xba, 0xdd, 0xf3, 0x4a, 0xce, 0xcf, 0x87, 0x3f, 0x3a, 0x24, 0xc5, 0xc3, 0x1c, 0x61, 0xab, + 0xa0, 0x5d, 0xdb, 0xcd, 0xea, 0xbb, 0xab, 0xf1, 0xf1, 0x83, 0xc9, 0x41, 0x0c, 0x4f, 0x1b, 0x4f, + 0x5b, 0xcd, 0x0f, 0x8c, 0xad, 0x67, 0xbb, 0x67, 0x55, 0xbf, 0x57, 0x6f, 0x75, 0xaf, 0xe0, 0xca, + 0x43, 0x16, 0x9c, 0x6d, 0xd6, 0xe5, 0x91, 0x14, 0x2e, 0x66, 0xa8, 0xaf, 0x34, 0x18, 0x8a, 0xc1, + 0xe3, 0x53, 0x77, 0xee, 0xfb, 0x81, 0xdb, 0xca, 0xc3, 0xf3, 0x4a, 0x9e, 0xad, 0x9c, 0x9f, 0x06, + 0x5a, 0xfb, 0x7e, 0xec, 0x3f, 0x3a, 0x64, 0xfe, 0xe3, 0x3b, 0xbf, 0x1d, 0x32, 0x7f, 0x35, 0x8d, + 0x4f, 0x87, 0xcc, 0x3d, 0xd6, 0x5c, 0x4d, 0x93, 0x2f, 0x12, 0x0f, 0x36, 0xc9, 0xb9, 0x75, 0x1f, + 0xa2, 0xc4, 0x69, 0xea, 0xa4, 0x83, 0xe5, 0x06, 0x6c, 0x1f, 0xf7, 0x8e, 0xc5, 0xf7, 0xdd, 0x6d, + 0x5b, 0x79, 0xaf, 0x31, 0xf6, 0xc2, 0x72, 0x33, 0xae, 0x3e, 0xf7, 0xb6, 0x66, 0x39, 0x7c, 0x1d, + 0xe7, 0x93, 0xb7, 0xf3, 0x71, 0x6c, 0xdd, 0x9d, 0x85, 0x87, 0x65, 0xc9, 0x8f, 0x15, 0x65, 0x7c, + 0xa0, 0x10, 0x67, 0xd8, 0xdb, 0xd9, 0x38, 0xfa, 0x3c, 0xe7, 0xc6, 0x4f, 0xe7, 0x8c, 0xf0, 0xd0, + 0xc3, 0x87, 0x2f, 0xa4, 0x41, 0xb6, 0xcf, 0xc0, 0x64, 0x8f, 0x89, 0x3f, 0xa7, 0x0d, 0x64, 0x1b, + 0x34, 0x22, 0xe0, 0x0b, 0x48, 0x95, 0x54, 0x7e, 0x73, 0xd8, 0xbc, 0x8e, 0x93, 0x36, 0x6b, 0xea, + 0xab, 0x91, 0x84, 0x72, 0x60, 0x82, 0x8e, 0x27, 0x93, 0x98, 0x72, 0x6d, 0xa9, 0x3a, 0xb2, 0x5e, + 0x24, 0x87, 0x97, 0xa7, 0xf0, 0xd4, 0x42, 0x3a, 0x99, 0x23, 0x77, 0xee, 0xcb, 0x24, 0xae, 0x98, + 0x73, 0x4d, 0x79, 0x3d, 0xa6, 0x4e, 0x9f, 0x16, 0xa9, 0xb5, 0x6c, 0x8f, 0x89, 0x50, 0x5f, 0xa0, + 0x8b, 0x0c, 0xc4, 0x94, 0x11, 0x5b, 0x4c, 0x13, 0x68, 0x2f, 0xa1, 0x8c, 0x24, 0x65, 0xf9, 0xc8, + 0x71, 0x4c, 0x9a, 0xef, 0x79, 0x86, 0x5d, 0x49, 0x63, 0xb5, 0x06, 0x20, 0x87, 0xeb, 0x61, 0x62, + 0x10, 0x12, 0x5b, 0xda, 0x37, 0x34, 0x96, 0x02, 0x89, 0xeb, 0xf2, 0xb7, 0x93, 0xe4, 0xb1, 0xd7, + 0xc9, 0xf7, 0x30, 0x31, 0x6b, 0x98, 0xea, 0xf3, 0x30, 0x3e, 0x4d, 0x8b, 0x88, 0x0f, 0x71, 0xcc, + 0x33, 0xcc, 0x44, 0x81, 0x9c, 0xe1, 0x5c, 0xaa, 0xb2, 0x65, 0x5b, 0x1a, 0x90, 0x44, 0x59, 0xfb, + 0xba, 0x61, 0x3a, 0xbd, 0x7e, 0x97, 0x4a, 0xd6, 0xdc, 0xfe, 0x69, 0xae, 0xcb, 0x6b, 0xc5, 0x04, + 0x97, 0x03, 0x7f, 0xd4, 0xb5, 0x73, 0x7e, 0x4d, 0xfc, 0xbd, 0x30, 0xae, 0x25, 0xba, 0x6d, 0x22, + 0x4e, 0xe7, 0x6c, 0x81, 0xe8, 0xad, 0xde, 0xbb, 0x8a, 0xf4, 0xdf, 0x04, 0x4f, 0x58, 0xd9, 0x05, + 0xa0, 0xd2, 0xe3, 0x31, 0x16, 0x65, 0x56, 0xec, 0x7c, 0xc5, 0x50, 0x90, 0xc5, 0xa3, 0x71, 0xb7, + 0x9b, 0x65, 0x91, 0xd8, 0xfd, 0x3f, 0xf3, 0x1a, 0xc9, 0xb8, 0x4d, 0x6c, 0x60, 0xf0, 0x4b, 0xde, + 0x33, 0x53, 0x16, 0x8c, 0x32, 0x13, 0x7a, 0x67, 0xad, 0x0e, 0xf4, 0xb0, 0xe2, 0x27, 0x7c, 0x95, + 0xa8, 0x3b, 0x6c, 0x64, 0x55, 0x25, 0x3f, 0x2c, 0x76, 0x7f, 0x0a, 0xf2, 0x8e, 0x3e, 0x59, 0xd5, + 0xe4, 0xe1, 0xfb, 0x65, 0x80, 0xfd, 0x95, 0x01, 0xb0, 0x5d, 0x81, 0x3a, 0xc8, 0xef, 0x61, 0xf2, + 0x03, 0x60, 0x61, 0x0b, 0x46, 0x64, 0x69, 0xcf, 0xe2, 0x48, 0xe1, 0x7f, 0xed, 0xc2, 0xbf, 0xef, + 0x19, 0xa1, 0xe5, 0xf9, 0xc1, 0x3d, 0x3f, 0x9d, 0x0d, 0xc8, 0x11, 0x54, 0xdf, 0x40, 0x18, 0xa9, + 0x32, 0x08, 0xf0, 0x9d, 0x8f, 0xc9, 0xef, 0xee, 0x13, 0xf4, 0xb4, 0x71, 0xc0, 0xf1, 0x05, 0x6a, + 0x24, 0xad, 0x9a, 0x4f, 0x3a, 0x42, 0x7f, 0xce, 0xbd, 0x16, 0xac, 0x87, 0x28, 0x89, 0x4b, 0x74, + 0xc4, 0xd4, 0xd0, 0x2e, 0xd8, 0x49, 0x7e, 0x77, 0xe3, 0x82, 0xa2, 0xa7, 0x97, 0x37, 0x7b, 0x73, + 0x2c, 0x79, 0xb8, 0x9d, 0x27, 0x50, 0x75, 0xdb, 0x42, 0x88, 0xd3, 0x10, 0x94, 0xde, 0xd9, 0xb4, + 0xd1, 0x5f, 0x80, 0x35, 0x8b, 0x17, 0xc1, 0x06, 0xa6, 0xc2, 0x82, 0x53, 0x14, 0x8c, 0x00, 0x7b, + 0xbc, 0x87, 0x50, 0x43, 0xaf, 0x6b, 0xb6, 0xe8, 0xd6, 0xda, 0xb6, 0x12, 0xdb, 0x88, 0x49, 0x3d, + 0x10, 0x68, 0x8f, 0x92, 0xb6, 0x89, 0xd8, 0x17, 0x22, 0x8e, 0x5e, 0x5c, 0x20, 0xa6, 0x0d, 0x71, + 0x4f, 0xb9, 0xa1, 0x44, 0x97, 0x27, 0x0f, 0x67, 0xb2, 0x5d, 0x66, 0x6b, 0x1c, 0xb0, 0x60, 0x47, + 0x2c, 0x1c, 0x47, 0x76, 0x79, 0x34, 0x0c, 0x99, 0x51, 0x66, 0x8a, 0x8a, 0xc7, 0x10, 0x34, 0xb8, + 0xde, 0x2f, 0x69, 0xb3, 0x18, 0x36, 0xde, 0x89, 0x30, 0x85, 0xc3, 0x95, 0x18, 0xfa, 0x65, 0x88, + 0x36, 0xfc, 0x4c, 0xac, 0xa5, 0x67, 0xa4, 0x5e, 0x06, 0x20, 0x83, 0x4a, 0xa4, 0x63, 0x3c, 0x5b, + 0x22, 0x57, 0xd4, 0x0e, 0xfd, 0x1b, 0x91, 0xfc, 0x24, 0xc9, 0x44, 0x56, 0x7a, 0x29, 0x00, 0xc0, + 0xba, 0x3d, 0x13, 0xa5, 0xa1, 0x65, 0x16, 0x7d, 0x36, 0xe7, 0xfb, 0x98, 0x69, 0x04, 0x16, 0xf4, + 0x2c, 0x2b, 0x0b, 0x6c, 0x6c, 0x0e, 0xe2, 0x8e, 0xb1, 0x49, 0x3e, 0x4b, 0x38, 0xda, 0x4c, 0x87, + 0x87, 0xb7, 0xb3, 0xdc, 0xd5, 0x28, 0x07, 0xc2, 0xe5, 0x9a, 0xfc, 0xe2, 0x9a, 0x4b, 0x54, 0x27, + 0xd8, 0xeb, 0x4e, 0xf0, 0x8b, 0xfe, 0x4f, 0xb1, 0xa2, 0x3d, 0xb3, 0xe2, 0xbf, 0x4f, 0xa5, 0xe1, + 0xb5, 0xfc, 0xe5, 0xac, 0x2b, 0xa9, 0x13, 0x96, 0x94, 0xa1, 0x07, 0x55, 0x84, 0x69, 0x48, 0xe4, + 0x0f, 0x1f, 0x7b, 0x94, 0x60, 0x1c, 0x5f, 0x01, 0xec, 0x44, 0x84, 0x81, 0x8f, 0xd5, 0x2c, 0x7b, + 0xa2, 0xba, 0x6c, 0x30, 0xbc, 0xc9, 0x51, 0x98, 0x85, 0x40, 0x4d, 0xeb, 0xf8, 0x18, 0x67, 0x8f, + 0x78, 0x9c, 0xfe, 0x09, 0xa8, 0x11, 0x83, 0xc2, 0x7c, 0xd1, 0x45, 0x3e, 0x0f, 0xd4, 0xb8, 0xfe, + 0x4e, 0xc8, 0x63, 0x61, 0x11, 0xce, 0xee, 0xbd, 0x40, 0x18, 0x85, 0xbb, 0x3d, 0x8a, 0x9b, 0x48, + 0x41, 0xf5, 0x7e, 0x39, 0x99, 0xe6, 0x2a, 0xbb, 0x85, 0x21, 0xcb, 0x91, 0x13, 0x11, 0xe4, 0xa3, + 0x20, 0xc2, 0x89, 0x11, 0x48, 0x98, 0x5a, 0x24, 0x91, 0x8a, 0x77, 0x3b, 0x8c, 0x97, 0xca, 0xe6, + 0x91, 0x3c, 0xd9, 0xf7, 0x43, 0x15, 0x33, 0xc3, 0x91, 0x64, 0xd9, 0x20, 0x9c, 0xce, 0x08, 0xdd, + 0x53, 0xb9, 0x73, 0x63, 0xc4, 0x7d, 0x51, 0x5c, 0x04, 0x79, 0xba, 0x30, 0x9e, 0x00, 0x0f, 0x98, + 0xbc, 0x29, 0x13, 0x66, 0xe3, 0x91, 0x24, 0x86, 0x5d, 0x70, 0xbd, 0x88, 0xbd, 0xec, 0xe3, 0xbe, + 0x9e, 0x63, 0x68, 0x70, 0xe3, 0xcc, 0xcf, 0xa1, 0x98, 0xd4, 0xb0, 0x51, 0x61, 0x66, 0x8e, 0xcb, + 0xb7, 0x8d, 0x1b, 0x28, 0x6c, 0x1f, 0xda, 0x8c, 0xce, 0x50, 0xbc, 0x3c, 0x65, 0x3d, 0x60, 0xbd, + 0x04, 0x5f, 0xdd, 0x42, 0x90, 0x8f, 0xb5, 0x92, 0x9d, 0x05, 0xcd, 0xce, 0x58, 0x14, 0x24, 0x9d, + 0x59, 0xa9, 0x60, 0x92, 0x91, 0x33, 0x26, 0xa5, 0x00, 0x03, 0xd7, 0x3d, 0xac, 0x99, 0xfa, 0x00, + 0xd8, 0x4c, 0x3c, 0x25, 0x53, 0xc1, 0x0f, 0x18, 0x94, 0xd2, 0x80, 0xb0, 0x5c, 0xeb, 0x19, 0x0d, + 0xc2, 0x34, 0x59, 0xfd, 0x5e, 0xb3, 0x68, 0xa2, 0x0b, 0xb0, 0x57, 0x06, 0x10, 0xae, 0x01, 0x6d, + 0xf4, 0x0c, 0xd7, 0x7c, 0xd6, 0xc7, 0xca, 0xc5, 0x9d, 0x78, 0xac, 0xd1, 0x78, 0x2a, 0x25, 0xa5, + 0x88, 0x4a, 0xbd, 0x12, 0x41, 0x1e, 0x41, 0x7f, 0x8a, 0x87, 0x35, 0x8e, 0xc7, 0xc5, 0xdb, 0xb9, + 0xbd, 0x2c, 0x46, 0x30, 0x13, 0x39, 0xb9, 0x46, 0x91, 0x39, 0xb1, 0x4b, 0xd4, 0x0f, 0x28, 0xe2, + 0x50, 0xb3, 0xe9, 0x27, 0x13, 0x02, 0xd0, 0xd6, 0x60, 0x63, 0xd4, 0x4a, 0x83, 0xce, 0xe2, 0x26, + 0x71, 0x38, 0x1c, 0x33, 0x20, 0x99, 0xfe, 0x50, 0x10, 0x31, 0x02, 0xc5, 0x5f, 0x21, 0x27, 0x2b, + 0x4c, 0x44, 0x11, 0x90, 0x99, 0x27, 0x7e, 0x17, 0x85, 0xbd, 0x0a, 0x16, 0x33, 0xd1, 0x6a, 0xd9, + 0x3a, 0x04, 0x99, 0xac, 0x6b, 0xeb, 0x52, 0xa1, 0x02, 0x23, 0x9c, 0x8b, 0x07, 0x2e, 0x7a, 0x25, + 0xa7, 0x49, 0x78, 0xee, 0xde, 0x37, 0xe5, 0x55, 0xbe, 0xec, 0x4e, 0x70, 0xc4, 0x33, 0xa7, 0x48, + 0xac, 0x2c, 0xf3, 0x92, 0x65, 0x04, 0x5a, 0xa9, 0x6b, 0x34, 0x0f, 0xa0, 0xa3, 0x2f, 0xcb, 0x51, + 0xcf, 0xcd, 0x1a, 0x88, 0xb7, 0xee, 0xb0, 0xb4, 0xaf, 0x03, 0x78, 0xaf, 0xaa, 0x04, 0x39, 0xbf, + 0x58, 0x89, 0x20, 0x0d, 0x73, 0x8e, 0x64, 0xe0, 0xc4, 0xa4, 0xc0, 0x58, 0x5d, 0xe6, 0x5c, 0xe5, + 0x33, 0x53, 0xd7, 0xc8, 0x7c, 0x3a, 0x47, 0xa8, 0x41, 0x8f, 0xfb, 0xc7, 0x3d, 0xde, 0x95, 0x8a, + 0xc6, 0x68, 0xe8, 0x38, 0x9e, 0x51, 0xba, 0xbd, 0x0c, 0xa9, 0xcf, 0x27, 0x2e, 0xd0, 0x20, 0x4d, + 0x74, 0xa3, 0x90, 0xf0, 0xa3, 0xbe, 0x42, 0xc3, 0xbe, 0x42, 0x23, 0x8a, 0xc3, 0xc9, 0x08, 0x04, + 0x69, 0x08, 0x75, 0xf2, 0xd7, 0x17, 0x7a, 0x36, 0x1f, 0xec, 0xfd, 0x95, 0xbc, 0x49, 0x50, 0xc8, + 0xd3, 0x48, 0xe5, 0x9a, 0x71, 0x9d, 0x1e, 0x8e, 0xb5, 0xb1, 0x7a, 0x39, 0x60, 0x25, 0x3c, 0x60, + 0x73, 0x72, 0xac, 0x23, 0x14, 0x84, 0xb2, 0x07, 0xf7, 0x53, 0x69, 0xe6, 0x21, 0xcc, 0x01, 0x57, + 0x4c, 0x80, 0x46, 0x41, 0x78, 0x8e, 0x44, 0x51, 0x3b, 0x03, 0x19, 0x30, 0xa7, 0x40, 0xbe, 0x0b, + 0xf8, 0x22, 0xec, 0xa6, 0xbc, 0x43, 0xd5, 0x0b, 0x96, 0xc9, 0xad, 0xbb, 0x41, 0xe2, 0x82, 0xbc, + 0xb7, 0xb1, 0x6d, 0xa3, 0x84, 0x45, 0x0c, 0xe0, 0x64, 0x50, 0x08, 0x17, 0x0d, 0x09, 0xe7, 0x99, + 0xeb, 0xca, 0x10, 0x68, 0x74, 0x30, 0x5b, 0x94, 0xe7, 0xa3, 0x72, 0x95, 0x9f, 0x35, 0xcb, 0xe6, + 0xe8, 0x1e, 0xe9, 0xa4, 0x1a, 0x25, 0xb8, 0xe4, 0xd5, 0xfa, 0x4c, 0x33, 0x0e, 0xd8, 0xe2, 0x1a, + 0x07, 0x4d, 0x8d, 0x4c, 0x4d, 0xf0, 0xba, 0x39, 0xf0, 0x44, 0x26, 0xfe, 0x6d, 0x0c, 0x6a, 0x19, + 0xad, 0x0c, 0xfc, 0xe3, 0xef, 0x52, 0x97, 0x4c, 0x63, 0x7e, 0xd8, 0x86, 0x9c, 0x80, 0x93, 0xd1, + 0xdd, 0xbd, 0xb7, 0xcd, 0xd0, 0x8d, 0x54, 0xd1, 0x21, 0x04, 0x0f, 0x48, 0xd5, 0x32, 0xe8, 0x85, + 0xb4, 0xe6, 0x8a, 0x25, 0x37, 0x44, 0x42, 0x68, 0xfb, 0x05, 0x7d, 0xf5, 0xe1, 0x99, 0x89, 0x63, + 0x46, 0x27, 0xbd, 0xf6, 0xb7, 0x6b, 0x26, 0xe9, 0x3c, 0xcc, 0xd0, 0x6c, 0x97, 0xc8, 0x2b, 0xc0, + 0xb6, 0x3e, 0xd6, 0xda, 0x4a, 0xba, 0x2a, 0xcf, 0x46, 0xf4, 0xb1, 0x2e, 0x68, 0x3c, 0x8e, 0xb4, + 0x21, 0x97, 0x93, 0xb0, 0xdd, 0x85, 0xab, 0x79, 0xfc, 0x5d, 0x12, 0x12, 0x2d, 0xc5, 0x53, 0x16, + 0xe4, 0x9d, 0x12, 0x1a, 0x47, 0x34, 0xa6, 0xaa, 0xe3, 0x92, 0x79, 0xee, 0xcb, 0xe3, 0xc9, 0x5c, + 0x72, 0x54, 0xd1, 0xae, 0x6e, 0x44, 0x02, 0xb0, 0xdb, 0xca, 0x62, 0xb8, 0xaf, 0x13, 0x22, 0x64, + 0x9c, 0x71, 0x01, 0x57, 0x2d, 0x9c, 0x02, 0x4d, 0xec, 0x08, 0xbf, 0xc2, 0xda, 0x8a, 0x92, 0xd2, + 0xd0, 0x80, 0xc5, 0x4b, 0x2d, 0x09, 0x41, 0x30, 0xde, 0x1c, 0x76, 0x47, 0x35, 0x3a, 0xbe, 0xb0, + 0xbf, 0x39, 0xd4, 0x80, 0x1a, 0x26, 0xed, 0x91, 0x1f, 0xe1, 0x04, 0x2c, 0x65, 0xdb, 0x60, 0x4e, + 0x92, 0x94, 0x12, 0xbe, 0x18, 0x82, 0xc7, 0x96, 0x93, 0x05, 0xec, 0x3a, 0x69, 0x97, 0x14, 0x76, + 0x1f, 0x5d, 0xf6, 0xd5, 0x6f, 0xed, 0x94, 0x59, 0xa0, 0x1a, 0x22, 0x46, 0x65, 0xdb, 0x00, 0xd9, + 0xcf, 0xef, 0x88, 0x8e, 0xca, 0xd7, 0x10, 0x37, 0x12, 0x82, 0x0c, 0x72, 0x79, 0x7c, 0xc3, 0xe3, + 0xf5, 0x07, 0xc9, 0x2f, 0xd2, 0x51, 0x4a, 0x1f, 0x2c, 0xaf, 0x35, 0x01, 0xc7, 0x74, 0x82, 0xc3, + 0xb9, 0x45, 0x62, 0x06, 0xac, 0xf3, 0x80, 0xf5, 0xa9, 0x22, 0xe9, 0x28, 0xed, 0x84, 0xfa, 0x73, + 0xc0, 0x0a, 0xbe, 0x02, 0x77, 0x92, 0xa9, 0x16, 0xe0, 0x4d, 0xa3, 0x35, 0x8b, 0x52, 0x89, 0x7c, + 0xc9, 0x06, 0x4a, 0xb1, 0x86, 0x86, 0x53, 0xa2, 0xf7, 0x78, 0x6b, 0x14, 0x97, 0x71, 0x65, 0x95, + 0xde, 0xb4, 0x37, 0x07, 0xb7, 0x85, 0x98, 0x0b, 0x87, 0x5a, 0x9c, 0x75, 0xe5, 0xce, 0xbf, 0x14, + 0x83, 0x98, 0x49, 0x78, 0x03, 0x61, 0xc0, 0x6a, 0xd7, 0x52, 0xba, 0x3f, 0x99, 0x0e, 0x3b, 0xe1, + 0x54, 0xa6, 0x85, 0xc3, 0x66, 0x48, 0x09, 0xb6, 0x2a, 0x48, 0xec, 0xc5, 0x22, 0x93, 0xec, 0xc4, + 0x6a, 0xbe, 0x2c, 0xc6, 0x7c, 0x5f, 0xeb, 0x97, 0xb3, 0x7d, 0x27, 0xc8, 0xb2, 0xf1, 0x7c, 0xd4, + 0xda, 0x7c, 0x28, 0x04, 0x49, 0x77, 0xd1, 0x4b, 0xa5, 0x93, 0xcf, 0x98, 0xba, 0xda, 0x65, 0x75, + 0x48, 0x90, 0x80, 0xa3, 0xc9, 0xa2, 0xed, 0x91, 0xbe, 0xc4, 0xd9, 0xca, 0xc7, 0xfd, 0x49, 0xee, + 0xaf, 0xae, 0x4f, 0xb2, 0xc1, 0x40, 0x18, 0xdb, 0x31, 0x17, 0x91, 0xbf, 0xe0, 0xb9, 0xf2, 0xc4, + 0x78, 0xe2, 0x2e, 0x1e, 0x1c, 0x63, 0x09, 0x55, 0x41, 0xd3, 0x34, 0xe4, 0x90, 0xd5, 0x64, 0x03, + 0x2b, 0x4d, 0x48, 0x28, 0xf2, 0x7b, 0x49, 0xee, 0x2c, 0xaf, 0xed, 0x6c, 0xdf, 0x11, 0x98, 0x33, + 0x52, 0xa2, 0x64, 0xa8, 0x7d, 0x0a, 0x8b, 0xd1, 0xa1, 0x70, 0xdd, 0x60, 0xb9, 0x81, 0xe5, 0x82, + 0x5e, 0x93, 0x8e, 0xee, 0x1e, 0xea, 0xd4, 0x31, 0x82, 0xe7, 0xa0, 0x14, 0xc0, 0x01, 0xd3, 0x4a, + 0x30, 0xdd, 0xb1, 0x17, 0xa4, 0xd2, 0x82, 0x25, 0x15, 0x85, 0x23, 0xa0, 0xbd, 0x2f, 0xaa, 0x8f, + 0x7a, 0x53, 0xac, 0xac, 0x6b, 0x06, 0xf3, 0x05, 0x10, 0x11, 0x7d, 0x9d, 0xcf, 0xb4, 0x71, 0xe0, + 0xbe, 0x82, 0x83, 0x0c, 0xc1, 0xc8, 0xa8, 0x05, 0x2a, 0xb4, 0x1f, 0xc8, 0xc4, 0x99, 0xc4, 0x13, + 0xa1, 0x46, 0xf6, 0xa2, 0xe4, 0xed, 0x4a, 0xd9, 0xfb, 0xcd, 0xb5, 0xc0, 0x00, 0xf1, 0xed, 0x8e, + 0x01, 0xec, 0x37, 0x58, 0xf2, 0x84, 0x1f, 0x44, 0xdb, 0x7f, 0x22, 0xda, 0x10, 0xcd, 0x77, 0xa2, + 0x05, 0xe2, 0x9b, 0xaa, 0xfc, 0x84, 0x72, 0x66, 0xa1, 0xe3, 0x68, 0xda, 0x72, 0x2a, 0xa0, 0x81, + 0x20, 0x4d, 0xe4, 0xe7, 0xfd, 0x00, 0x56, 0xea, 0xf5, 0xe8, 0x48, 0x20, 0x84, 0x8d, 0xb0, 0x68, + 0x42, 0x5b, 0x16, 0xef, 0xd8, 0x3c, 0x2e, 0x0f, 0xb8, 0xc7, 0xbd, 0x68, 0x7f, 0x21, 0x26, 0xc9, + 0xba, 0x51, 0x68, 0xad, 0x08, 0x82, 0xa1, 0x9c, 0x15, 0x5b, 0xca, 0xa7, 0x44, 0x49, 0xd4, 0x67, + 0xaf, 0xf8, 0x6d, 0x52, 0x9e, 0x08, 0x2d, 0x98, 0xaa, 0xed, 0xa3, 0xa1, 0xe7, 0x20, 0xe1, 0xe1, + 0x30, 0xb0, 0x12, 0x1c, 0x32, 0x0f, 0x4d, 0x01, 0x12, 0xa9, 0x6b, 0xe0, 0xfd, 0x5e, 0x40, 0x86, + 0x6d, 0xad, 0xfe, 0x26, 0x5b, 0x98, 0x6f, 0x95, 0xc0, 0xef, 0xd8, 0x14, 0xb2, 0xda, 0x0f, 0xf4, + 0xfb, 0xe0, 0x5e, 0x62, 0x30, 0x8a, 0xfc, 0xc3, 0x41, 0xdb, 0x64, 0x3d, 0xc1, 0x0f, 0x33, 0xc0, + 0x22, 0xf1, 0x58, 0x59, 0xb7, 0xf2, 0x4a, 0xb2, 0x52, 0x3e, 0xed, 0xd3, 0x45, 0xfe, 0x24, 0x7a, + 0xc9, 0xc1, 0x4c, 0x06, 0xb2, 0x04, 0x47, 0x23, 0x08, 0x11, 0x57, 0xbb, 0x35, 0x3b, 0xb3, 0xaa, + 0xd7, 0x86, 0x5f, 0xf1, 0x5a, 0x9c, 0x97, 0x59, 0x56, 0xb8, 0xcc, 0x02, 0x33, 0xd7, 0x5b, 0xd5, + 0x1d, 0x0c, 0x75, 0x02, 0xcd, 0x6b, 0xff, 0xc5, 0x09, 0x9d, 0x16, 0x01, 0xe6, 0x79, 0x14, 0xd9, + 0xae, 0x17, 0xaf, 0x04, 0x38, 0x91, 0x08, 0x88, 0x01, 0x03, 0x71, 0x7b, 0xbc, 0x2f, 0xdb, 0x1e, + 0x8a, 0x0a, 0x36, 0xc1, 0xeb, 0x6a, 0xaa, 0x7e, 0x53, 0xbb, 0x3c, 0x36, 0x81, 0x2e, 0x5b, 0x7f, + 0x40, 0x2c, 0x2a, 0xde, 0xd5, 0x8e, 0x96, 0xac, 0x29, 0x8a, 0xcb, 0x1f, 0x79, 0xbd, 0x8a, 0xb7, + 0x43, 0xeb, 0xc9, 0xab, 0xa8, 0x2f, 0x27, 0xea, 0xf2, 0x38, 0x35, 0x3f, 0x1f, 0x1a, 0x91, 0x55, + 0x07, 0x93, 0xc9, 0x92, 0x57, 0xc2, 0x1e, 0x1e, 0x82, 0xd1, 0x91, 0x48, 0xa6, 0x21, 0x15, 0x0a, + 0x55, 0xde, 0xfc, 0x75, 0xfc, 0x7f, 0xc6, 0xbd, 0xc2, 0x0d, 0xec, 0x2e, 0xe1, 0x84, 0xe4, 0x32, + 0x0e, 0x27, 0x45, 0xd5, 0x56, 0x9a, 0x11, 0x66, 0x84, 0xff, 0x27, 0x65, 0xf7, 0xb4, 0x7e, 0x3c, + 0xf9, 0x62, 0xc9, 0xff, 0x02, 0x4b, 0xf2, 0x3f, 0x76, 0x81, 0x24, 0xc9, 0x79, 0xa2, 0xb6, 0x4c, + 0x01, 0x4c, 0x38, 0xea, 0x11, 0x63, 0x1a, 0xaa, 0x21, 0xef, 0x7f, 0xa8, 0x1d, 0x3c, 0x3f, 0x24, + 0x74, 0x8e, 0xd8, 0xb1, 0xfb, 0x9f, 0x9f, 0x34, 0x70, 0xe2, 0xb2, 0xf3, 0xb2, 0x91, 0x0a, 0x30, + 0x58, 0xba, 0x1d, 0x96, 0x4e, 0xb0, 0x74, 0xe5, 0x3f, 0xe4, 0x0b, 0xa6, 0xca, 0x6d, 0x37, 0x87, + 0x9f, 0xae, 0xe8, 0x77, 0xd5, 0x12, 0xa3, 0x43, 0xa9, 0x56, 0x8e, 0x95, 0x24, 0x42, 0x95, 0xe7, + 0xed, 0x11, 0x43, 0x54, 0x76, 0x9e, 0x70, 0x56, 0xf5, 0xa1, 0x94, 0x33, 0xb3, 0xe7, 0x02, 0x55, + 0xd8, 0x99, 0x6c, 0xee, 0xe7, 0xb1, 0x52, 0xb0, 0x2f, 0x2b, 0xf5, 0x2b, 0xb4, 0x24, 0x9b, 0x2b, + 0xc5, 0x1e, 0xa1, 0x8e, 0xf4, 0xc7, 0xca, 0x4e, 0x05, 0xd3, 0xc5, 0xc3, 0x45, 0x43, 0xfd, 0xd5, + 0x62, 0xa0, 0x0a, 0x49, 0xc8, 0x7c, 0x39, 0xcb, 0xbc, 0x33, 0x62, 0x57, 0x27, 0x3f, 0xc0, 0x5a, + 0x3d, 0x5f, 0x38, 0x80, 0x6f, 0x0e, 0x9f, 0x49, 0xc4, 0x08, 0x85, 0x4d, 0x7f, 0xb4, 0x1c, 0xc5, + 0xfe, 0x87, 0xef, 0x47, 0x3b, 0xc7, 0x0f, 0x83, 0x99, 0x8a, 0x50, 0xdd, 0x47, 0x3f, 0x6b, 0x92, + 0x6a, 0x1b, 0x9c, 0x98, 0x43, 0x22, 0x91, 0x16, 0xdb, 0xb7, 0xa2, 0xec, 0x3b, 0x4a, 0xd1, 0xe5, + 0xe3, 0xae, 0x84, 0x19, 0x49, 0xb8, 0xe5, 0x2f, 0xba, 0x8d, 0x0c, 0x44, 0x2a, 0x44, 0xe4, 0x3e, + 0x07, 0xb3, 0x32, 0xc6, 0x29, 0xc5, 0x2e, 0x64, 0x84, 0x17, 0x6d, 0xdd, 0xd6, 0x1f, 0x2c, 0xa2, + 0x5d, 0x16, 0xf3, 0x01, 0x0d, 0xc6, 0x87, 0x34, 0x7e, 0xee, 0x0c, 0xfc, 0x49, 0x5d, 0x7d, 0x3a, + 0x69, 0xbe, 0xb3, 0x85, 0xc7, 0xd9, 0xcf, 0x61, 0x27, 0x0b, 0x3f, 0x3d, 0xc7, 0x2f, 0xe0, 0x7d, + 0xde, 0x6c, 0x72, 0x72, 0xcf, 0xae, 0x61, 0xa2, 0x05, 0x58, 0x16, 0xc8, 0x69, 0xca, 0x19, 0x44, + 0xad, 0xe1, 0xca, 0x78, 0xae, 0xbb, 0x57, 0x35, 0x8d, 0x46, 0xdd, 0x4f, 0x4d, 0xd2, 0x8f, 0x18, + 0xbc, 0xa8, 0xc0, 0x7e, 0x1f, 0xb8, 0x00, 0x09, 0x30, 0x61, 0xfe, 0x86, 0x0b, 0xd5, 0xb4, 0xc4, + 0x8e, 0xd5, 0x8e, 0xef, 0x08, 0x25, 0x5d, 0xcf, 0xec, 0x7a, 0x3c, 0x07, 0x98, 0xc8, 0x8f, 0x4b, + 0xf3, 0x17, 0x41, 0x95, 0x62, 0x6f, 0x00, 0xd9, 0x0b, 0x8f, 0xfa, 0x01, 0x8f, 0xdc, 0xa8, 0x20, + 0xbf, 0xb1, 0x45, 0x27, 0xd1, 0xa1, 0x6f, 0x1f, 0x65, 0x9e, 0xbc, 0x03, 0x7c, 0x80, 0xce, 0x67, + 0x1a, 0x54, 0x46, 0xc8, 0xe5, 0xd3, 0x8a, 0x52, 0xf6, 0x9e, 0x14, 0xf8, 0x8f, 0x5a, 0x8d, 0xda, + 0xfe, 0x39, 0x38, 0x02, 0x02, 0x13, 0x04, 0xac, 0xe3, 0x2f, 0x9f, 0xa0, 0x31, 0x94, 0x82, 0xbb, + 0x56, 0xca, 0x5d, 0x3e, 0xe2, 0xd6, 0x76, 0x12, 0x50, 0xb4, 0xda, 0xc8, 0x14, 0x3c, 0x7e, 0x11, + 0x79, 0xe6, 0x2b, 0x5a, 0x09, 0xf1, 0xae, 0x22, 0xcb, 0xde, 0xd8, 0xa2, 0x78, 0xcc, 0xaf, 0x30, + 0x78, 0x99, 0xfb, 0x71, 0xe8, 0x48, 0x4e, 0xa6, 0x16, 0x6e, 0xba, 0xe0, 0xef, 0x93, 0x09, 0x0d, + 0x0a, 0x1b, 0x5a, 0x6f, 0x8e, 0x3a, 0xb1, 0xf6, 0x81, 0x24, 0x75, 0x63, 0x10, 0x44, 0x36, 0xb7, + 0x45, 0x62, 0xa6, 0xce, 0x55, 0x69, 0x9f, 0x33, 0xe2, 0x15, 0x45, 0x27, 0xed, 0xc8, 0x10, 0xd0, + 0xc6, 0xf0, 0xd8, 0x29, 0x2e, 0x07, 0x01, 0xc1, 0x90, 0xad, 0xaa, 0x81, 0xb0, 0xeb, 0x54, 0xc7, + 0x31, 0x3e, 0x62, 0xc4, 0x82, 0x95, 0x61, 0x60, 0xce, 0x2c, 0x74, 0x27, 0xb2, 0x92, 0x89, 0x50, + 0x8e, 0x6f, 0x31, 0x39, 0x04, 0x4d, 0x1c, 0x68, 0x6f, 0xb0, 0x27, 0x0c, 0x6d, 0x47, 0xb6, 0x15, + 0x3e, 0x90, 0x0f, 0x28, 0x6a, 0x5e, 0xba, 0xc9, 0xfd, 0x81, 0x19, 0x7f, 0x43, 0x9b, 0xa1, 0xdb, + 0x26, 0xb5, 0xac, 0xac, 0x79, 0xf8, 0xa8, 0x7f, 0x58, 0x84, 0xfc, 0x78, 0x2d, 0xb2, 0xd2, 0x27, + 0x00, 0xa2, 0xdc, 0x15, 0xe5, 0x6e, 0xa1, 0xaf, 0xfb, 0xa0, 0x80, 0x74, 0xcf, 0x51, 0x8e, 0xe7, + 0xa2, 0x7b, 0x09, 0x7e, 0x34, 0xb5, 0xa2, 0x3d, 0xd4, 0x6b, 0x8a, 0x09, 0x3f, 0xbf, 0xd4, 0x4d, + 0x70, 0x57, 0xc6, 0xaf, 0x70, 0x52, 0xd3, 0xaa, 0x9c, 0x23, 0x35, 0x82, 0x53, 0x4a, 0x86, 0xd6, + 0x42, 0x20, 0xa5, 0x85, 0xe2, 0x9f, 0xe2, 0x8f, 0x32, 0xe8, 0x63, 0x06, 0x03, 0x89, 0x07, 0x0a, + 0xa1, 0x13, 0xbb, 0xf1, 0x11, 0x52, 0xc7, 0xe1, 0x17, 0xd0, 0x30, 0x89, 0xde, 0x18, 0xe7, 0xc4, + 0x63, 0x6b, 0xd5, 0x45, 0xe5, 0xa7, 0xae, 0x20, 0xc9, 0x7b, 0x77, 0x24, 0x9f, 0xa4, 0x03, 0x94, + 0xbd, 0x9e, 0x7c, 0xa9, 0xf6, 0x2b, 0x1c, 0x9c, 0x36, 0x67, 0xb5, 0xb8, 0x4f, 0x80, 0xdc, 0xcc, + 0x7d, 0x43, 0x54, 0x85, 0xe4, 0x7a, 0xc1, 0x18, 0x1f, 0xb1, 0x14, 0xe7, 0x9a, 0x25, 0xee, 0xed, + 0x23, 0x86, 0x32, 0x57, 0x64, 0xaa, 0xd7, 0x71, 0xcb, 0x13, 0x89, 0x5b, 0x42, 0x52, 0xaa, 0xa1, + 0x51, 0xf9, 0x04, 0x05, 0x75, 0xf3, 0x4a, 0x5d, 0xeb, 0x27, 0x3a, 0xfa, 0x5e, 0x42, 0xe8, 0x2c, + 0x70, 0x22, 0xfd, 0x57, 0x80, 0x1f, 0x40, 0xd5, 0x9c, 0xea, 0x4b, 0xca, 0x01, 0x79, 0xf5, 0x7d, + 0x0b, 0x63, 0x60, 0x3d, 0xc8, 0xac, 0x88, 0x71, 0x35, 0xe8, 0x30, 0x24, 0x81, 0x7b, 0x6b, 0xbd, + 0xad, 0x4a, 0xc3, 0x5c, 0xb4, 0xea, 0x1d, 0x90, 0x30, 0x7b, 0x18, 0xdd, 0x51, 0x9a, 0xe9, 0xd3, + 0x91, 0x41, 0x91, 0x85, 0x69, 0x37, 0xa5, 0x2b, 0x8a, 0xe6, 0x16, 0x77, 0x1c, 0xfd, 0x46, 0x59, + 0xbf, 0x3b, 0x85, 0xce, 0xa7, 0x86, 0xa4, 0x41, 0x67, 0x6d, 0x2a, 0xd8, 0x47, 0x3b, 0xb3, 0x38, + 0xcd, 0xa9, 0x9d, 0x4b, 0x6d, 0x76, 0x64, 0x18, 0x6a, 0x74, 0xb3, 0x08, 0xc8, 0x7f, 0xdf, 0x76, + 0x15, 0xb2, 0xf6, 0xcd, 0x0f, 0xe9, 0xc5, 0x0f, 0x55, 0x1e, 0xaf, 0xc8, 0xe3, 0x7f, 0x8f, 0x11, + 0xc5, 0xf5, 0x3e, 0x0c, 0x70, 0x82, 0x4a, 0x96, 0xc0, 0x6d, 0x1e, 0xb4, 0xa9, 0xe3, 0x61, 0x46, + 0xa0, 0xde, 0x7f, 0xb4, 0xbd, 0xdb, 0x58, 0x36, 0x71, 0x31, 0xdc, 0xad, 0x33, 0x9e, 0xf1, 0xa3, + 0xb8, 0x7c, 0x95, 0xdf, 0xd4, 0x31, 0x93, 0x62, 0x87, 0x80, 0x04, 0x32, 0xf9, 0x51, 0x67, 0xd3, + 0x3e, 0xea, 0xe9, 0x02, 0x19, 0xa3, 0x1c, 0x3e, 0xa1, 0x3c, 0x64, 0x17, 0x11, 0xba, 0xce, 0x16, + 0xc5, 0xf0, 0xb9, 0xd8, 0xd3, 0xd9, 0xa2, 0x96, 0xd9, 0x5f, 0xfa, 0x5a, 0x88, 0x95, 0x87, 0xe0, + 0x56, 0x95, 0xad, 0xe5, 0x13, 0x28, 0x48, 0xb3, 0x04, 0x9e, 0xb4, 0xe3, 0xa7, 0x72, 0x69, 0xaa, + 0x1b, 0x57, 0xc3, 0x47, 0x2d, 0xae, 0x3c, 0x42, 0x9c, 0x5a, 0xb5, 0xe9, 0x75, 0xed, 0x2d, 0xef, + 0x4e, 0x69, 0x29, 0xcb, 0x9c, 0xe2, 0x92, 0xea, 0x87, 0x0a, 0x8f, 0xc5, 0x01, 0xcc, 0x6a, 0xaa, + 0x75, 0xce, 0xf5, 0x42, 0x45, 0x80, 0x1a, 0x4e, 0xb0, 0x2e, 0x99, 0x12, 0x31, 0x38, 0xca, 0xc2, + 0xcb, 0x3d, 0x9f, 0xa6, 0xf7, 0xf7, 0x9e, 0xf7, 0x4f, 0x92, 0x9a, 0x81, 0x21, 0xff, 0x43, 0x4e, + 0xd0, 0x3e, 0x2a, 0xa9, 0xa9, 0xaa, 0x82, 0x43, 0x54, 0xac, 0xc4, 0xa8, 0x77, 0x9a, 0xd4, 0x56, + 0x8a, 0x4d, 0x7a, 0xd1, 0x9f, 0x63, 0x2a, 0x43, 0x53, 0xcb, 0x54, 0xde, 0xb7, 0x1d, 0xec, 0xa6, + 0x23, 0xf8, 0x41, 0x9f, 0x51, 0xff, 0xed, 0xe0, 0x57, 0x7c, 0xf9, 0xeb, 0x8e, 0xce, 0x8b, 0x4c, + 0x01, 0x3f, 0x2c, 0x20, 0x69, 0xb9, 0x4e, 0x93, 0x40, 0xd5, 0xa5, 0x7f, 0x57, 0x97, 0xc9, 0x44, + 0x98, 0x25, 0x27, 0x12, 0x94, 0x62, 0x94, 0x92, 0x36, 0x87, 0x56, 0x93, 0x2b, 0x95, 0x05, 0x03, + 0x4a, 0x78, 0xcd, 0x63, 0x8c, 0xb1, 0xd4, 0x33, 0xd8, 0xa7, 0x00, 0x8a, 0x8b, 0xcc, 0x77, 0x69, + 0x27, 0xa8, 0x1d, 0x0b, 0x45, 0x80, 0x49, 0x42, 0x44, 0x6d, 0x93, 0xb1, 0x3b, 0xda, 0xa8, 0xa1, + 0xed, 0x19, 0xac, 0x83, 0x94, 0xec, 0x5c, 0x08, 0x36, 0x50, 0x92, 0x79, 0xb5, 0x9b, 0xf7, 0xe9, + 0x31, 0x82, 0xd0, 0xce, 0xa5, 0xde, 0x22, 0xd2, 0x94, 0x42, 0x30, 0x3e, 0xca, 0xaa, 0xf4, 0x03, + 0x56, 0xe3, 0xbc, 0xb0, 0xcb, 0x34, 0xab, 0x3b, 0xe2, 0x89, 0x27, 0x1e, 0x52, 0x4b, 0xa1, 0x6c, + 0x6a, 0xbb, 0xed, 0x9b, 0xfe, 0x21, 0xc6, 0x21, 0xeb, 0xb1, 0xa3, 0xfa, 0x0c, 0x8f, 0xf6, 0x81, + 0x88, 0x4a, 0x75, 0x74, 0x62, 0x7c, 0x2c, 0x85, 0x81, 0x2d, 0x66, 0x92, 0x41, 0x61, 0x18, 0xbd, + 0x6e, 0xb5, 0xb5, 0x5b, 0x40, 0x3a, 0x66, 0x92, 0x24, 0xcb, 0x4a, 0x59, 0xd9, 0x03, 0xc5, 0x52, + 0x20, 0xb5, 0x00, 0x42, 0x92, 0x43, 0xad, 0x93, 0x4c, 0x5c, 0x42, 0xa0, 0xb8, 0x2d, 0x83, 0x01, + 0x17, 0xa2, 0x13, 0x86, 0x54, 0x73, 0xdb, 0xfc, 0xbe, 0x37, 0xfb, 0x6e, 0xdc, 0x22, 0xfe, 0xfb, + 0xd9, 0x08, 0x23, 0x3b, 0x4d, 0x71, 0x71, 0xdc, 0xe1, 0xa8, 0x12, 0x32, 0x93, 0xb7, 0xb7, 0x6d, + 0xb7, 0xa2, 0x51, 0xe9, 0x79, 0xf6, 0x53, 0xdf, 0xbb, 0xa9, 0x0b, 0xe7, 0x3f, 0x57, 0xba, 0xf7, + 0xa8, 0x37, 0x1a, 0xea, 0xa0, 0xba, 0x4d, 0xb7, 0x3a, 0x68, 0xc9, 0x8f, 0x7a, 0xfb, 0x35, 0xe9, + 0xa4, 0x41, 0x0a, 0xa3, 0x7b, 0xc6, 0xec, 0x57, 0x4b, 0xe2, 0x98, 0xbe, 0x29, 0x41, 0x62, 0x74, + 0x1f, 0x76, 0x21, 0x19, 0xe7, 0x54, 0x9d, 0xc7, 0x75, 0x94, 0x62, 0x93, 0xb3, 0x45, 0xed, 0x1a, + 0x08, 0xde, 0x9f, 0x5e, 0x0c, 0x56, 0x05, 0xa0, 0x92, 0xfd, 0x14, 0xda, 0x6d, 0x4a, 0x68, 0xc1, + 0xdd, 0x92, 0x03, 0x48, 0x01, 0xb1, 0x6b, 0xa7, 0xd8, 0xe7, 0x67, 0x55, 0x4b, 0x1c, 0x54, 0x27, + 0x9d, 0xa5, 0xba, 0x8e, 0xd8, 0x28, 0xc3, 0xb9, 0xc3, 0xc2, 0x58, 0xca, 0xa0, 0xa9, 0x51, 0xcd, + 0xdf, 0x06, 0x42, 0xaa, 0x4b, 0xe5, 0x7a, 0x8d, 0x7f, 0xe8, 0x66, 0x53, 0x54, 0xc9, 0x1e, 0xcd, + 0xbe, 0x71, 0x1d, 0xd5, 0xc4, 0xcf, 0xe1, 0x88, 0xb3, 0xb3, 0xa5, 0x34, 0x38, 0x96, 0x06, 0xfa, + 0x88, 0x02, 0x1d, 0x9a, 0x51, 0xc3, 0xe6, 0x6e, 0xa0, 0xe0, 0xe4, 0xa9, 0x34, 0x30, 0x9e, 0xc4, + 0x94, 0xa3, 0xf8, 0xa8, 0x78, 0x89, 0x8e, 0x3f, 0xf3, 0x95, 0x79, 0x11, 0x56, 0x56, 0xcc, 0xe8, + 0xe5, 0x15, 0x48, 0x01, 0xd5, 0x19, 0x43, 0x7d, 0xba, 0x15, 0xb0, 0x1d, 0xf5, 0xe3, 0xa2, 0xa0, + 0x52, 0x3f, 0x8f, 0xcc, 0x7a, 0xb0, 0xad, 0xc6, 0x60, 0x5d, 0xc4, 0x7a, 0x00, 0x62, 0x37, 0xb3, + 0x75, 0x79, 0xed, 0x74, 0x15, 0xb6, 0xb2, 0x4d, 0x26, 0x5b, 0x42, 0xd0, 0x4e, 0x3b, 0x86, 0xee, + 0xb4, 0x85, 0xeb, 0xca, 0xa2, 0x24, 0x29, 0x0e, 0x99, 0x4b, 0xed, 0xad, 0x29, 0x20, 0x9c, 0x22, + 0xe1, 0x74, 0x70, 0x5f, 0x45, 0x80, 0x51, 0x9d, 0xa0, 0xae, 0x73, 0x89, 0xb7, 0x04, 0xa0, 0x2a, + 0x1c, 0xab, 0xe5, 0x0c, 0x3f, 0xa2, 0xab, 0x9e, 0xd6, 0xda, 0x48, 0xf6, 0x29, 0xb8, 0x0e, 0x4f, + 0x81, 0xd2, 0xa1, 0x47, 0x35, 0xbd, 0x08, 0x23, 0x03, 0xf8, 0x41, 0xd0, 0x44, 0xf4, 0x6f, 0x32, + 0x33, 0x2c, 0x12, 0x27, 0x73, 0x46, 0x46, 0x64, 0x28, 0x75, 0xb8, 0xac, 0x1d, 0x3d, 0x4f, 0xc5, + 0x06, 0x8e, 0x48, 0x1e, 0x75, 0x4b, 0xe1, 0x9c, 0x5d, 0xcd, 0x92, 0xfa, 0x21, 0x36, 0x2f, 0xe6, + 0x20, 0xac, 0x24, 0x23, 0xb7, 0x96, 0x38, 0x47, 0x37, 0xb7, 0x6e, 0x04, 0x58, 0x5f, 0xdb, 0xba, + 0x9a, 0xa4, 0x4a, 0x0c, 0x2a, 0x7e, 0x35, 0x38, 0x54, 0x53, 0x2a, 0xa3, 0x9d, 0x2d, 0x2d, 0x6d, + 0x4f, 0xc2, 0x7e, 0x18, 0x9b, 0xb8, 0x5e, 0x8f, 0x9a, 0x68, 0x27, 0xaf, 0x1d, 0x56, 0xb9, 0xbb, + 0x8e, 0xa8, 0xa6, 0xe0, 0x91, 0x54, 0xa4, 0xa8, 0xd3, 0x9c, 0xf2, 0x08, 0x0e, 0xd1, 0x42, 0xbd, + 0xfb, 0x6c, 0x4e, 0x53, 0xd6, 0x4e, 0x9b, 0xbb, 0x81, 0x3d, 0xd4, 0x9f, 0x40, 0x55, 0x51, 0xca, + 0x34, 0xd3, 0xd5, 0xda, 0x1e, 0xf1, 0x54, 0xaa, 0x77, 0x7b, 0x55, 0xca, 0x85, 0x47, 0xc6, 0x9b, + 0x69, 0x55, 0x0e, 0xf4, 0x72, 0x60, 0x3f, 0x15, 0xd9, 0xb7, 0x6d, 0xff, 0x14, 0xbb, 0x5a, 0xbd, + 0xcb, 0xb4, 0x7a, 0xbb, 0x21, 0x1b, 0xb5, 0xd0, 0xb6, 0x26, 0x93, 0xa4, 0xd6, 0x60, 0xa0, 0xaa, + 0x80, 0xd7, 0xd6, 0xdb, 0xd2, 0x7b, 0x65, 0x89, 0x31, 0x0b, 0xc5, 0x81, 0xb4, 0x59, 0x22, 0x87, + 0xf9, 0xce, 0x10, 0x40, 0x98, 0xaa, 0x05, 0xc9, 0x93, 0x9f, 0x8b, 0x39, 0x5f, 0x9d, 0x91, 0x50, + 0xd6, 0x4e, 0xab, 0x6a, 0xba, 0xb2, 0x6b, 0x12, 0x37, 0x4f, 0xc7, 0x14, 0x7a, 0x77, 0x59, 0xfa, + 0x48, 0x54, 0xab, 0x26, 0xa8, 0xd7, 0xae, 0xdb, 0x47, 0x7d, 0x7d, 0xf6, 0xa4, 0x9c, 0xf4, 0x57, + 0x56, 0x97, 0x43, 0xbb, 0x59, 0x4f, 0xbf, 0x90, 0x5a, 0x36, 0xbf, 0x37, 0x11, 0x08, 0xf1, 0x20, + 0xa5, 0xd6, 0x17, 0x19, 0x15, 0x7c, 0x65, 0xab, 0xf6, 0x46, 0x6b, 0x6e, 0x04, 0x90, 0x50, 0xf5, + 0xb6, 0x28, 0x73, 0x00, 0xbc, 0x0a, 0x94, 0x72, 0xf3, 0xb0, 0xf9, 0x63, 0x96, 0x76, 0x2b, 0x02, + 0xec, 0xa1, 0x1a, 0x58, 0x6d, 0xa9, 0xa1, 0x86, 0x22, 0x00, 0x57, 0x49, 0x34, 0xb9, 0x9a, 0xca, + 0x0f, 0xb7, 0x60, 0x41, 0xc6, 0x33, 0x4f, 0x44, 0x54, 0x76, 0x8b, 0xb0, 0x52, 0xc4, 0x06, 0xc6, + 0x60, 0x75, 0x4a, 0x99, 0x10, 0x4e, 0x4e, 0xff, 0x7c, 0x8b, 0xca, 0xfc, 0x32, 0xe4, 0xf1, 0x2e, + 0xd6, 0xcf, 0xe5, 0x6e, 0x89, 0xc1, 0x6d, 0xa7, 0x7a, 0x91, 0x42, 0xae, 0x8a, 0x13, 0x49, 0x24, + 0xc4, 0x8a, 0x9a, 0x5f, 0x79, 0xae, 0x21, 0x52, 0x2c, 0xe6, 0x00, 0xac, 0xf5, 0xa6, 0xee, 0x92, + 0x9a, 0xbf, 0x53, 0xa5, 0xaf, 0x27, 0x73, 0xb9, 0xd9, 0xd4, 0x19, 0x4d, 0xf5, 0xa8, 0x21, 0x65, + 0x92, 0x24, 0x05, 0x33, 0x3b, 0x12, 0xec, 0xee, 0xf2, 0xf8, 0xa9, 0xd7, 0x01, 0x4a, 0x97, 0x1f, + 0xa2, 0x71, 0xa0, 0x07, 0x35, 0x20, 0x77, 0x0f, 0xca, 0xb3, 0xd3, 0xba, 0x46, 0xce, 0x69, 0xcb, + 0x10, 0xd1, 0xb0, 0x63, 0xbf, 0x3b, 0x8d, 0x35, 0x2a, 0xb1, 0x01, 0xc5, 0xfe, 0x7a, 0x15, 0x86, + 0xe8, 0x51, 0xda, 0x24, 0xfc, 0x51, 0x5f, 0x75, 0x6e, 0x0a, 0xbf, 0xa5, 0x32, 0x99, 0x28, 0x7f, + 0x53, 0x62, 0xd9, 0xbf, 0x38, 0xc6, 0x1d, 0x4e, 0x77, 0x30, 0x8e, 0x7d, 0xe2, 0x6c, 0x65, 0x94, + 0xa2, 0xcd, 0xc2, 0x7e, 0x7b, 0x3c, 0xd8, 0xe8, 0x34, 0xbe, 0xb5, 0xef, 0x79, 0x6f, 0x3c, 0x94, + 0xf1, 0xbe, 0xf5, 0xb4, 0x59, 0x2f, 0xdd, 0x69, 0xff, 0x06, 0x72, 0xa8, 0xe5, 0xb4, 0x64, 0xb5, + 0xa5, 0x51, 0x18, 0x41, 0xe2, 0x44, 0x7b, 0xa9, 0xfe, 0xc4, 0xda, 0xe7, 0x6d, 0xa8, 0x88, 0x84, + 0xea, 0x12, 0x80, 0xb1, 0x14, 0x1f, 0x6d, 0x99, 0x31, 0x61, 0xaa, 0x97, 0x36, 0x1f, 0x68, 0x46, + 0xc9, 0x92, 0xa6, 0x1e, 0x4d, 0x94, 0x1a, 0x3c, 0x89, 0xfb, 0x91, 0xfd, 0x9a, 0x39, 0xc5, 0xe2, + 0xab, 0x54, 0x04, 0x29, 0x40, 0x90, 0x8a, 0x11, 0x28, 0x73, 0x20, 0x84, 0xae, 0x87, 0xbb, 0x89, + 0xf6, 0x48, 0xc1, 0xea, 0x6d, 0xc7, 0x26, 0x25, 0xa0, 0x3c, 0xb6, 0x04, 0x2e, 0x10, 0x29, 0xed, + 0x4e, 0x59, 0xb6, 0x9a, 0xc9, 0x6f, 0x23, 0xb8, 0xe7, 0x9f, 0xc0, 0xc5, 0xd9, 0xa4, 0x8f, 0x28, + 0xb9, 0x77, 0xc7, 0xbe, 0xc5, 0xaa, 0x5d, 0x26, 0x73, 0x3e, 0xa9, 0xcd, 0xf9, 0x44, 0xf2, 0x09, + 0x59, 0xfc, 0x55, 0x92, 0x86, 0x98, 0xa1, 0x67, 0xf5, 0x73, 0x09, 0x5a, 0xb8, 0xb4, 0x59, 0x7b, + 0xa4, 0xa4, 0xdb, 0xf7, 0x73, 0x41, 0x4c, 0x64, 0x95, 0xa8, 0xf1, 0x6c, 0xea, 0x53, 0x66, 0x25, + 0xa7, 0x12, 0x07, 0x0b, 0x44, 0x15, 0x0c, 0x7a, 0x6f, 0xe9, 0xf7, 0x57, 0xff, 0xe1, 0x62, 0x23, + 0xfa, 0xcc, 0x54, 0x23, 0x88, 0x10, 0x35, 0xd9, 0xd1, 0xbb, 0x88, 0xc1, 0xe8, 0x42, 0x17, 0xa0, + 0xc8, 0xc7, 0x41, 0x7b, 0x21, 0xf3, 0x15, 0x9a, 0x19, 0xd3, 0x53, 0x02, 0x29, 0x13, 0x77, 0x32, + 0x47, 0xae, 0x29, 0x4a, 0x77, 0xd4, 0xd0, 0xac, 0xd1, 0x3e, 0x65, 0xd4, 0x4e, 0x68, 0x50, 0x0e, + 0xd4, 0x5b, 0x50, 0x52, 0x8d, 0x08, 0x2e, 0xb5, 0x6b, 0x97, 0xde, 0xd9, 0x38, 0x9d, 0xde, 0xd7, + 0x2b, 0x20, 0xb8, 0x84, 0x99, 0x9e, 0x9c, 0x74, 0x7b, 0x85, 0x90, 0x77, 0xbb, 0xfa, 0x68, 0xdc, + 0xae, 0xf3, 0xe9, 0xcc, 0xbe, 0xde, 0x08, 0xe9, 0x67, 0x87, 0x5c, 0x79, 0xf8, 0xbe, 0xd8, 0x05, + 0x3a, 0x8b, 0xa8, 0x5e, 0xe9, 0x69, 0xb9, 0xa5, 0x0d, 0xe3, 0x3b, 0x16, 0xe8, 0x2c, 0x0d, 0xa4, + 0xfa, 0x67, 0x3c, 0xa6, 0x47, 0x95, 0xf4, 0x6b, 0x9f, 0xf7, 0x5c, 0x2c, 0x8b, 0x14, 0x07, 0x93, + 0x7c, 0xf5, 0xae, 0xb4, 0x9e, 0x21, 0xd1, 0x79, 0x9e, 0xc0, 0xf8, 0x40, 0xf5, 0xf6, 0x68, 0x4e, + 0x30, 0x6b, 0xcf, 0xe7, 0x6e, 0x22, 0x50, 0xbb, 0x65, 0xed, 0xaf, 0xbd, 0x4a, 0x3d, 0x55, 0x88, + 0x4a, 0xce, 0x48, 0xf6, 0x27, 0xb5, 0xf3, 0xa6, 0x0b, 0xf5, 0x1d, 0x52, 0x52, 0x99, 0x2d, 0x14, + 0x9c, 0xf8, 0xca, 0x6c, 0x44, 0x3c, 0x55, 0xb3, 0x26, 0x55, 0xf3, 0x35, 0x7b, 0xc8, 0xd5, 0x5c, + 0xdf, 0xba, 0xe3, 0xf2, 0xf8, 0x72, 0x92, 0x7d, 0x79, 0xe7, 0x2e, 0xe1, 0xd3, 0xd5, 0xbf, 0xba, + 0xd8, 0xd9, 0x8a, 0x6c, 0xb3, 0x06, 0x79, 0x5d, 0x1f, 0x01, 0x70, 0xa2, 0x15, 0x58, 0x6b, 0x4b, + 0xf8, 0x34, 0x9e, 0x8e, 0x16, 0xc9, 0x11, 0x23, 0xfe, 0x2f, 0xb3, 0xbd, 0x36, 0xf0, 0x08, 0xc0, + 0xb6, 0x2e, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, + 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0e, 0xc4, + 0x00, 0x00, 0x0e, 0xc4, 0x01, 0x95, 0x2b, 0x0e, 0x1b, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, + 0x45, 0x07, 0xe2, 0x02, 0x12, 0x01, 0x08, 0x09, 0xa7, 0x4f, 0x84, 0xc6, 0x00, 0x00, 0x02, 0xd3, + 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xb5, 0x95, 0xbd, 0x4b, 0xeb, 0x60, 0x14, 0xc6, 0x7f, 0x6f, + 0xa9, 0xd5, 0xb4, 0x35, 0xd6, 0x12, 0x0b, 0x06, 0x2a, 0xa8, 0x11, 0x21, 0xf8, 0x31, 0x08, 0x05, + 0x27, 0xb5, 0x0e, 0x22, 0xae, 0x2e, 0x4e, 0x2e, 0xae, 0xfe, 0x03, 0x72, 0xe1, 0x8e, 0x77, 0xf5, + 0x3f, 0x10, 0x87, 0xbb, 0x0b, 0xce, 0x45, 0x47, 0x17, 0x5b, 0x15, 0x4a, 0x85, 0x5a, 0xd4, 0xb6, + 0x92, 0xc1, 0xa1, 0x5c, 0xb5, 0x34, 0x29, 0x69, 0x72, 0x87, 0x8b, 0xa5, 0x1f, 0x89, 0x3a, 0x78, + 0x1f, 0x78, 0x21, 0xe4, 0x3c, 0xe7, 0x7d, 0xde, 0xe7, 0x9c, 0xf3, 0x26, 0x42, 0x08, 0xf1, 0xc3, + 0x75, 0xdd, 0x5d, 0xfe, 0x03, 0x84, 0x10, 0xbf, 0x05, 0x50, 0xd4, 0x75, 0x5d, 0x4b, 0x24, 0x12, + 0xdf, 0xba, 0xf9, 0xcb, 0xcb, 0x0b, 0xb9, 0x5c, 0xee, 0x25, 0x08, 0x90, 0x48, 0x24, 0x08, 0x85, + 0x42, 0xdf, 0x2a, 0xa0, 0x28, 0x0a, 0xb1, 0x58, 0x4c, 0x0e, 0xf0, 0x1f, 0x11, 0x0a, 0x85, 0x08, + 0x02, 0xb8, 0xae, 0x8b, 0xeb, 0xba, 0xbe, 0x44, 0x49, 0x92, 0xd8, 0xda, 0xda, 0x62, 0x7a, 0x7a, + 0x9a, 0x58, 0x2c, 0x06, 0x80, 0x65, 0x59, 0x94, 0xcb, 0x65, 0x32, 0x99, 0x0c, 0x8f, 0x8f, 0x8f, + 0xbe, 0xb9, 0x41, 0x80, 0x56, 0xab, 0x45, 0xab, 0xd5, 0xf2, 0x24, 0x68, 0x9a, 0xc6, 0xf6, 0xf6, + 0x36, 0xf1, 0x78, 0x1c, 0xdb, 0xb6, 0x31, 0x0c, 0x03, 0xd7, 0x75, 0x89, 0x46, 0xa3, 0xcc, 0xcc, + 0xcc, 0x30, 0x31, 0x31, 0xc1, 0xf9, 0xf9, 0x39, 0x99, 0x4c, 0xa6, 0x2f, 0xd7, 0x75, 0xdd, 0xcf, + 0x05, 0x36, 0x37, 0x37, 0x89, 0xc7, 0xe3, 0x3c, 0x3f, 0x3f, 0x73, 0x72, 0x72, 0xc2, 0xed, 0xed, + 0x2d, 0x00, 0xe1, 0x70, 0x98, 0x9d, 0x9d, 0x1d, 0x74, 0x5d, 0x67, 0x75, 0x75, 0x95, 0x7c, 0x3e, + 0xcf, 0xd3, 0xd3, 0x53, 0x57, 0xae, 0xe3, 0x38, 0x04, 0x3a, 0x05, 0x7a, 0xd7, 0xda, 0xda, 0x1a, + 0xc9, 0x64, 0x12, 0xd3, 0x34, 0x39, 0x3a, 0x3a, 0x22, 0x9f, 0xcf, 0xb7, 0x63, 0xaf, 0xaf, 0xaf, + 0x1c, 0x1f, 0x1f, 0x53, 0xa9, 0x54, 0x18, 0x1c, 0x1c, 0x64, 0x7d, 0x7d, 0xbd, 0x2f, 0xbf, 0xcb, + 0x81, 0x6d, 0xdb, 0x7d, 0xa7, 0x9f, 0x9d, 0x9d, 0x05, 0xa0, 0x58, 0x2c, 0x52, 0x2e, 0x97, 0xfb, + 0xe2, 0xb6, 0x6d, 0x73, 0x79, 0x79, 0x49, 0x32, 0x99, 0x64, 0x72, 0x72, 0x92, 0xa1, 0xa1, 0x21, + 0xde, 0xde, 0xde, 0xbe, 0xee, 0x40, 0x51, 0x94, 0xb6, 0x80, 0x1f, 0xe7, 0xfa, 0xfa, 0x1a, 0xd3, + 0x34, 0x91, 0x65, 0x99, 0xf9, 0xf9, 0x79, 0x7f, 0x07, 0x42, 0x88, 0xee, 0xee, 0x07, 0x83, 0x8c, + 0x8c, 0x8c, 0x60, 0xdb, 0x36, 0xa5, 0x52, 0xc9, 0xd3, 0x21, 0x40, 0xb5, 0x5a, 0xa5, 0x56, 0xab, + 0x31, 0x3e, 0x3e, 0x8e, 0xaa, 0xaa, 0x5d, 0x3c, 0xc7, 0x71, 0xfc, 0x05, 0xe6, 0xe6, 0xe6, 0x08, + 0x04, 0x02, 0xd4, 0xeb, 0x75, 0x0a, 0x85, 0xc2, 0x87, 0xf3, 0x6e, 0x59, 0x16, 0x00, 0xc3, 0xc3, + 0xc3, 0x5d, 0xc3, 0xf2, 0xa9, 0x83, 0x77, 0xf8, 0x4d, 0x58, 0xaf, 0x40, 0x2f, 0xb7, 0xed, 0xc0, + 0xcb, 0x7e, 0xe7, 0xc5, 0xf3, 0x2b, 0x8f, 0x57, 0xbc, 0xf3, 0xb9, 0xed, 0xc0, 0x71, 0x9c, 0xbe, + 0x53, 0x76, 0x0a, 0x7c, 0xe6, 0x40, 0x92, 0xa4, 0x76, 0xce, 0x97, 0x1d, 0xbc, 0x8f, 0x65, 0x30, + 0x18, 0x44, 0x55, 0x55, 0x2a, 0x95, 0x8a, 0xaf, 0x40, 0x20, 0x10, 0x68, 0x97, 0xca, 0xb7, 0x07, + 0xbd, 0xb8, 0xbb, 0xbb, 0xa3, 0xd1, 0x68, 0x20, 0x49, 0x12, 0xba, 0xae, 0x73, 0x7f, 0x7f, 0xef, + 0xb9, 0x79, 0x24, 0x12, 0x61, 0x74, 0x74, 0x14, 0x00, 0xc3, 0x30, 0xbc, 0x4b, 0xe4, 0x57, 0x82, + 0x5a, 0xad, 0x86, 0x24, 0x49, 0x4c, 0x4d, 0x4d, 0xf9, 0x72, 0x96, 0x97, 0x97, 0x91, 0x65, 0x99, + 0x66, 0xb3, 0xc9, 0xcd, 0xcd, 0xcd, 0xd7, 0x1d, 0x00, 0x94, 0x4a, 0x25, 0x54, 0x55, 0x65, 0x61, + 0x61, 0x01, 0x21, 0x84, 0x67, 0x29, 0x97, 0x96, 0x96, 0x10, 0x42, 0x50, 0xad, 0x56, 0xc9, 0x66, + 0xb3, 0x7d, 0x7d, 0xfc, 0xf0, 0x26, 0x9f, 0x9d, 0x9d, 0x61, 0x9a, 0x26, 0x8a, 0xa2, 0xb0, 0xbb, + 0xbb, 0xdb, 0x17, 0x5f, 0x59, 0x59, 0x61, 0x71, 0x71, 0x11, 0x80, 0x6c, 0x36, 0xeb, 0xf9, 0x2d, + 0x12, 0x40, 0x51, 0x96, 0x65, 0xed, 0xbd, 0x51, 0xbd, 0x38, 0x38, 0x38, 0x20, 0x9d, 0x4e, 0xe3, + 0x38, 0x0e, 0x85, 0x42, 0x81, 0xab, 0xab, 0x2b, 0x1a, 0x8d, 0x06, 0x9a, 0xa6, 0x91, 0x4a, 0xa5, + 0x08, 0x87, 0xc3, 0x3c, 0x3c, 0x3c, 0xb0, 0xb7, 0xb7, 0xe7, 0xf9, 0xdb, 0x14, 0x40, 0x31, 0x12, + 0x89, 0x68, 0xbd, 0x17, 0xad, 0x13, 0xfb, 0xfb, 0xfb, 0x6c, 0x6c, 0x6c, 0x10, 0x8d, 0x46, 0xbb, + 0xde, 0x37, 0x9b, 0x4d, 0x72, 0xb9, 0x1c, 0x87, 0x87, 0x87, 0x18, 0x86, 0xd1, 0x97, 0x57, 0xaf, + 0xd7, 0xff, 0x09, 0x0c, 0x0c, 0x0c, 0x68, 0x9d, 0x37, 0xd7, 0x0b, 0xa9, 0x54, 0x8a, 0x74, 0x3a, + 0xcd, 0xd8, 0xd8, 0x18, 0x00, 0xa6, 0x69, 0x72, 0x71, 0x71, 0xc1, 0xe9, 0xe9, 0xa9, 0x27, 0xdf, + 0x71, 0x1c, 0x2c, 0xcb, 0x32, 0x01, 0x7e, 0x02, 0x7f, 0x84, 0x10, 0xee, 0x77, 0x2e, 0xa0, 0x01, + 0xfc, 0xfa, 0x0b, 0xde, 0x44, 0x09, 0xd7, 0x96, 0xb8, 0x1c, 0xde, 0x00, 0x00, 0x00, 0x00, 0x49, + 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; #endif diff --git a/cinelerra-5.1/guicast/images/file_size_zero_hi.png b/cinelerra-5.1/guicast/images/file_size_zero_hi.png index a6c3ca8ec68ace6e56383a64a807071fda01a4b0..4e31d519972e73fd52f5940e30511ca61011c788 100644 GIT binary patch delta 6190 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 delta 4890 zcmV+#6XooTBAq6GiBL{Q4GJ0x0000DNk~Le0000N0000N2nGNE0N^Urpa1|6hGk}3eEGOC(RW@5^3@yC$8F-5H?HILeDv`zD{3bM z|K(Tv{5fZ}bM~{lkqcoc&!(PRxc4*+RHBsb+X|1$kMMWBkItj{;b+Kx`RSF%3_Zk< z{0TWM7e+XLVTZ+ahRGUp+_7?vamI9?YpKQ_XYwheY>#kaO+BsDQcN@Mlu~vneykP={eYjr@_?^c&(-R{C+-{u0li(OF55dBi>^H+mNI0*&$qn%P z@$u!pNNgg5a>Lx%;PCoPp%Ol^l`a4hSoM^Z_Z-1Ia^R?Y%`YHna? zNRlifMXEIEGF(X|7b&IGVl_8vs<}!nwboX99WAxoq?J}%YrTygd!i(zmtK48y^p~? zM|MMh2Jaq>7(=5b%_>^7YSXS`0-u?u%rfh2v(K^ON-Hl}W!2SIUt@<2l-$l+cG-2e z-S;?P?WB{BoO0@Er=RhWwO3ZZdHg}v!Yga>X3ECZkF4=*tv1n}A{ftz<&2EQ9LRXJ z3;^h8IrA;#94&K}Gv6asA(2IjJ!zs3E<$HV88$PPp|){6Ae=1v{oHTa>b8U%G_RS z-eeRJ7+MC@5mGs!Cx|{8jJkx)Pd#w@sr8(+VmR*TMrL>yxC*83;8zZt`HYja1TYzY z(=LTfG76~q$U6k^^;FkLbE!1+gB1lG$=9$7_h)j=LUty+Dnn9$F&imQoScu~q0-%_G+N7I(y(VuuB3pHu z*=*K0^*paOk$s}*$`bnOCxX(*hME?C-XmqDa{|NfM0)t%)HpG+-Bx=N2~`HYUmMcb zIkD}*0-uSA5qmEXE7B`hZYdmsH#Io1<LZ?sb?jTI*ya@ z&yZNArHvtykKb##wQH9xvwOdKpL>_I(D1ca_9*O{qKq#KGV-(dmSHP@lj4VeE*~u( zscvsUYu7<6Y;vB&CrMM&Fs=SMHL(Q)$5 zrHt@5(e3{7#5e@jRuF@KrfW#q9H7L7|%Mm2}DZwwLYUlbbi zcO$-v(NK+~-xJ-4m04Bh%c{gK)gY zT>BO(D{0Iui;--42~yymB~7OzV8`-_K}Xe8a+)(6J4fKAv#CW2roTtt*a-;x_###Cv|}h=h0Q6=hJ!t$fPJ113mi{975i>_Y;Ql z{LqOQb1xzoqASPh5@rbOVX>}Vjm9#RPH{^Ly(tryev3#1J>QvsTh0xQ!)O;8_$r4l z7<-2%F-qH%TN?pS!L8ewge)7+wMMArunu%R>{P1FwO3{NP#jDR`73+WeE5b|%Vd|< zIHW$|a$}5ToGloNUUrFC27Gu}Gj`0tniLCyR{U{fJB*pg7t$qxdX6b%DCcB@J(?NA!@MtPOJK_W({K$4P%l7(<{2$$-s! z#x841kJWZLN1v|v3zCZLCAN4gO)=i5o1*Q&o(}7=a_$R|L!WKehc)XVqWCb9YQ*;Z z@tapYg7+tCN}1Sn3AkN8(tTwn>-Om>;BX}ns}+~=BRFM$Ax$B0>Lz6Z6Y&iV$S{mq zfHfLzjt%W@Wc~!=YVi!HN*!vH0k=Y@y5m*;cwu8`&#lZxh-u7A{L1&oB4`hxK41g(r|P zV&ndnhg5|^Fmx;349yBLC1Bq0MnF29Zh<n>Cn#F{p#ex(M`eo533WaUWlU0n7o%uE<4lgsnKkU}!%IP=>>Je}>-btZ3TR&II?_LF6knIE_9+vmZ zt8((a54HWoW4CJ=x>?1?@ML|GX8xb9OLH-QMV#)bo{aA>u`Bu3YkCLu+HEB|5SmSh zMG~s&nUu+ByovhTN!$w)g`a5GSm~9!=5W_l? zA%{%leFew1l_0a|D zR#d$w`ZsI?rY_YdYUNr~=W*T-&$N^OT3<;rJ!FE2j^64*P7usJ>BgXT47<@B*v7DK z0J&)-={brOEuI{CH{)+)F!zvGivyt(&3$8Ko5r%7sOwE6vcOR>bHrOAr2E2uc_lFZ zQ3Bm(2H`M6M`F_=*tTsWUoQpSPj?LtyJga&sprc)x^ENtq$ja>Fg9wYi67f&}H>gN~z6%i4{z!_c#DlKimkR5&!upu4;u(CVeIvfXl=Q(pE#$ za*zj{EF_kWqiYLKxOuD5D(qtW_m;vtxf!POB24)qXx)o3l}4U@Z9Cae{m7ObAwccG zOs>>k!Yjj$Ua)cLp%$wakX`JI&NuvuwGo7h>_|0VBN}te%`hBR-AwR*;&rSV-LbV1 zipzeSu#5hw?X76QHYra*ClZa9K3DRAEu7$gL76|$exwAEMg>r#dmC()(wgCn)PCLbPm9hbD)&B#Ud{#Ijj?F(0Tb1&cCC|E#r9S~#;skK~Q_F~ULBlRdM}cxRf% zQ)03`$vVu^)9vVSi>|anof{9Bs`T3*^tG)y_N&u9?pO&8Z6m9QWrb}mrS@WH?v`?YQduv}5KpwQTcfIW z-Y`0ZG~9~Ex|Bu~)K0#!eZHr0n?G(qi0UX5`rRhB0c4dR)lL!7T6|aTMk&FiToy%G zy^#-=R7gjS-76-e(ahS}Rquz6kj5fqX_T2AY0%4T08XQ1Ctu^Z54iBlz+!=n^e5id zJzfVMrov;cpAm_F`vubggc&ULzVzEC1%1v>z#HOgcgIQ4@;IY7!nv%4ASf{Zx#CdC zVt7^*Xf2FTAC2+%(ACBdqaLUho(R@_AVcOgfgQyLw+ zUAM)DoIeJG;#xZfW77Rlvb)Dv&mmUPm)$CN4PP8%)nD5K_jAwMwCbV{w2v)l@v|M$ z(oraM55Ho6rKw(+c`%XH_Goshnl`jgC~IzXreHjV+QVYX0+mxUn7Y_+?jO^Uo8=!e zptmrkt)>$Axdt&%&L~mnLR}$1W7e?X5h#b|eCy->kKGu?GCRmEB&iQHer3{lQen6f z`^X(Q~y7zaOh+i8S_q2|=ZIn$DPrM&8a^`b?Ar9k9?n z2>PAr?xyXWh8yvm&F?tSzt%D%qBWB-HIiY+hxI1*V9R&EA5H9I>$Zd39RYez)9WZW z-2{Nt#NAF~TgS9*UbfSYPBTNWPqyL|O2)_C8^-vg&)Im1`RuLPo4dkXH@(PtW+dp$ z*^0w|WzoTRiJnGl)T_(B+D9!T*=Z7#v?f#rCSc3eY}ApyyV51zmV!*?ggwS4f`>xb z*0#^m*d=N*;loBN8SPNm4ggn-vvzDg{S%yNz1p-wTr+jcw-efTY+$4cpka0_NF#Ff zoDEs2P*e2BG-U;J1jcAHn`m_@&xtaat7b-j)y~mQX=1c-?6CiyMJ#!kkz30$3ry{y z{*VLrKKBq5*J>!X<2Ki_)@tWRS?tr;NwMBKhvva1AV>2KR-tUO&89^eKXp2KZOQ?+F1(xb!i0RBN?K9 zcF@?CdGc6xDhPI|c9z=BB<7u_pd-jsrtV_0_7z{W@6o$Lm*VU+Xzf)IJyR)$N0B zJC+y$_SkA4LP1-9{fy)F5l75*3Ix_xWA60+%(&7${u?b4NGue#)2tN6VL5Dl#keQy zhd_@!>e^1adf1_NtaZUY(qDy24|uyfkybzmhQy4rutoR#hoV2f{_iIuWoJ>D?%$LK z$Jk2EHw2TI4l;ic6fGrnJodK$00I_CL_t(Y$F#btg?8}K3@Ih4REkI>f~J3In5Kzg7~J3A(`vOWb1m_7 zI!&QaKnTHVwPLwk;`MqtIXOW}$<56Tx~}h!ODW0c^SE3t?(Xg=m&?p%GrV3enM{UM zDn%}rV>lf0`1rWh*m>reOa@KUczSx`>gtNwYzDw$vEcgpnnt665Q20%y>sPT@uQ<7 z5{U##DXM?f>ej?crGjai#9}ex@wk0lN{JAH(P%`!-`|=znM^PY1E4Z{E+7z|qCe!m}p(P)2UAAf#+Mkz%o6yo^!cqbeVhk1Q{ zrPJxy$H(I_yx}t)i6T^z@WsvG~6{g%A`91(L}m z>-Cyit+szxY`5F!x=t>aBb&`~c6P>mKF8Y&P89-tzG9@VS1j>pFwMfb;Wn zB9S@>e!rj1W<#gbp<5a+(zaK=#`-qNG2><{9 M07*qoM6N<$f+MVhk^lez diff --git a/cinelerra-5.1/guicast/images/file_size_zero_up_png.h b/cinelerra-5.1/guicast/images/file_size_zero_up_png.h index bfc35b4a..957b67cc 100644 --- a/cinelerra-5.1/guicast/images/file_size_zero_up_png.h +++ b/cinelerra-5.1/guicast/images/file_size_zero_up_png.h @@ -3,313 +3,280 @@ static unsigned char file_size_zero_up_png[] = { - 0x00, 0x00, 0x13, 0x1d, + 0x00, 0x00, 0x11, 0x0c, 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x17, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x2a, 0xd4, - 0xa0, 0x00, 0x00, 0x10, 0x88, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, + 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d, + 0xf8, 0x00, 0x00, 0x0e, 0x6b, 0x7a, 0x54, 0x58, 0x74, 0x52, 0x61, 0x77, 0x20, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x74, 0x79, 0x70, 0x65, 0x20, 0x65, 0x78, 0x69, 0x66, 0x00, 0x00, - 0x78, 0xda, 0xdd, 0x9a, 0x69, 0x76, 0x63, 0xbb, 0x0d, 0x84, 0xff, 0x73, 0x15, 0x59, 0x02, 0x27, - 0x70, 0x58, 0x0e, 0xc1, 0xe1, 0x9c, 0xec, 0x20, 0xcb, 0xcf, 0x07, 0x5e, 0xc9, 0xee, 0xd7, 0x73, - 0xbf, 0x24, 0x7f, 0x62, 0xd9, 0xbe, 0x6e, 0x89, 0xe2, 0x25, 0x81, 0x42, 0x55, 0x81, 0x6a, 0xb7, - 0xff, 0xf5, 0xcf, 0xe3, 0xfe, 0xc1, 0x57, 0x2e, 0x31, 0xbb, 0x2c, 0xb5, 0x95, 0x5e, 0x8a, 0xe7, - 0x2b, 0xf7, 0xdc, 0xe3, 0xe0, 0x8f, 0xe6, 0x3f, 0xbf, 0xf6, 0xeb, 0xfa, 0x3c, 0x17, 0x7c, 0xbe, - 0xbf, 0xdf, 0x5f, 0xe1, 0xf5, 0x3b, 0xb8, 0xef, 0xbe, 0x10, 0xb9, 0x26, 0xae, 0xe9, 0x79, 0xb2, - 0xe6, 0xd7, 0xab, 0xe9, 0xf5, 0xfc, 0x7b, 0x7c, 0xf9, 0xb8, 0x32, 0xd1, 0x77, 0x5e, 0x08, 0xf2, - 0xd5, 0x1b, 0xd2, 0xc7, 0x6d, 0xe2, 0x97, 0x37, 0xae, 0xe3, 0xf5, 0x7c, 0xf4, 0xf1, 0x2f, 0x2b, - 0x6a, 0x27, 0x04, 0xff, 0xe5, 0x57, 0xfb, 0xfc, 0x39, 0x67, 0xb5, 0x73, 0xf6, 0xb3, 0xbb, 0x91, - 0x0b, 0x61, 0x28, 0xcf, 0xa6, 0x9e, 0x5b, 0xb8, 0xf7, 0x34, 0x0c, 0x54, 0xa2, 0x94, 0xee, 0xdb, - 0x0a, 0x8f, 0xca, 0x8f, 0xf0, 0x77, 0xbd, 0x8f, 0xce, 0xa3, 0xf9, 0xe1, 0x67, 0xc8, 0x7e, 0xf9, - 0xe9, 0x95, 0xc7, 0x0c, 0x3d, 0xc4, 0x90, 0xfc, 0x09, 0x39, 0x2c, 0x17, 0x46, 0x38, 0x61, 0x87, - 0xc5, 0x75, 0x86, 0xc9, 0x1a, 0x73, 0xdc, 0xb1, 0x72, 0x8d, 0x71, 0xc6, 0x74, 0x9f, 0x6b, 0xa9, - 0xc6, 0x1e, 0x67, 0xf2, 0x29, 0xa4, 0x6c, 0x8f, 0x70, 0x62, 0x4d, 0x3d, 0xad, 0xd4, 0x52, 0x4c, - 0x33, 0xee, 0x94, 0x52, 0x76, 0x29, 0x7e, 0xac, 0x25, 0xdc, 0xfb, 0xf6, 0x7b, 0xbf, 0x19, 0x1a, - 0x77, 0x5e, 0x81, 0xa1, 0x31, 0x30, 0x59, 0xe0, 0x2d, 0x3f, 0x7d, 0xb8, 0x5f, 0x0d, 0xf8, 0x9d, - 0xc7, 0x39, 0xd3, 0x13, 0x23, 0x02, 0xdc, 0x6e, 0x9c, 0xc2, 0x93, 0xe0, 0x18, 0x2d, 0x0f, 0xc1, - 0xc2, 0x98, 0xec, 0x37, 0xc3, 0x48, 0x48, 0x38, 0xaf, 0xbc, 0xc9, 0x0d, 0xf0, 0xfb, 0xf1, 0xf1, - 0xe5, 0xbe, 0x48, 0x6c, 0x22, 0x83, 0x72, 0xc3, 0xdc, 0xd8, 0xe0, 0xf0, 0xfa, 0x4c, 0xa1, 0x12, - 0x3e, 0xb1, 0x95, 0x2e, 0x00, 0x12, 0xe3, 0x84, 0xeb, 0x83, 0xaf, 0x50, 0x97, 0x65, 0x2d, 0x5e, - 0x94, 0x64, 0xee, 0x2d, 0x2c, 0x26, 0x24, 0x52, 0xe0, 0x4b, 0x48, 0x12, 0x4a, 0xf0, 0x35, 0xc6, - 0x1a, 0x42, 0x4e, 0xb1, 0x91, 0xa0, 0xc1, 0xca, 0x63, 0xca, 0x51, 0xc9, 0x40, 0x10, 0x89, 0x8b, - 0x45, 0xc6, 0x9c, 0x52, 0x21, 0x37, 0x0d, 0x1c, 0x71, 0x6f, 0xde, 0x53, 0xc3, 0x1d, 0x1b, 0x25, - 0x3e, 0xcf, 0x53, 0x2a, 0xe4, 0x47, 0x52, 0x49, 0x95, 0xdc, 0xf4, 0x34, 0x48, 0x56, 0xce, 0x02, - 0x7e, 0x6a, 0x6e, 0x60, 0x68, 0x48, 0x92, 0x2c, 0x22, 0x45, 0xaa, 0x34, 0xe9, 0x32, 0x5c, 0x49, - 0x25, 0x17, 0x29, 0xa5, 0xd4, 0x62, 0x35, 0x37, 0x6a, 0xaa, 0xb9, 0x4a, 0x2d, 0xb5, 0xd6, 0x56, - 0x7b, 0x1d, 0x2d, 0xb5, 0xdc, 0xa4, 0x95, 0x56, 0x5b, 0x6b, 0xbd, 0x8d, 0x1e, 0x7b, 0xa2, 0x24, - 0xa5, 0x97, 0x5e, 0x7b, 0xeb, 0xbd, 0x8f, 0xc1, 0x3d, 0x47, 0x76, 0x43, 0x06, 0xef, 0x1e, 0x8c, - 0x18, 0x43, 0xa3, 0x26, 0xcd, 0x2a, 0x5a, 0xb4, 0x6a, 0xd3, 0xae, 0x63, 0x02, 0x9f, 0x99, 0xa7, - 0xcc, 0x32, 0xeb, 0x6c, 0xb3, 0xcf, 0xb1, 0xe2, 0x4a, 0x2b, 0x2f, 0x59, 0x65, 0xd5, 0xd5, 0x56, - 0x5f, 0x63, 0x87, 0x0d, 0x94, 0xdc, 0xce, 0x5b, 0x76, 0xd9, 0x75, 0xb7, 0xdd, 0xf7, 0x38, 0x60, - 0xed, 0xa4, 0x93, 0x8f, 0x9c, 0x72, 0xea, 0x69, 0xa7, 0x9f, 0xf1, 0x91, 0xb5, 0x57, 0x56, 0xbf, - 0x79, 0xfc, 0x41, 0xd6, 0xc2, 0x2b, 0x6b, 0xf1, 0x66, 0xca, 0xc6, 0xd5, 0x8f, 0xac, 0xf1, 0x6c, - 0xad, 0x36, 0xd1, 0x9d, 0x22, 0x18, 0xcf, 0x88, 0xe5, 0x8c, 0x8c, 0xc5, 0x1c, 0xc8, 0x78, 0xb5, - 0x0c, 0x00, 0xe8, 0x68, 0x39, 0xf3, 0x2d, 0xe4, 0x1c, 0x2d, 0x73, 0x96, 0x33, 0xdf, 0x23, 0x55, - 0x21, 0x91, 0x45, 0x8a, 0xe5, 0x66, 0x05, 0x3f, 0x5c, 0x80, 0xdd, 0x52, 0xde, 0x21, 0x0a, 0xa5, - 0xff, 0xce, 0xdd, 0x67, 0xe6, 0x7e, 0x3b, 0x6f, 0x8e, 0x58, 0xff, 0x2a, 0x6f, 0xf1, 0x77, 0x32, - 0xe7, 0x2c, 0x75, 0xff, 0x85, 0xcc, 0x45, 0xb7, 0xd3, 0x57, 0x79, 0xfb, 0x4e, 0xd6, 0x96, 0x31, - 0xe1, 0xbc, 0x19, 0x7b, 0xaa, 0xd0, 0x62, 0xea, 0x13, 0xd5, 0xb7, 0x09, 0xe0, 0xe0, 0x9b, 0x60, - 0xbf, 0xff, 0xf8, 0x4f, 0xaf, 0xff, 0xa7, 0x13, 0x0d, 0x52, 0xe3, 0xb4, 0x56, 0x1d, 0x4a, 0x72, - 0xc5, 0x8f, 0x56, 0xca, 0xdc, 0x5e, 0x6b, 0xde, 0x64, 0x14, 0x11, 0x18, 0x5a, 0x06, 0xd4, 0x11, - 0x52, 0x39, 0xa1, 0x27, 0x88, 0x3e, 0x1a, 0x8c, 0xba, 0x84, 0xcd, 0x4f, 0x3d, 0x70, 0xfa, 0xa9, - 0xf5, 0x9c, 0xb4, 0x62, 0x38, 0xee, 0xe8, 0x46, 0x66, 0x78, 0x17, 0xb8, 0x0a, 0xa5, 0xef, 0xe0, - 0x57, 0x0e, 0x9b, 0xf9, 0x8c, 0x93, 0xb4, 0x04, 0x30, 0x19, 0xd3, 0x2e, 0x85, 0x4c, 0x32, 0x0a, - 0xa8, 0xf9, 0xc8, 0x3b, 0x04, 0xf0, 0xf5, 0x54, 0xd7, 0x48, 0x73, 0xa9, 0x34, 0xf4, 0x83, 0x15, - 0x05, 0x1d, 0xc9, 0xd7, 0xb0, 0x0a, 0xf7, 0x67, 0x72, 0xcd, 0xe4, 0x74, 0xf8, 0x54, 0x42, 0xd1, - 0xb6, 0x66, 0x3a, 0x5b, 0xda, 0x78, 0x6e, 0x95, 0xd7, 0xc8, 0xa7, 0xd5, 0x78, 0xe2, 0x3c, 0x73, - 0x9f, 0x14, 0x73, 0xf3, 0x1b, 0xe9, 0x68, 0x6b, 0x4c, 0x57, 0xb5, 0xd4, 0xa5, 0x6b, 0x6b, 0x5e, - 0x35, 0x6b, 0x5f, 0x61, 0xa6, 0x50, 0x9a, 0x41, 0xa4, 0x8e, 0xce, 0xfb, 0xd9, 0xe2, 0x58, 0x88, - 0xe3, 0x1a, 0x02, 0xa0, 0x98, 0x7f, 0xda, 0xa4, 0x9b, 0x7d, 0xbd, 0x26, 0x6f, 0x3a, 0x22, 0x5b, - 0x75, 0x9a, 0xd9, 0x6c, 0xd6, 0x38, 0xf5, 0x3c, 0xaf, 0x36, 0x91, 0x7d, 0xa2, 0xe8, 0xca, 0x12, - 0xfa, 0xea, 0x27, 0x82, 0xd2, 0xc8, 0x86, 0x9a, 0x16, 0xde, 0x23, 0x65, 0xa5, 0x73, 0x02, 0xc3, - 0xef, 0x44, 0x7a, 0xf8, 0xde, 0xd4, 0x38, 0x31, 0xb2, 0xdd, 0x56, 0x7b, 0x12, 0x09, 0x55, 0x06, - 0xbd, 0x5f, 0x1b, 0xd2, 0xd7, 0x39, 0xb1, 0xed, 0xc1, 0x02, 0x9f, 0x89, 0x89, 0x11, 0x7b, 0x2f, - 0x10, 0x2b, 0xd2, 0x2b, 0x57, 0x6e, 0x29, 0x1c, 0x82, 0x37, 0x35, 0x38, 0xb1, 0xe5, 0xcf, 0xba, - 0xca, 0xa6, 0xa6, 0x36, 0xdb, 0x4f, 0x53, 0x35, 0xb7, 0x90, 0x92, 0x52, 0x74, 0x05, 0xdd, 0xb0, - 0xb8, 0xa9, 0x67, 0x25, 0x91, 0x3a, 0x8e, 0x93, 0xf0, 0xcf, 0x90, 0x58, 0xa6, 0xa5, 0x8d, 0x21, - 0x92, 0x8f, 0xdf, 0x6b, 0xb9, 0xb5, 0x6b, 0x97, 0x2d, 0xb3, 0x7b, 0xbf, 0x7a, 0x9f, 0x7b, 0x97, - 0xb4, 0xd0, 0xf0, 0xb5, 0x57, 0xf6, 0x28, 0xec, 0x9a, 0xa2, 0x8c, 0x2f, 0x0b, 0x32, 0xf2, 0xb3, - 0xf8, 0x96, 0x61, 0x2b, 0x7f, 0x93, 0xe2, 0x87, 0x2e, 0x1f, 0x2d, 0x1e, 0xa9, 0x6e, 0x75, 0xa5, - 0x26, 0x0d, 0x7d, 0xa0, 0xda, 0x11, 0xea, 0x39, 0xb5, 0x2b, 0x41, 0x58, 0xd4, 0xb3, 0xd8, 0x06, - 0xc3, 0x52, 0xb5, 0x6d, 0xf7, 0xdd, 0x7d, 0x3d, 0xeb, 0x58, 0x40, 0x09, 0x18, 0x74, 0x67, 0x54, - 0xb1, 0xc7, 0xea, 0x7b, 0x45, 0x48, 0xdb, 0x77, 0xe7, 0x47, 0x2f, 0xb6, 0xd1, 0x71, 0xf2, 0xce, - 0xa5, 0x8c, 0xf0, 0x37, 0xd1, 0xed, 0xfe, 0xf2, 0xc4, 0x38, 0x04, 0xd6, 0x56, 0x10, 0x83, 0xb4, - 0x8a, 0x1b, 0x22, 0x82, 0xc3, 0x77, 0x70, 0x90, 0xc9, 0x7a, 0x3b, 0xe0, 0xf2, 0x54, 0xfe, 0xe2, - 0x65, 0xe4, 0xb1, 0x15, 0x16, 0x8d, 0x4b, 0x52, 0x46, 0x35, 0x87, 0xb4, 0x6f, 0x0c, 0x11, 0xea, - 0x5f, 0x14, 0x1a, 0xf3, 0x77, 0x23, 0xbe, 0x8a, 0xd1, 0x50, 0x8d, 0x99, 0x91, 0x11, 0xce, 0xe3, - 0x99, 0x8c, 0x33, 0x32, 0x9e, 0x07, 0x01, 0x47, 0x47, 0x05, 0x3a, 0xa0, 0x01, 0xce, 0x9a, 0xcf, - 0xe6, 0x1d, 0x49, 0x3c, 0x43, 0x48, 0xeb, 0x85, 0xc0, 0x89, 0xfe, 0xa8, 0xe1, 0xd0, 0x8f, 0x9d, - 0xd7, 0x99, 0x6d, 0x59, 0x59, 0x74, 0x14, 0xa3, 0xb3, 0x94, 0x55, 0xdb, 0x5a, 0x62, 0x68, 0x59, - 0xc5, 0x42, 0x70, 0x0a, 0x2e, 0x6e, 0x1f, 0xc2, 0x45, 0xb0, 0x27, 0x0c, 0x6f, 0x6f, 0x94, 0x16, - 0xc7, 0x34, 0xa4, 0x00, 0x54, 0x82, 0x1d, 0x8e, 0xf9, 0xbb, 0xbd, 0x64, 0xd7, 0x53, 0x58, 0x3a, - 0x5e, 0xac, 0xac, 0x3b, 0x6e, 0x32, 0x0f, 0x62, 0xb5, 0x9b, 0xce, 0x74, 0x9f, 0x31, 0x4a, 0x3d, - 0x9e, 0xad, 0x51, 0x1d, 0x3e, 0x8c, 0x5e, 0x0d, 0x7e, 0x5f, 0xaf, 0xa7, 0x52, 0xb9, 0x20, 0x81, - 0x5d, 0x21, 0xa7, 0xe4, 0x96, 0x9d, 0x34, 0x9b, 0xfb, 0x34, 0x6f, 0x21, 0x89, 0x71, 0x50, 0xec, - 0x75, 0xed, 0x18, 0xdd, 0x13, 0x93, 0x23, 0xd3, 0xdc, 0xd2, 0x83, 0x70, 0xbc, 0xc6, 0x5c, 0xfb, - 0x16, 0x2a, 0x2b, 0x69, 0xcc, 0x2c, 0x8b, 0x97, 0x70, 0x22, 0x3e, 0x34, 0xa5, 0x72, 0x0c, 0xe3, - 0xe1, 0xab, 0xab, 0x0b, 0x3f, 0x78, 0xe1, 0xcb, 0xab, 0xc4, 0xda, 0x53, 0xac, 0x46, 0x3e, 0x42, - 0x68, 0x36, 0xd8, 0x4e, 0x61, 0xc8, 0xc4, 0x18, 0x8d, 0x32, 0xb1, 0x97, 0x48, 0x86, 0x33, 0xde, - 0x09, 0x72, 0x7a, 0x6e, 0xb3, 0xe6, 0xab, 0x1d, 0xe0, 0x2c, 0xe5, 0x86, 0x3b, 0x65, 0x4f, 0x14, - 0x00, 0x6c, 0x97, 0x6b, 0xa7, 0xac, 0xf7, 0x9e, 0xbe, 0xe0, 0x4f, 0x0f, 0x02, 0x49, 0x04, 0xa9, - 0x72, 0x2f, 0x32, 0xe6, 0x3c, 0x0c, 0x9f, 0xe2, 0x04, 0x13, 0xb8, 0xb1, 0x9d, 0x6b, 0x72, 0x47, - 0x29, 0x8a, 0xb2, 0x65, 0x2d, 0x7d, 0x44, 0x1d, 0xb9, 0xd6, 0x0c, 0x8e, 0x27, 0x7a, 0x95, 0xc9, - 0x3a, 0x7e, 0xbe, 0xef, 0x19, 0xf6, 0x91, 0x8e, 0xbb, 0x1a, 0x3d, 0x4d, 0x49, 0x13, 0x5d, 0xa6, - 0x52, 0x21, 0x3a, 0x47, 0xd2, 0x08, 0x31, 0xc5, 0x21, 0x84, 0x12, 0x1e, 0x83, 0xdf, 0xda, 0x56, - 0xb2, 0x3c, 0x66, 0x49, 0x7a, 0xb4, 0xe5, 0xd2, 0x8f, 0x87, 0x35, 0x9e, 0x1a, 0xaa, 0x64, 0xed, - 0x14, 0x23, 0x29, 0xd9, 0x51, 0x0f, 0x36, 0x6f, 0x2d, 0xad, 0xab, 0x27, 0xc7, 0xba, 0x7d, 0xe7, - 0x1f, 0x27, 0x75, 0x81, 0x0d, 0xe7, 0xd1, 0x55, 0xa1, 0xe7, 0xd3, 0x7a, 0x01, 0xc8, 0xa4, 0x28, - 0x16, 0x03, 0x3d, 0xfb, 0x15, 0x1c, 0x42, 0xde, 0xb8, 0xf7, 0x13, 0x86, 0xf2, 0xfc, 0xd0, 0x89, - 0x18, 0x73, 0x2f, 0x22, 0x18, 0xa2, 0x2b, 0xc7, 0xea, 0x12, 0x66, 0x08, 0xec, 0x61, 0xb1, 0xae, - 0x5d, 0x8d, 0xc6, 0x32, 0x94, 0x4e, 0x71, 0x4b, 0x0a, 0xbd, 0x29, 0x13, 0x97, 0x7e, 0x8b, 0x48, - 0x04, 0x3d, 0xdf, 0x99, 0x5b, 0xce, 0x0d, 0x8d, 0xc3, 0x68, 0x17, 0x1a, 0xf8, 0x2a, 0x87, 0x2f, - 0x18, 0x7b, 0x87, 0x26, 0x31, 0x4a, 0xdb, 0x94, 0x5b, 0x1b, 0x01, 0x4f, 0xc1, 0xad, 0xdb, 0x99, - 0x84, 0x2c, 0x1b, 0xcf, 0xb5, 0x46, 0xa8, 0xe5, 0xb0, 0x0e, 0x74, 0x3d, 0xec, 0x54, 0xaa, 0xcd, - 0xb5, 0x57, 0x65, 0xf9, 0x50, 0x1c, 0x4c, 0x0d, 0xf9, 0x2b, 0x7b, 0xd4, 0x7c, 0xf8, 0x86, 0x56, - 0xcb, 0x64, 0x97, 0xd6, 0x38, 0xa4, 0x3e, 0xe1, 0x72, 0x63, 0x8c, 0x65, 0x9c, 0x2d, 0x18, 0x8a, - 0x5e, 0x76, 0x89, 0x58, 0x06, 0x7c, 0x78, 0x58, 0x33, 0x76, 0xcc, 0xc0, 0x9a, 0x14, 0x0b, 0x82, - 0x56, 0xfc, 0x71, 0x64, 0x3b, 0x8c, 0x99, 0xc8, 0x17, 0xd2, 0x25, 0x81, 0x7c, 0x0b, 0x13, 0x4e, - 0xf8, 0x10, 0x9b, 0x70, 0x83, 0x4b, 0xd1, 0xb3, 0x66, 0xad, 0xe3, 0x0c, 0xab, 0xbc, 0x54, 0x07, - 0xe4, 0xbb, 0xc0, 0x49, 0x1a, 0xa0, 0x02, 0x26, 0x9d, 0x23, 0x74, 0x75, 0x81, 0xba, 0xc9, 0x25, - 0x0d, 0x6f, 0xaa, 0x47, 0xf4, 0x90, 0x9e, 0xac, 0x0d, 0x72, 0xe7, 0xf7, 0x00, 0x4e, 0x23, 0xc7, - 0x49, 0x7f, 0x49, 0x18, 0x43, 0xa0, 0x06, 0xc9, 0x80, 0xcd, 0x7b, 0xc6, 0x2e, 0x6b, 0x4b, 0x8f, - 0xd5, 0x76, 0x39, 0x47, 0x9f, 0xae, 0xf8, 0x0b, 0x92, 0x8a, 0xec, 0x25, 0xb6, 0x78, 0x2b, 0x4d, - 0x31, 0xde, 0xa7, 0x9b, 0xa2, 0xed, 0xc0, 0x9e, 0x0e, 0xeb, 0xb1, 0x72, 0xee, 0x0b, 0x90, 0x43, - 0x9f, 0x6d, 0xd7, 0x87, 0x35, 0xeb, 0x21, 0xa2, 0xf8, 0x30, 0x92, 0x6a, 0xc4, 0xf6, 0xfc, 0xf1, - 0x9b, 0x57, 0x3d, 0x82, 0xf7, 0x27, 0x6a, 0x4a, 0x99, 0xd8, 0x74, 0x09, 0xb8, 0x5d, 0x3e, 0xd2, - 0x7d, 0x65, 0x26, 0xeb, 0xf6, 0xe9, 0x29, 0xe0, 0x70, 0x25, 0x10, 0xab, 0x15, 0x97, 0xf1, 0x23, - 0x38, 0x65, 0x21, 0x4d, 0x21, 0x70, 0xea, 0x26, 0x65, 0x02, 0x13, 0xf1, 0x0d, 0x0d, 0xc8, 0x30, - 0x8c, 0x59, 0x80, 0x35, 0x1a, 0x6d, 0x8e, 0x0d, 0xed, 0x6e, 0x64, 0xfe, 0x04, 0xe2, 0x6a, 0xf1, - 0x0c, 0xa8, 0x4a, 0x1d, 0x6a, 0x94, 0x01, 0xb7, 0x42, 0xa7, 0xba, 0xe3, 0x55, 0xfe, 0xe5, 0x21, - 0x16, 0xe8, 0xaa, 0x5f, 0xb7, 0xb0, 0x08, 0xd7, 0xdc, 0x3a, 0xc9, 0x51, 0xeb, 0x03, 0x5d, 0xdb, - 0x2f, 0xa5, 0x58, 0x9b, 0x25, 0x61, 0x13, 0xa9, 0x81, 0x89, 0x5a, 0xe8, 0x34, 0xfe, 0xed, 0xa3, - 0x19, 0x9b, 0x02, 0x40, 0x02, 0x42, 0x27, 0x83, 0x55, 0x4d, 0x9a, 0x08, 0x27, 0xc2, 0x3e, 0xa1, - 0x60, 0xd2, 0x5b, 0xbe, 0x1b, 0x23, 0xe4, 0x05, 0xfc, 0x51, 0xd8, 0x04, 0xb1, 0x67, 0x78, 0x61, - 0x63, 0x68, 0xcf, 0xad, 0xd8, 0xb5, 0xdb, 0xc3, 0x88, 0x61, 0x9a, 0x6c, 0xb3, 0xce, 0x27, 0x3a, - 0xcb, 0x9c, 0x0c, 0x5b, 0x83, 0x88, 0xc7, 0xa6, 0x58, 0xee, 0x93, 0x65, 0xad, 0x56, 0xad, 0x54, - 0x8e, 0x35, 0x0d, 0x24, 0xfc, 0xe6, 0xa7, 0xd8, 0xc8, 0x79, 0xba, 0x1a, 0x27, 0x59, 0x59, 0x52, - 0x2c, 0x28, 0xf8, 0x51, 0x14, 0x9b, 0x0a, 0x58, 0x26, 0x26, 0x8e, 0x09, 0x4d, 0x2f, 0xcc, 0x3e, - 0x40, 0x9d, 0x58, 0x5e, 0x2f, 0xf8, 0xe8, 0x55, 0x26, 0xa6, 0x7c, 0x92, 0xe1, 0x6e, 0xbc, 0x00, - 0xf7, 0x84, 0x34, 0xe0, 0x9b, 0xae, 0xa1, 0x55, 0x4c, 0x7a, 0xa0, 0x78, 0xb7, 0x6f, 0x13, 0xda, - 0x30, 0x16, 0x2e, 0x4b, 0x1c, 0xcf, 0x2f, 0xf8, 0x03, 0x87, 0xf5, 0x60, 0x23, 0x85, 0x27, 0x90, - 0x31, 0x62, 0xe3, 0xfe, 0x96, 0x87, 0x54, 0x85, 0x42, 0x30, 0x74, 0x2b, 0xdd, 0x0c, 0xcd, 0x0a, - 0x31, 0x25, 0x60, 0xde, 0xf0, 0x46, 0x40, 0x3a, 0x9d, 0x6e, 0x81, 0x3a, 0xb5, 0x15, 0xf2, 0x16, - 0x6b, 0x5e, 0x3d, 0x50, 0x64, 0xec, 0x75, 0x66, 0xdc, 0x5c, 0x71, 0xe6, 0x5f, 0x2a, 0xd2, 0x4f, - 0x67, 0xb2, 0x28, 0x37, 0x83, 0x17, 0x08, 0x8e, 0xcb, 0x34, 0xa0, 0x90, 0xe9, 0xd0, 0xce, 0xda, - 0xfd, 0xea, 0xe4, 0xc2, 0xd1, 0x4d, 0xc1, 0xfb, 0xe3, 0xda, 0xa8, 0x18, 0xf6, 0x84, 0x32, 0x95, - 0x2b, 0x12, 0x25, 0x39, 0x22, 0x70, 0x18, 0x03, 0x85, 0xec, 0x05, 0x6a, 0x0c, 0x49, 0x33, 0x33, - 0x10, 0xfd, 0x48, 0x82, 0x29, 0x55, 0x74, 0x2a, 0xd7, 0x5d, 0x69, 0x0e, 0x64, 0x8c, 0x47, 0x8e, - 0x48, 0xc1, 0x56, 0xc3, 0x0c, 0x29, 0x35, 0x53, 0x39, 0xd0, 0x09, 0x27, 0xa6, 0xc4, 0x72, 0x35, - 0xe3, 0x9b, 0x6b, 0xa8, 0x29, 0xf7, 0x44, 0xa5, 0x17, 0x96, 0x8f, 0x6a, 0xe4, 0x9b, 0x43, 0x9a, - 0xe4, 0x71, 0xe8, 0xb1, 0xcc, 0xeb, 0x69, 0xe0, 0xc6, 0xb5, 0x97, 0xd2, 0x5d, 0x9d, 0x85, 0x35, - 0x8b, 0x69, 0x97, 0xa1, 0x23, 0xe3, 0x0f, 0xb6, 0x51, 0x55, 0x02, 0x91, 0xca, 0x2e, 0xad, 0x7c, - 0x68, 0xca, 0x96, 0xe2, 0x74, 0x31, 0x90, 0x25, 0x25, 0xf6, 0x89, 0x6b, 0xe9, 0x30, 0x22, 0x90, - 0x49, 0x38, 0x2f, 0x5f, 0x2a, 0xd6, 0x4f, 0x4d, 0xfb, 0xe8, 0xa7, 0x21, 0xce, 0x15, 0xfd, 0x6a, - 0xf4, 0x64, 0x94, 0x0a, 0x85, 0x6d, 0xcd, 0x93, 0x55, 0x8c, 0x91, 0x9d, 0xf9, 0x36, 0x26, 0x0e, - 0x2f, 0x33, 0xc0, 0x3f, 0xec, 0xd6, 0xe5, 0xca, 0xe9, 0x38, 0x09, 0xea, 0x11, 0x70, 0x34, 0xde, - 0x49, 0xa1, 0x39, 0x5b, 0x3f, 0x57, 0xca, 0xef, 0x5e, 0x05, 0x5d, 0x90, 0xed, 0x04, 0x22, 0x1e, - 0x96, 0xf7, 0xcb, 0xab, 0x72, 0xf2, 0xbd, 0x0f, 0xb5, 0xfd, 0xc4, 0x63, 0xb7, 0x6b, 0x19, 0xba, - 0x59, 0xc5, 0xc7, 0xf0, 0x64, 0x7d, 0x92, 0x66, 0xfe, 0x9f, 0xae, 0x4b, 0x73, 0x31, 0x45, 0x9c, - 0xee, 0xa9, 0x9e, 0x8c, 0xef, 0x30, 0xb1, 0x2b, 0xf9, 0xd6, 0x6b, 0x7a, 0x07, 0xf5, 0xda, 0x6d, - 0x25, 0x3a, 0x10, 0x9a, 0x4d, 0x88, 0xe3, 0xa4, 0x0c, 0x6a, 0xfd, 0xe4, 0x02, 0xf8, 0xae, 0xe1, - 0xd2, 0xc5, 0x6d, 0xf4, 0x9b, 0xfb, 0x0f, 0xb4, 0xed, 0xf1, 0x21, 0xe6, 0xc8, 0xef, 0x34, 0xe1, - 0x7a, 0xf5, 0x5f, 0x6c, 0x0c, 0x0f, 0x9d, 0xac, 0xd4, 0xa2, 0xc3, 0x46, 0x59, 0xc6, 0xfa, 0x3b, - 0x63, 0x2d, 0x98, 0x6d, 0x19, 0xd5, 0x10, 0xc3, 0x3a, 0x93, 0x21, 0x86, 0x5a, 0x05, 0x31, 0x60, - 0xff, 0x5c, 0x0b, 0x81, 0x7b, 0x7e, 0xb6, 0x29, 0x97, 0x24, 0xed, 0x00, 0xca, 0x37, 0xb7, 0x10, - 0x8a, 0x62, 0xfe, 0x50, 0xc4, 0xfc, 0xe1, 0x75, 0x2f, 0x26, 0xfb, 0xcc, 0x13, 0x9f, 0xfa, 0x6b, - 0xe1, 0xce, 0x43, 0x13, 0x23, 0xaf, 0xf8, 0xd9, 0x50, 0x92, 0x37, 0xdf, 0x56, 0xe7, 0x08, 0xd5, - 0xcf, 0x2f, 0x65, 0x11, 0xd4, 0xcb, 0x0f, 0x71, 0xf9, 0xe3, 0x2b, 0xe4, 0x42, 0xae, 0xb1, 0x8d, - 0x34, 0x35, 0x56, 0x89, 0xb3, 0xf4, 0x1b, 0xde, 0x80, 0x71, 0xc6, 0x13, 0xde, 0xca, 0xea, 0x74, - 0xf3, 0xef, 0x0d, 0x18, 0x3d, 0x85, 0xbb, 0x01, 0x89, 0x77, 0xe8, 0xb7, 0x03, 0xf1, 0xd9, 0xcf, - 0x38, 0xe3, 0xb1, 0x17, 0xdb, 0xb1, 0x68, 0x78, 0x09, 0x2f, 0x64, 0xe6, 0x92, 0xae, 0xef, 0x21, - 0xe2, 0xb1, 0x3f, 0x93, 0xb0, 0x09, 0x5c, 0x83, 0xda, 0xaa, 0x4d, 0xf4, 0xca, 0xa1, 0x13, 0x4b, - 0x96, 0x21, 0xf4, 0x6e, 0x57, 0xc6, 0x2f, 0x68, 0x47, 0xd3, 0x0f, 0xf2, 0xe0, 0xd0, 0x4c, 0x9f, - 0xf2, 0x36, 0x94, 0xf4, 0x35, 0x0c, 0x25, 0x25, 0x7f, 0x30, 0x31, 0xc5, 0x83, 0xce, 0xe7, 0xa7, - 0xc7, 0xc4, 0xaa, 0xea, 0xdb, 0xc5, 0x3f, 0x2b, 0xcb, 0xcb, 0xfa, 0x8c, 0xb4, 0x84, 0xb7, 0xb9, - 0x73, 0x0b, 0x28, 0xee, 0x97, 0xe3, 0xff, 0x1c, 0xfb, 0xf5, 0xc8, 0xf3, 0xaa, 0x34, 0x9a, 0x9e, - 0x57, 0x7c, 0x6f, 0x9c, 0xdf, 0x90, 0x72, 0x7f, 0x56, 0x54, 0xbd, 0x27, 0xfa, 0x37, 0x6c, 0x03, - 0xa6, 0x2e, 0xd5, 0x27, 0x6a, 0xe5, 0x5a, 0x54, 0xe7, 0x71, 0xde, 0x0f, 0xcf, 0xb4, 0x93, 0xff, - 0x5a, 0x5f, 0x49, 0x32, 0x3d, 0x64, 0x82, 0x88, 0x8e, 0xde, 0xea, 0x42, 0x4e, 0x10, 0xcc, 0x3d, - 0xe9, 0xc6, 0xa0, 0x76, 0x0c, 0xbb, 0xd1, 0x1c, 0xd8, 0xc6, 0xb0, 0x6e, 0x00, 0xb9, 0x69, 0x24, - 0xe9, 0x39, 0x8a, 0x15, 0x2d, 0x9e, 0x1c, 0x79, 0x37, 0xe3, 0x6f, 0x64, 0x30, 0xf7, 0x90, 0x57, - 0x8b, 0x03, 0xa1, 0x13, 0xcd, 0x7d, 0x63, 0x65, 0x9b, 0xc6, 0xb2, 0x9c, 0xa8, 0xeb, 0x4d, 0x24, - 0xb2, 0xc0, 0x51, 0x31, 0x73, 0xc4, 0x5b, 0x21, 0xa4, 0xfb, 0xc2, 0x79, 0x25, 0x30, 0xfe, 0x51, - 0x02, 0xdd, 0x67, 0x06, 0xe1, 0x30, 0x43, 0x47, 0x62, 0xd3, 0x22, 0xd8, 0xb6, 0x6d, 0x23, 0x5f, - 0x2f, 0x05, 0xdd, 0x4f, 0x77, 0x0d, 0x0e, 0xbb, 0x65, 0xd2, 0xa3, 0xa9, 0xe7, 0xcb, 0x3c, 0xba, - 0x6f, 0x13, 0xf9, 0xa4, 0x27, 0xb1, 0x78, 0x30, 0x36, 0x6a, 0xa6, 0x89, 0x27, 0x26, 0xc4, 0x63, - 0x02, 0x41, 0xcc, 0x5d, 0x59, 0x9a, 0x73, 0x32, 0x34, 0x97, 0x06, 0x1f, 0x1a, 0x49, 0xcc, 0x36, - 0x1c, 0x12, 0x05, 0x51, 0x62, 0x62, 0x4d, 0x8b, 0x4d, 0x51, 0xf4, 0xef, 0xb4, 0x90, 0xba, 0x5c, - 0xa0, 0x0d, 0x63, 0x76, 0xdd, 0xc6, 0xf4, 0x66, 0xca, 0xcc, 0xcc, 0xb1, 0x76, 0xb5, 0x73, 0xb1, - 0x86, 0x63, 0xc9, 0x76, 0x48, 0x40, 0xef, 0xbd, 0x12, 0x79, 0xa1, 0x17, 0x63, 0x77, 0x0d, 0x1e, - 0x1f, 0x14, 0x2d, 0xd0, 0x65, 0xf5, 0x53, 0x4a, 0xa9, 0xcd, 0x89, 0x15, 0x4c, 0xa8, 0xf7, 0x38, - 0x00, 0x54, 0x3f, 0xdc, 0x08, 0xa1, 0x11, 0xff, 0xf9, 0x28, 0xae, 0x6a, 0x85, 0x4f, 0x26, 0x7d, - 0x26, 0x1a, 0x80, 0xcb, 0xc4, 0x09, 0xd2, 0x56, 0x43, 0xd3, 0x72, 0x90, 0x07, 0x9c, 0x2c, 0x24, - 0x96, 0x8e, 0xa3, 0x6b, 0x0b, 0x4f, 0xb8, 0x79, 0xab, 0xd1, 0x2a, 0xec, 0x62, 0xfb, 0xf7, 0x96, - 0xc2, 0x3b, 0xb9, 0x19, 0xa6, 0xf3, 0x22, 0x4c, 0xf9, 0x21, 0x68, 0xdd, 0x8b, 0x31, 0x95, 0x46, - 0x9e, 0x7d, 0x6d, 0x3b, 0xd9, 0x50, 0xfd, 0xc8, 0x96, 0x1d, 0x21, 0x40, 0xed, 0xc0, 0x4c, 0xae, - 0xd4, 0x5e, 0xc2, 0x2b, 0xc3, 0x8e, 0x5e, 0xb0, 0x71, 0xe9, 0xa1, 0x16, 0xab, 0x16, 0x90, 0x5d, - 0xec, 0x8c, 0xce, 0x37, 0xfc, 0x8a, 0xb5, 0x11, 0x84, 0x8a, 0xec, 0x48, 0x35, 0x5f, 0x23, 0x1a, - 0x73, 0xcc, 0xcd, 0x30, 0x1c, 0x56, 0xdd, 0x4c, 0xf0, 0xe2, 0x75, 0xac, 0x1a, 0xdd, 0xb1, 0xb5, - 0x11, 0x8a, 0xcb, 0x7e, 0x9c, 0xb0, 0x8b, 0xfe, 0xa9, 0xed, 0xad, 0x68, 0xc0, 0x36, 0x29, 0x4f, - 0x41, 0x27, 0x12, 0x8d, 0x97, 0x3e, 0x57, 0xf2, 0x81, 0x2d, 0x9c, 0xe0, 0x7f, 0x41, 0x99, 0x3f, - 0xd0, 0x7e, 0xa4, 0x04, 0x91, 0x46, 0x05, 0x50, 0xa3, 0x7b, 0x1b, 0x6c, 0x96, 0xd2, 0x9a, 0xe1, - 0xa4, 0x86, 0x24, 0x9a, 0x42, 0xeb, 0x2d, 0x92, 0xb5, 0x42, 0xb4, 0x6c, 0x50, 0x87, 0x26, 0x87, - 0xb7, 0x24, 0x8b, 0x6b, 0xe0, 0xc4, 0xb2, 0x59, 0x7b, 0x31, 0x1f, 0xa8, 0x2c, 0x05, 0x8b, 0x32, - 0x49, 0xff, 0xac, 0xb5, 0x51, 0x5a, 0x38, 0xb3, 0x45, 0x8f, 0xe4, 0x8d, 0xf7, 0x31, 0xc2, 0x41, - 0xd5, 0x93, 0x3d, 0xb3, 0xce, 0x78, 0x67, 0x9a, 0xc6, 0xe4, 0x32, 0x8e, 0x4e, 0xfc, 0xf4, 0xfd, - 0xdc, 0xb5, 0x00, 0x7b, 0x62, 0x48, 0x75, 0x5e, 0xb6, 0xe8, 0xd6, 0xcd, 0x00, 0x25, 0x04, 0x10, - 0x62, 0x88, 0xe6, 0x6f, 0x09, 0x89, 0xe1, 0xa2, 0x9a, 0x38, 0x9e, 0x32, 0xd3, 0xed, 0xe8, 0x71, - 0x8b, 0xae, 0xb4, 0x5a, 0x53, 0x44, 0xac, 0x2a, 0x6d, 0x0f, 0xcc, 0x00, 0x0c, 0x31, 0xa4, 0x25, - 0x77, 0x5a, 0x58, 0xd3, 0x4e, 0x18, 0x81, 0xdb, 0x37, 0x5e, 0x5c, 0x18, 0xc8, 0x8a, 0x15, 0xc3, - 0x57, 0xb2, 0x47, 0x1a, 0xce, 0x61, 0x0e, 0x2c, 0x02, 0xe7, 0x8e, 0x8b, 0x74, 0x1a, 0x03, 0xfd, - 0x80, 0x06, 0xda, 0x90, 0xcd, 0x73, 0xd6, 0x1c, 0xcf, 0xfe, 0xbd, 0x2a, 0x18, 0xd2, 0xd8, 0xc5, - 0xa9, 0x65, 0x33, 0x99, 0x9d, 0x1b, 0x0f, 0x98, 0xaa, 0xf4, 0xdb, 0x1f, 0xf4, 0xb5, 0xad, 0x39, - 0xf6, 0xab, 0xd3, 0x3d, 0xee, 0x58, 0x09, 0x0d, 0x6d, 0x23, 0xab, 0x88, 0x65, 0x85, 0x6d, 0x2d, - 0xa5, 0xf6, 0x62, 0x67, 0xee, 0x96, 0x72, 0x52, 0x59, 0x2f, 0xcd, 0x10, 0x4f, 0xb4, 0xb0, 0x5b, - 0xa3, 0xaa, 0x76, 0xde, 0x30, 0x3a, 0x84, 0x34, 0xdc, 0x8a, 0xc7, 0xba, 0x94, 0x46, 0x14, 0xd4, - 0x4e, 0xbe, 0xb1, 0x7d, 0xbe, 0xa7, 0x71, 0x9b, 0x3f, 0x6e, 0x40, 0x88, 0xea, 0x28, 0x14, 0xfa, - 0xdd, 0x26, 0xb6, 0x01, 0x64, 0x95, 0x20, 0xd5, 0x4e, 0x11, 0xd1, 0x5a, 0x7c, 0x57, 0xee, 0x46, - 0x29, 0xc1, 0xa5, 0x5c, 0x16, 0x45, 0x58, 0xbd, 0x91, 0x0f, 0x96, 0x54, 0x48, 0x47, 0x8d, 0xdd, - 0x2b, 0x26, 0xa3, 0xd1, 0xcc, 0xda, 0xd9, 0x55, 0xef, 0x87, 0x8e, 0x90, 0xc6, 0x22, 0x65, 0x69, - 0x94, 0x99, 0x1d, 0x69, 0xd0, 0xcb, 0x6c, 0x00, 0x4e, 0xa3, 0x64, 0x27, 0x5f, 0xe3, 0xb8, 0x0f, - 0xb8, 0xf0, 0xcb, 0xc0, 0x62, 0x81, 0x8c, 0xf4, 0x27, 0xde, 0xd6, 0x3d, 0x5e, 0x07, 0x1e, 0xa6, - 0xc2, 0x63, 0xae, 0x9f, 0x11, 0x89, 0xfb, 0x05, 0xd3, 0x00, 0x84, 0x19, 0x2c, 0xf5, 0xbe, 0xf4, - 0xdb, 0x27, 0x05, 0x7d, 0xce, 0x4f, 0xc0, 0x1b, 0xe2, 0x6b, 0x77, 0xc7, 0x49, 0xd0, 0xf2, 0x38, - 0xa3, 0x38, 0xc2, 0xb9, 0xac, 0x85, 0x20, 0x28, 0x30, 0xff, 0xb9, 0xe2, 0x50, 0xc9, 0x62, 0x78, - 0x56, 0x14, 0x68, 0x2d, 0x8c, 0x50, 0x1f, 0x8d, 0xf1, 0xf7, 0xe4, 0x28, 0x33, 0x11, 0xdf, 0x0f, - 0xea, 0x0d, 0x61, 0xa6, 0xb4, 0x38, 0x7b, 0xf2, 0x33, 0x32, 0x5c, 0x6e, 0x67, 0x0c, 0xc7, 0x4e, - 0x18, 0x6e, 0x73, 0x85, 0x1f, 0x9f, 0xfe, 0xd1, 0x2e, 0x7b, 0x1f, 0x5a, 0xd6, 0xd2, 0xa4, 0x99, - 0x39, 0xf1, 0x69, 0x7b, 0xb0, 0x46, 0xd6, 0x08, 0x43, 0x38, 0x4c, 0x44, 0x19, 0xdc, 0x20, 0x69, - 0x4f, 0x2f, 0xbb, 0x43, 0xa9, 0x07, 0xfb, 0x84, 0x21, 0x5f, 0xfc, 0x32, 0x1a, 0xc8, 0xa3, 0x51, - 0x15, 0xa6, 0x34, 0xde, 0x27, 0x65, 0x18, 0xf8, 0xc0, 0xab, 0xbd, 0xde, 0x6d, 0x36, 0x96, 0xba, - 0xa7, 0x03, 0xa2, 0xe7, 0xe1, 0x45, 0x3b, 0x85, 0x2a, 0xa6, 0x5e, 0x48, 0xd6, 0x7b, 0x6f, 0x06, - 0xb6, 0xda, 0x9f, 0xe1, 0xf7, 0x3c, 0xcb, 0x98, 0xfe, 0x3c, 0xc7, 0xab, 0x46, 0xd0, 0xd5, 0xc6, - 0x0f, 0xa3, 0x1e, 0xa8, 0x16, 0x9e, 0x08, 0xd6, 0x7c, 0x20, 0x43, 0xe6, 0x35, 0x81, 0x1d, 0xc5, - 0x06, 0xb7, 0x0e, 0x16, 0x49, 0x7b, 0x6a, 0x54, 0x66, 0x5d, 0xb7, 0xc5, 0x87, 0x9c, 0x3f, 0x06, - 0x83, 0xe2, 0x5a, 0x3b, 0x06, 0x63, 0xd2, 0xfd, 0x50, 0xb2, 0xbb, 0xc7, 0x58, 0xcf, 0x21, 0x56, - 0xd1, 0x97, 0xdd, 0x2a, 0x77, 0x0d, 0x5f, 0x1c, 0x63, 0xd5, 0x5f, 0xdb, 0x03, 0xf7, 0x73, 0xcf, - 0xda, 0xb4, 0xea, 0xa2, 0x0f, 0xb4, 0x8f, 0x2d, 0x68, 0xf1, 0xb3, 0x1d, 0xd2, 0xd2, 0x51, 0x28, - 0x74, 0x0f, 0xbf, 0x62, 0xa5, 0xa9, 0x5e, 0x98, 0x79, 0x30, 0x91, 0xd5, 0xf6, 0x68, 0x76, 0xaa, - 0x9a, 0x36, 0xb4, 0x4f, 0x28, 0x6b, 0x6e, 0x74, 0xa6, 0x60, 0x3c, 0x86, 0xda, 0xc3, 0x62, 0xca, - 0x02, 0x95, 0x53, 0x33, 0x98, 0xba, 0xd8, 0x6f, 0xee, 0x1f, 0xd3, 0x91, 0x9b, 0xe5, 0x1f, 0x32, - 0xa0, 0xb7, 0x30, 0xa5, 0xad, 0xa6, 0x12, 0xf8, 0xb9, 0x06, 0x31, 0x50, 0xce, 0x28, 0x51, 0xe8, - 0x42, 0x5d, 0x21, 0x40, 0x63, 0xd6, 0xb0, 0xe0, 0x11, 0x28, 0x87, 0xe6, 0x7c, 0xeb, 0xe3, 0xfe, - 0x8f, 0xdd, 0x18, 0xc6, 0x32, 0x3b, 0xc8, 0x2d, 0x24, 0xa9, 0x0f, 0x34, 0x7e, 0x65, 0xd2, 0x78, - 0x52, 0x61, 0xb8, 0x12, 0xfb, 0x9c, 0x54, 0xe1, 0xc0, 0x1c, 0xb6, 0x59, 0x35, 0x3b, 0x03, 0xc9, - 0xc7, 0xce, 0xe9, 0x0b, 0x14, 0x04, 0xd4, 0x34, 0xd1, 0x73, 0xb5, 0x0c, 0xbf, 0x1f, 0xab, 0x66, - 0x89, 0x34, 0xf6, 0x09, 0x41, 0xa5, 0x77, 0x9a, 0xce, 0x98, 0x88, 0x46, 0xde, 0xce, 0x5a, 0xfa, - 0x4c, 0x94, 0x04, 0x1d, 0xb0, 0xd0, 0x3d, 0x08, 0xfa, 0x9d, 0xe9, 0xee, 0xa6, 0xed, 0x9c, 0x86, - 0x1b, 0xf1, 0x9c, 0xcd, 0xef, 0x38, 0xd0, 0xbf, 0xd6, 0x32, 0x23, 0xa2, 0x35, 0x93, 0x31, 0x35, - 0x92, 0x61, 0xc7, 0x87, 0xf5, 0x26, 0xf6, 0x60, 0xcb, 0x77, 0xbf, 0x1f, 0x4d, 0xec, 0x63, 0xeb, - 0xb6, 0x83, 0xdc, 0x1d, 0x01, 0x7a, 0x4f, 0xd3, 0xeb, 0x28, 0x38, 0xdd, 0x04, 0x80, 0xd4, 0xc4, - 0xdd, 0x4e, 0x63, 0x5b, 0xc7, 0xb4, 0x6d, 0x5e, 0xb6, 0xd3, 0x8e, 0x4e, 0x33, 0x43, 0xb0, 0x4f, - 0xb6, 0xe2, 0x14, 0x4a, 0xc6, 0xc7, 0xdd, 0x1b, 0xc6, 0xf8, 0xa4, 0xcf, 0xd9, 0x78, 0x89, 0xf9, - 0xec, 0xad, 0xd9, 0x9b, 0xbb, 0xc2, 0x5c, 0x37, 0xbd, 0xc8, 0x79, 0x66, 0x24, 0xe8, 0xcc, 0xd9, - 0x8a, 0xc3, 0x65, 0xd1, 0xc1, 0x77, 0x89, 0x9e, 0x46, 0x6b, 0xd4, 0xab, 0xcb, 0xbe, 0xda, 0x47, - 0x2d, 0x23, 0xd9, 0x69, 0x12, 0x94, 0xb4, 0x26, 0x54, 0x06, 0x26, 0x60, 0xcb, 0xd5, 0x6c, 0xd4, - 0x91, 0xbe, 0xbb, 0xd2, 0x25, 0xde, 0x96, 0x82, 0x4c, 0xe6, 0x84, 0x3d, 0xc6, 0x26, 0x82, 0x87, - 0x42, 0xd8, 0xd6, 0xb6, 0xcf, 0xd2, 0xd8, 0x25, 0x6a, 0x32, 0xe1, 0xc3, 0x46, 0x2b, 0x19, 0xed, - 0x50, 0xd8, 0x0e, 0x00, 0x57, 0x8c, 0xb3, 0x76, 0x6c, 0x3e, 0xfd, 0x13, 0x9c, 0x69, 0xbd, 0xda, - 0xb4, 0x42, 0x5c, 0x33, 0x75, 0xcb, 0xb7, 0x13, 0xda, 0x77, 0x6c, 0x60, 0xa4, 0x0a, 0xa0, 0x61, - 0x76, 0x2c, 0x48, 0x23, 0x72, 0xf5, 0x9c, 0x0d, 0x59, 0xa9, 0x50, 0x53, 0xf4, 0xc7, 0x34, 0x65, - 0x05, 0x74, 0x04, 0xc6, 0x68, 0x33, 0x9b, 0x68, 0x75, 0x29, 0xcf, 0x89, 0x32, 0x98, 0xab, 0x66, - 0x46, 0xd5, 0xce, 0xd1, 0x4e, 0x69, 0x62, 0xb4, 0x71, 0xec, 0xb0, 0xff, 0x9e, 0x45, 0x2c, 0x79, - 0x98, 0x91, 0x5b, 0xcb, 0x32, 0x0b, 0x4c, 0xed, 0xa1, 0xfe, 0x90, 0x03, 0xf7, 0x3e, 0xf7, 0x10, - 0x14, 0xd7, 0x6a, 0x28, 0xb6, 0xe3, 0x36, 0xd7, 0xb2, 0xd6, 0x6a, 0xe7, 0x47, 0x59, 0xec, 0xd3, - 0xd8, 0x49, 0xb1, 0xde, 0x3a, 0x87, 0xe6, 0xc1, 0x26, 0x20, 0x47, 0xf3, 0x0e, 0x56, 0xa1, 0x6c, - 0xb3, 0xcd, 0xa6, 0x45, 0x19, 0x3f, 0x75, 0x3a, 0x7a, 0xe4, 0xff, 0x84, 0x6a, 0x7f, 0x6d, 0xfa, - 0x46, 0xb0, 0x4d, 0x36, 0xfa, 0x35, 0xc8, 0x70, 0xcd, 0x87, 0x36, 0xa0, 0x16, 0xaf, 0x75, 0x55, - 0xc6, 0x04, 0xa1, 0xbf, 0xbd, 0xff, 0x3f, 0xa3, 0xdc, 0xc3, 0x4f, 0x52, 0xd7, 0xcc, 0xc7, 0x9e, - 0xf0, 0xea, 0xa5, 0x88, 0x88, 0xda, 0x59, 0x0a, 0xfc, 0x75, 0x69, 0x04, 0xe2, 0x23, 0x19, 0xa2, - 0x76, 0xd0, 0xd8, 0x96, 0x79, 0xf2, 0x58, 0x76, 0x2a, 0x08, 0x76, 0xa9, 0x76, 0x96, 0xda, 0xcd, - 0x24, 0xe6, 0x9d, 0xa6, 0xa0, 0x23, 0xc8, 0x54, 0xa6, 0xee, 0x62, 0xb2, 0xf6, 0x15, 0x5f, 0xb4, - 0xef, 0xd1, 0xbb, 0x42, 0x97, 0xe2, 0xec, 0x34, 0x69, 0x5b, 0x0f, 0xed, 0x7b, 0xdd, 0x86, 0x5c, - 0x42, 0xf8, 0x6a, 0xf8, 0xd2, 0x0b, 0x6e, 0xc6, 0x73, 0x89, 0x1a, 0xb9, 0x3c, 0x7e, 0xeb, 0x80, - 0x28, 0xe5, 0x8b, 0x7c, 0x73, 0x37, 0x62, 0xa7, 0xdb, 0xc5, 0xd9, 0xc9, 0x86, 0x7d, 0xfc, 0x52, - 0xd2, 0xfd, 0x6c, 0xe2, 0xbc, 0x07, 0x3e, 0xdd, 0x12, 0xd3, 0xe4, 0x87, 0x32, 0x66, 0x92, 0xfd, - 0xd4, 0x3e, 0x17, 0xf0, 0xd5, 0xed, 0x83, 0x6e, 0x3b, 0x96, 0x18, 0x01, 0xf6, 0xd8, 0x6a, 0x1f, - 0x42, 0x41, 0x5b, 0x7f, 0xfd, 0x8c, 0xe3, 0xf5, 0x11, 0x47, 0xcc, 0x75, 0x0a, 0x04, 0xd6, 0x63, - 0xee, 0xf4, 0xfe, 0xcc, 0xb8, 0xd2, 0x3d, 0xfe, 0x1b, 0x2d, 0x12, 0x48, 0x2c, 0x14, 0xb6, 0xd3, - 0xac, 0x14, 0xc6, 0x61, 0x39, 0x6c, 0x7d, 0xc5, 0xb8, 0x27, 0xeb, 0x87, 0x40, 0x8f, 0x3c, 0xea, - 0xda, 0x4e, 0xba, 0x7a, 0xd8, 0xa1, 0x77, 0xac, 0x75, 0xc1, 0x3e, 0xd2, 0x5f, 0x85, 0x4a, 0x0f, - 0x78, 0xbb, 0x3b, 0x91, 0x56, 0x40, 0x08, 0x86, 0xc4, 0x8c, 0xb2, 0xb0, 0x45, 0xf7, 0xfb, 0x87, - 0xa2, 0x3f, 0xbf, 0xfe, 0xef, 0x27, 0x22, 0x65, 0x67, 0x51, 0x99, 0xee, 0xdf, 0x94, 0x06, 0xc7, - 0xd8, 0x4a, 0xcd, 0x37, 0x04, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, - 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, - 0x00, 0x0e, 0xc4, 0x00, 0x00, 0x0e, 0xc4, 0x01, 0x95, 0x2b, 0x0e, 0x1b, 0x00, 0x00, 0x00, 0x07, - 0x74, 0x49, 0x4d, 0x45, 0x07, 0xe2, 0x02, 0x11, 0x14, 0x2d, 0x25, 0x75, 0x3c, 0xf6, 0xb7, 0x00, - 0x00, 0x02, 0x16, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xb5, 0xd5, 0xcb, 0x6a, 0x22, 0x41, 0x14, - 0x80, 0xe1, 0x5f, 0x4d, 0x75, 0xbc, 0xa0, 0x51, 0x50, 0x09, 0x22, 0x2e, 0x8a, 0x21, 0xab, 0x64, - 0x65, 0x90, 0xa8, 0x08, 0x0a, 0x6e, 0x7d, 0x88, 0x79, 0x88, 0xd9, 0xcc, 0x9b, 0xcc, 0x23, 0xe4, - 0x01, 0xb2, 0xcb, 0xc6, 0x34, 0x0a, 0x86, 0x04, 0x85, 0x48, 0x02, 0x62, 0xdc, 0x28, 0x06, 0xa1, - 0xc5, 0x0b, 0xde, 0xe8, 0xd2, 0x64, 0x36, 0x93, 0x59, 0x69, 0xa7, 0x0d, 0xc9, 0xd9, 0x56, 0x9d, - 0x8f, 0xba, 0x9c, 0x3a, 0xe5, 0x28, 0x95, 0x4a, 0xbf, 0x81, 0x9f, 0x7c, 0x7d, 0x5c, 0x1e, 0xfc, - 0x83, 0x7f, 0x7c, 0x03, 0xfe, 0xcb, 0xc9, 0xf7, 0x85, 0x76, 0xf0, 0xd1, 0x0c, 0x29, 0x25, 0xa9, - 0x54, 0x8a, 0x48, 0x24, 0x82, 0xa6, 0x69, 0x98, 0xa6, 0x89, 0x61, 0x18, 0xdc, 0xdf, 0xdf, 0xd3, - 0x6a, 0xb5, 0x2c, 0x73, 0x2d, 0xf1, 0x74, 0x3a, 0x4d, 0xa1, 0x50, 0x40, 0x08, 0xc1, 0x6a, 0xb5, - 0x62, 0xb9, 0x5c, 0xe2, 0xf5, 0x7a, 0x39, 0x39, 0x39, 0x41, 0x4a, 0xc9, 0xcd, 0xcd, 0x0d, 0xba, - 0xae, 0xef, 0x8f, 0x4b, 0x29, 0xc9, 0xe7, 0xf3, 0xb8, 0x5c, 0x2e, 0xee, 0xee, 0xee, 0x28, 0x97, - 0xcb, 0xcc, 0x66, 0x33, 0xbc, 0x5e, 0x2f, 0x99, 0x4c, 0x86, 0x54, 0x2a, 0x45, 0x2e, 0x97, 0x63, - 0x38, 0x1c, 0xf2, 0xf8, 0xf8, 0xb8, 0xd5, 0xd8, 0x79, 0xe6, 0x99, 0x4c, 0x06, 0x4d, 0xd3, 0x78, - 0x7a, 0x7a, 0xe2, 0xea, 0xea, 0x8a, 0xd9, 0x6c, 0x06, 0xc0, 0x62, 0xb1, 0xe0, 0xfa, 0xfa, 0x9a, - 0x46, 0xa3, 0x81, 0x10, 0x82, 0x74, 0x3a, 0xbd, 0x73, 0xe5, 0x5b, 0xf1, 0xa3, 0xa3, 0x23, 0x12, - 0x89, 0x04, 0x4a, 0x29, 0xaa, 0xd5, 0xea, 0xd6, 0xc4, 0x4a, 0xa5, 0x82, 0x69, 0x9a, 0xc4, 0x62, - 0x31, 0xe2, 0xf1, 0xb8, 0x7d, 0x5c, 0x4a, 0x89, 0x10, 0x82, 0xd1, 0x68, 0x44, 0xbf, 0xdf, 0xdf, - 0x9a, 0x38, 0x99, 0x4c, 0x30, 0x0c, 0x03, 0xa7, 0xd3, 0x89, 0x94, 0xd2, 0x3e, 0x1e, 0x8d, 0x46, - 0x01, 0x18, 0x8f, 0xc7, 0x96, 0xd5, 0x30, 0x9d, 0x4e, 0x01, 0x08, 0x85, 0x42, 0xf6, 0x71, 0x9f, - 0xcf, 0x07, 0xc0, 0x6a, 0xb5, 0xb2, 0x85, 0x7b, 0x3c, 0x1e, 0xfb, 0xb8, 0xa6, 0x69, 0x00, 0x2c, - 0x97, 0x4b, 0x4b, 0xfc, 0xed, 0xed, 0xcd, 0x72, 0xfc, 0x3b, 0x5f, 0xe8, 0x76, 0x5c, 0x29, 0x65, - 0xb9, 0xdd, 0xf7, 0x70, 0x38, 0x1c, 0xfb, 0xe3, 0xef, 0x35, 0xed, 0x76, 0xbb, 0x2d, 0x93, 0x03, - 0x81, 0x80, 0xe5, 0xdd, 0x6c, 0xc5, 0x0d, 0xc3, 0x00, 0x20, 0x18, 0x0c, 0x5a, 0xe2, 0x7e, 0xbf, - 0x1f, 0x80, 0xd1, 0x68, 0x64, 0x1f, 0x7f, 0x7e, 0x7e, 0x46, 0x29, 0x45, 0x28, 0x14, 0xe2, 0xf8, - 0xf8, 0x78, 0x27, 0x1c, 0x0e, 0x87, 0x79, 0x7d, 0x7d, 0xa5, 0xd3, 0xe9, 0xd8, 0xc7, 0xc7, 0xe3, - 0x31, 0xbd, 0x5e, 0x0f, 0x21, 0x04, 0x17, 0x17, 0x17, 0x3b, 0xdb, 0xc3, 0xe1, 0xe1, 0x21, 0x2f, - 0x2f, 0x2f, 0x74, 0xbb, 0xdd, 0xfd, 0xaa, 0xa5, 0x5a, 0xad, 0xa2, 0x94, 0xe2, 0xf4, 0xf4, 0x94, - 0x62, 0xb1, 0xf8, 0xbf, 0x3c, 0x85, 0x10, 0x14, 0x0a, 0x05, 0x92, 0xc9, 0x24, 0xeb, 0xf5, 0x9a, - 0x5a, 0xad, 0xb6, 0x7f, 0x57, 0x6c, 0xb7, 0xdb, 0xe8, 0xba, 0x4e, 0x2e, 0x97, 0x23, 0x9b, 0xcd, - 0x72, 0x76, 0x76, 0xc6, 0x7c, 0x3e, 0xc7, 0xe7, 0xf3, 0x11, 0x08, 0x04, 0xd8, 0x6c, 0x36, 0xdc, - 0xde, 0xde, 0xf2, 0xf0, 0xf0, 0xf0, 0xb9, 0x7e, 0xae, 0xeb, 0x3a, 0x83, 0xc1, 0x80, 0xf3, 0xf3, - 0x73, 0x22, 0x91, 0x08, 0x7e, 0xbf, 0x9f, 0xcd, 0x66, 0x43, 0xa7, 0xd3, 0xa1, 0x5e, 0xaf, 0xd3, - 0x6c, 0x36, 0x3f, 0xff, 0x59, 0x00, 0xb4, 0x5a, 0xad, 0x0f, 0x7f, 0x9c, 0x1d, 0xa1, 0x9c, 0xc0, - 0x25, 0x60, 0x7e, 0xf1, 0xe3, 0x54, 0xc0, 0x9f, 0xbf, 0x1f, 0x44, 0xc6, 0xfb, 0x88, 0x8e, 0x52, - 0x09, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 + 0x78, 0xda, 0xdd, 0x99, 0x59, 0x76, 0x1c, 0x3b, 0x0e, 0x44, 0xff, 0xb9, 0x8a, 0x5e, 0x02, 0x27, + 0x70, 0x58, 0x0e, 0x38, 0x9d, 0xd3, 0x3b, 0xe8, 0xe5, 0xf7, 0x05, 0xb3, 0x24, 0xf9, 0xd9, 0x7a, + 0x96, 0x7c, 0xfa, 0x7d, 0xb5, 0xca, 0x56, 0x4a, 0x55, 0x99, 0x1c, 0x80, 0x40, 0x20, 0x82, 0x72, + 0xfb, 0x3f, 0xff, 0x3e, 0xee, 0x5f, 0x7c, 0xe5, 0x20, 0xc5, 0x65, 0xa9, 0xad, 0xf4, 0x52, 0x3c, + 0x5f, 0xb9, 0xe7, 0x1e, 0x95, 0x1f, 0x9a, 0xff, 0xf8, 0xda, 0xaf, 0xeb, 0xf3, 0x5e, 0xf0, 0xf9, + 0x7e, 0x7f, 0xfb, 0x0a, 0xaf, 0xef, 0xc1, 0x7d, 0xfa, 0x41, 0xe4, 0x9a, 0xb8, 0xa6, 0xe7, 0xcd, + 0x9a, 0x5f, 0x9f, 0xa6, 0xd7, 0xfb, 0x6f, 0xf7, 0x97, 0xf7, 0x2b, 0x03, 0x7d, 0xf2, 0x41, 0x90, + 0x9f, 0x1e, 0x48, 0xef, 0xd3, 0xc4, 0x1f, 0x27, 0xae, 0xfa, 0x7a, 0x3f, 0xfa, 0xf8, 0x97, 0x15, + 0x8d, 0xe9, 0x8f, 0xff, 0xf1, 0xab, 0x7d, 0xfc, 0x3f, 0x67, 0xb5, 0x73, 0xf6, 0xb3, 0x3b, 0xcd, + 0x85, 0x30, 0x94, 0x67, 0x53, 0xcf, 0x14, 0xee, 0x6d, 0x18, 0x6e, 0x1c, 0x44, 0x29, 0xdd, 0xc7, + 0x0a, 0xaf, 0xca, 0x7f, 0xe1, 0xe7, 0x7a, 0x5f, 0x9d, 0x57, 0xf3, 0xea, 0x67, 0xc8, 0x7e, 0xf9, + 0xe9, 0x07, 0xaf, 0x19, 0x7a, 0x88, 0x21, 0xf9, 0x13, 0x72, 0x58, 0x2e, 0x68, 0x38, 0x61, 0x87, + 0xc5, 0x75, 0x86, 0xc9, 0x1a, 0x73, 0xdc, 0xb1, 0x72, 0x8d, 0x71, 0xc6, 0x74, 0xdf, 0x6b, 0xa9, + 0xc6, 0x1e, 0x67, 0xf2, 0x29, 0xa4, 0x6c, 0xaf, 0x70, 0x62, 0x4d, 0x3d, 0xad, 0xd4, 0x52, 0x4c, + 0x33, 0xee, 0x94, 0x52, 0x76, 0x29, 0xbe, 0xaf, 0x25, 0xdc, 0x79, 0xfb, 0x9d, 0x6f, 0x86, 0xc6, + 0xcc, 0x2b, 0x70, 0x6b, 0x0c, 0x0c, 0x16, 0x78, 0xe4, 0xb7, 0x2f, 0xf7, 0xd5, 0x0d, 0xdf, 0x79, + 0x9d, 0x33, 0x3d, 0x31, 0x0a, 0x81, 0xdd, 0x87, 0x57, 0xac, 0x58, 0x57, 0x8c, 0x96, 0x87, 0x60, + 0x61, 0x4c, 0xf6, 0x9d, 0xdb, 0x48, 0x48, 0x38, 0xaf, 0xbc, 0xc9, 0x0d, 0xf0, 0xdb, 0xeb, 0xfd, + 0xcb, 0xfd, 0x90, 0xd8, 0x44, 0x06, 0xe5, 0x86, 0xb9, 0xb1, 0x41, 0xf5, 0xe3, 0x19, 0x62, 0x48, + 0xf8, 0xc0, 0x56, 0xba, 0x00, 0x48, 0xdc, 0x27, 0x5c, 0x1f, 0x7c, 0x85, 0xba, 0x2c, 0x6b, 0xf1, + 0xa2, 0x24, 0x33, 0xb7, 0xb0, 0x98, 0x90, 0x48, 0x81, 0x2f, 0x21, 0x49, 0x28, 0xc1, 0xd7, 0x18, + 0x6b, 0x08, 0x39, 0xc5, 0x46, 0x82, 0x94, 0x95, 0xc7, 0x94, 0xe3, 0x20, 0x03, 0x41, 0x24, 0x2e, + 0x16, 0x19, 0x73, 0x4a, 0x85, 0xdc, 0x34, 0x70, 0xc4, 0xdc, 0x3c, 0x53, 0xc3, 0xbd, 0x37, 0x4a, + 0x7c, 0xde, 0xa7, 0x54, 0xc8, 0x8f, 0xa4, 0x92, 0x2a, 0xb9, 0xe9, 0x49, 0x49, 0x56, 0xce, 0x02, + 0x7e, 0x6a, 0x6e, 0x60, 0x48, 0x25, 0x49, 0x16, 0x91, 0x22, 0x55, 0x9a, 0x74, 0x51, 0x57, 0x52, + 0xc9, 0x45, 0x4a, 0x29, 0xb5, 0x58, 0xcd, 0x69, 0x4d, 0x35, 0x57, 0xa9, 0xa5, 0xd6, 0xda, 0x6a, + 0xaf, 0xda, 0x52, 0xcb, 0x4d, 0x5a, 0x69, 0xb5, 0xb5, 0xd6, 0x9b, 0xf6, 0xd8, 0x13, 0x25, 0x29, + 0xbd, 0xf4, 0xda, 0x5b, 0xef, 0x5d, 0x95, 0x39, 0x35, 0x3b, 0x15, 0xe5, 0x69, 0xe5, 0x0e, 0xd5, + 0x11, 0x47, 0x1a, 0x79, 0xc8, 0x28, 0xa3, 0x8e, 0x36, 0xfa, 0xd0, 0x09, 0x7c, 0x66, 0x9e, 0x32, + 0xcb, 0xac, 0xb3, 0xcd, 0x3e, 0x75, 0xc5, 0x95, 0x56, 0x5e, 0xb2, 0xca, 0xaa, 0xab, 0xad, 0xbe, + 0x74, 0x87, 0x0d, 0x94, 0xdc, 0xce, 0x5b, 0x76, 0xd9, 0x75, 0xb7, 0xdd, 0xb7, 0x1e, 0xb0, 0x76, + 0xd2, 0xc9, 0x47, 0x4e, 0x39, 0xf5, 0xb4, 0xd3, 0x8f, 0xbe, 0x67, 0xed, 0x95, 0xd5, 0x5f, 0x5e, + 0x7f, 0x90, 0xb5, 0xf0, 0xca, 0x5a, 0xbc, 0x99, 0xb2, 0xfb, 0xea, 0x7b, 0xd6, 0x78, 0xb7, 0x56, + 0x1b, 0xe8, 0x0e, 0x11, 0x8c, 0x67, 0xc4, 0x72, 0x46, 0xc6, 0x22, 0x44, 0x45, 0xc6, 0x2c, 0x03, + 0x00, 0x3a, 0x5a, 0xce, 0x7c, 0x0b, 0x39, 0x47, 0xcb, 0x9c, 0xe5, 0xcc, 0xf7, 0x48, 0x55, 0x48, + 0x64, 0x91, 0x62, 0xb9, 0x59, 0xc1, 0xab, 0x0b, 0x85, 0x14, 0xe6, 0x1d, 0xa2, 0x9c, 0xf0, 0x9e, + 0xbb, 0x8f, 0xcc, 0x7d, 0x3b, 0x6f, 0x8e, 0x58, 0x7f, 0x95, 0xb7, 0xf8, 0x9d, 0xcc, 0x39, 0x4b, + 0xdd, 0x3f, 0x90, 0xb9, 0xe8, 0x76, 0xfa, 0x29, 0x6f, 0x9f, 0x64, 0x6d, 0x19, 0x13, 0xce, 0x9b, + 0xb1, 0xa7, 0x0a, 0x2d, 0xa6, 0x3e, 0x51, 0x7d, 0x9b, 0x00, 0x2a, 0xff, 0x08, 0xf6, 0xdb, 0x0f, + 0xff, 0xeb, 0xf5, 0xff, 0x74, 0x20, 0xe2, 0xaf, 0xce, 0xdb, 0x6f, 0x65, 0x05, 0x19, 0x41, 0xfd, + 0xee, 0xc9, 0x17, 0xed, 0x75, 0x1e, 0x9f, 0xf7, 0x89, 0x51, 0x75, 0x66, 0x81, 0xef, 0x41, 0xf5, + 0xdc, 0xd9, 0xef, 0xed, 0x8f, 0xae, 0x9a, 0xe5, 0x1c, 0xdf, 0x64, 0xf7, 0x75, 0x4e, 0x22, 0x63, + 0xe3, 0xec, 0x33, 0x1c, 0x6f, 0xee, 0x58, 0x9a, 0x4f, 0xd1, 0xf2, 0x9d, 0x33, 0xf7, 0xf8, 0x06, + 0xb9, 0xdb, 0x55, 0x77, 0xab, 0x87, 0x62, 0x59, 0xe3, 0xbe, 0x0b, 0xf7, 0x30, 0x3c, 0x3f, 0xf5, + 0xbd, 0x2a, 0xcf, 0xd5, 0x15, 0xed, 0xb7, 0x03, 0x79, 0x95, 0xed, 0x56, 0x9d, 0x69, 0x80, 0xc3, + 0x1e, 0x42, 0xdb, 0xa9, 0x5b, 0x03, 0x19, 0x65, 0x9f, 0xde, 0x19, 0xa3, 0x89, 0xa7, 0xa4, 0xc6, + 0x1d, 0x54, 0x5a, 0xdd, 0x1d, 0xd8, 0xea, 0xd1, 0xd2, 0x05, 0x10, 0x4c, 0xd0, 0x9a, 0x4e, 0x88, + 0xe9, 0xcc, 0xd8, 0xcf, 0xa1, 0x68, 0x57, 0x3f, 0xa1, 0x9e, 0xda, 0xed, 0xf6, 0x14, 0xce, 0xa6, + 0x73, 0x85, 0x3e, 0x44, 0x76, 0x3d, 0x03, 0x94, 0x75, 0x19, 0x72, 0x7e, 0xbd, 0x67, 0xb2, 0x1e, + 0xf5, 0x74, 0xa5, 0xc8, 0xf2, 0x77, 0x49, 0x8e, 0xf1, 0xd8, 0x57, 0x07, 0xa7, 0x6c, 0x35, 0x2d, + 0xa9, 0x67, 0xc1, 0x25, 0xb3, 0xad, 0x92, 0x56, 0xa5, 0x42, 0xe8, 0x79, 0x07, 0xa4, 0xf7, 0x46, + 0x97, 0x9b, 0xdd, 0x58, 0x79, 0xa3, 0x3a, 0x6c, 0x2c, 0xb1, 0x27, 0x42, 0x88, 0xc3, 0xdb, 0xf0, + 0xce, 0xf6, 0x9b, 0x7e, 0xdc, 0x2f, 0xeb, 0x61, 0x40, 0x44, 0x4a, 0xbd, 0x5b, 0x22, 0xaa, 0xa5, + 0xdf, 0x18, 0xa5, 0xb5, 0x6f, 0x84, 0x88, 0xac, 0xdc, 0x2b, 0x51, 0xed, 0x87, 0xd9, 0x72, 0x1d, + 0x75, 0x59, 0x83, 0x84, 0x3e, 0xc8, 0x01, 0x65, 0x5c, 0xda, 0x64, 0xa9, 0x3b, 0x87, 0xd4, 0x67, + 0x0f, 0xab, 0xd5, 0x41, 0x90, 0x4a, 0x94, 0x20, 0x71, 0x8e, 0x10, 0xf5, 0x7e, 0xb4, 0xea, 0x60, + 0x1a, 0x98, 0x48, 0x42, 0xe6, 0xdf, 0xdb, 0xd5, 0xfd, 0xfc, 0xc6, 0x37, 0xae, 0x65, 0x12, 0x6e, + 0xf5, 0x6b, 0x81, 0x94, 0xa2, 0x2b, 0x4d, 0x18, 0x8c, 0xea, 0x57, 0xdd, 0x68, 0x85, 0x0a, 0x9b, + 0xcd, 0xcd, 0xae, 0xa6, 0x41, 0xe5, 0xc6, 0x47, 0xb6, 0x9f, 0x37, 0xd9, 0x3e, 0x4d, 0x10, 0x23, + 0xc7, 0xf3, 0x5d, 0x01, 0x03, 0xcd, 0x6b, 0xed, 0xd0, 0xf9, 0x9d, 0x7d, 0x50, 0xe7, 0x12, 0xd1, + 0x67, 0x2e, 0x0f, 0x7f, 0x59, 0x71, 0x1c, 0x1a, 0xd6, 0x91, 0xb0, 0xd7, 0x86, 0x1f, 0x88, 0x79, + 0x29, 0x79, 0x9d, 0xb5, 0xd1, 0x32, 0x29, 0x59, 0x9a, 0xba, 0xde, 0xc8, 0x40, 0x25, 0xe0, 0x61, + 0x18, 0xc0, 0x1a, 0x33, 0xaa, 0xa1, 0x6e, 0x32, 0x8b, 0xa3, 0x79, 0x65, 0xdd, 0x47, 0x3a, 0x70, + 0x24, 0x79, 0x99, 0x9e, 0x88, 0xfc, 0xe9, 0xb2, 0xd6, 0x81, 0x62, 0x49, 0x24, 0xe3, 0x46, 0xf2, + 0xb1, 0x14, 0x5a, 0x99, 0xd5, 0xa0, 0xca, 0x6f, 0xe4, 0x75, 0xb2, 0xb2, 0xd2, 0x58, 0x5b, 0x1c, + 0x03, 0x62, 0x45, 0xb1, 0x25, 0x32, 0xc4, 0xc6, 0x52, 0x23, 0xa3, 0xdc, 0xcb, 0x24, 0x0f, 0x8e, + 0xd7, 0x60, 0x49, 0x17, 0xc7, 0xc1, 0x12, 0x58, 0xe7, 0x2b, 0xaf, 0x22, 0x73, 0x14, 0x25, 0xd3, + 0x61, 0xdf, 0xea, 0x68, 0x67, 0xe7, 0x32, 0xc8, 0x1a, 0x30, 0x1a, 0x04, 0xe3, 0xed, 0xc9, 0xd7, + 0x73, 0x08, 0x3b, 0x7b, 0xf2, 0x98, 0x10, 0x94, 0x34, 0xd3, 0x9d, 0xb8, 0x2f, 0x3f, 0xe2, 0x64, + 0x5e, 0xc0, 0xd0, 0xb6, 0xdc, 0x79, 0x79, 0x36, 0x8e, 0xcc, 0xd6, 0xf6, 0x53, 0x5d, 0xb5, 0xdc, + 0x87, 0x6f, 0x38, 0xc1, 0xc8, 0xb6, 0x72, 0x1a, 0xf0, 0xed, 0xe8, 0x80, 0x38, 0x40, 0xc7, 0x00, + 0x8a, 0xed, 0xc2, 0x92, 0x6c, 0x57, 0xca, 0xd9, 0x2b, 0xf7, 0xdd, 0x96, 0xad, 0xae, 0x01, 0xf8, + 0xe0, 0x8c, 0x4a, 0x59, 0xb0, 0xcc, 0xf9, 0xc0, 0x5f, 0x40, 0x09, 0x65, 0x73, 0xf6, 0x5c, 0xe0, + 0x70, 0xa0, 0x14, 0x76, 0x61, 0xe2, 0x08, 0xb6, 0x69, 0x33, 0xa7, 0x51, 0x87, 0x90, 0x31, 0x79, + 0xde, 0xd9, 0xfe, 0x5d, 0x55, 0x24, 0x94, 0xa6, 0x6b, 0x47, 0xbb, 0xf1, 0xb3, 0xb2, 0x88, 0x41, + 0xb3, 0x42, 0x0e, 0x35, 0xaa, 0x95, 0x98, 0xb0, 0xbc, 0x74, 0x71, 0x2e, 0x47, 0x67, 0x41, 0xff, + 0xd1, 0x22, 0x96, 0xc6, 0xbc, 0x52, 0xee, 0xec, 0x70, 0x64, 0xda, 0x9d, 0xcf, 0xa4, 0x1e, 0xd8, + 0xf4, 0x0d, 0xf9, 0x2f, 0x1d, 0x21, 0x95, 0x4e, 0xea, 0xea, 0x2c, 0x37, 0x3a, 0xd1, 0xd3, 0x88, + 0xce, 0x1e, 0x44, 0xeb, 0x9c, 0x1c, 0x0a, 0xed, 0x1d, 0xa2, 0x89, 0x49, 0x2f, 0x9b, 0x41, 0x2f, + 0x9f, 0x5c, 0xdd, 0xdf, 0x7d, 0xf0, 0xc3, 0x35, 0xd1, 0xb2, 0xf6, 0x06, 0xc0, 0x94, 0x1c, 0x73, + 0xf4, 0x3b, 0x07, 0xa9, 0xdd, 0x2d, 0x0e, 0xe9, 0x01, 0xdd, 0x2c, 0x64, 0xed, 0x29, 0xc7, 0x58, + 0x00, 0x86, 0x11, 0x50, 0x25, 0x84, 0x81, 0x3d, 0xb6, 0x3d, 0xf7, 0x8c, 0x84, 0x21, 0xc5, 0x99, + 0x43, 0xcf, 0xa3, 0xf2, 0xf9, 0x32, 0x82, 0xb2, 0x12, 0xce, 0x5a, 0xe8, 0xb2, 0xda, 0xe6, 0x3e, + 0x05, 0xf6, 0x82, 0x00, 0xbd, 0xa3, 0x57, 0x53, 0x15, 0x7d, 0xec, 0x56, 0x08, 0x11, 0x85, 0xad, + 0x4c, 0xb8, 0x33, 0xc0, 0x25, 0x5a, 0xc1, 0x12, 0x18, 0x8a, 0x41, 0x5e, 0x2c, 0x76, 0xfa, 0x11, + 0x3b, 0xa0, 0xaf, 0xe4, 0x67, 0xcd, 0x76, 0x83, 0x01, 0x1f, 0x91, 0x4c, 0xa1, 0x53, 0xb2, 0x8e, + 0x5d, 0x8c, 0x96, 0x4d, 0xfa, 0xa1, 0xaf, 0x99, 0x9b, 0x1a, 0xb7, 0x42, 0x25, 0x31, 0xaf, 0x6b, + 0x3e, 0xa5, 0xb3, 0xad, 0x4b, 0xc7, 0x63, 0xd0, 0xd5, 0x07, 0xbb, 0x46, 0x4e, 0x83, 0xc0, 0xee, + 0xb2, 0x9f, 0x9b, 0xe7, 0x40, 0x05, 0xab, 0x44, 0x84, 0x13, 0x5f, 0x33, 0x48, 0x4c, 0x4c, 0x8b, + 0x67, 0x85, 0xe3, 0xc0, 0x71, 0x17, 0xeb, 0x65, 0x2c, 0x76, 0x4f, 0x09, 0x9d, 0x67, 0x15, 0xbc, + 0xaf, 0xbb, 0xf7, 0xca, 0xbd, 0x10, 0x82, 0x9b, 0xcf, 0x1a, 0xd8, 0xcc, 0x64, 0xef, 0x46, 0xb3, + 0x79, 0xcc, 0x7c, 0xc3, 0x7a, 0xcd, 0xc7, 0x80, 0x00, 0xad, 0x04, 0x20, 0x0e, 0xc3, 0x68, 0x19, + 0x92, 0x87, 0x42, 0xc4, 0x14, 0xe5, 0xf4, 0xe6, 0x2e, 0x0c, 0x1d, 0x41, 0xa7, 0x03, 0xa3, 0xc0, + 0x9c, 0xb8, 0x1c, 0x06, 0xea, 0x36, 0x95, 0xad, 0xe7, 0xe9, 0x5a, 0xdf, 0xc8, 0xe8, 0xfb, 0xd5, + 0xbd, 0x7e, 0x08, 0xf4, 0x38, 0x01, 0x59, 0x42, 0xdd, 0xf5, 0x02, 0x9d, 0xe4, 0x9c, 0xc0, 0xd5, + 0x81, 0xe1, 0xcd, 0x4c, 0x1d, 0xca, 0x6a, 0xcf, 0x43, 0xe6, 0xf9, 0x18, 0x1c, 0x5f, 0x12, 0xbe, + 0xaa, 0xc4, 0x20, 0x16, 0xd7, 0x42, 0x1f, 0xb5, 0x16, 0xf3, 0x28, 0xb5, 0x59, 0x91, 0xf1, 0x14, + 0x5d, 0x07, 0xba, 0x37, 0xf6, 0x2a, 0xe5, 0x34, 0x2a, 0x22, 0xc4, 0x85, 0x3a, 0x69, 0x6b, 0x4d, + 0x93, 0x73, 0x42, 0xb5, 0xda, 0x56, 0x76, 0xa1, 0x7e, 0x24, 0x7a, 0xcb, 0x30, 0x23, 0xfb, 0xe3, + 0x48, 0xf1, 0x9a, 0xc7, 0x0a, 0x7e, 0x36, 0x58, 0x99, 0xa2, 0x05, 0x7b, 0x2f, 0x3c, 0x5f, 0x66, + 0x40, 0xb7, 0x7d, 0x81, 0xd7, 0x85, 0xc2, 0xa1, 0xd3, 0x96, 0x8f, 0x51, 0x19, 0x74, 0xf7, 0x43, + 0x03, 0xc0, 0x9f, 0xd5, 0xa4, 0xc8, 0xaa, 0xdd, 0x70, 0x49, 0x01, 0xf1, 0xc8, 0x26, 0xbd, 0x54, + 0x9f, 0x64, 0x8d, 0xda, 0x98, 0xc8, 0xda, 0xc0, 0xe5, 0x27, 0x38, 0x39, 0xdd, 0x76, 0xf4, 0x90, + 0x70, 0x81, 0x0f, 0x72, 0x5e, 0x71, 0x96, 0x20, 0x94, 0x34, 0x7d, 0x6f, 0x17, 0xa5, 0xc9, 0x50, + 0xe0, 0xc7, 0xca, 0x7d, 0xa3, 0x05, 0xe7, 0x8a, 0x60, 0xc9, 0x86, 0x59, 0x04, 0x69, 0x09, 0xe4, + 0x56, 0x73, 0x0a, 0xa3, 0x20, 0xb7, 0xb4, 0xb8, 0xda, 0x74, 0x2c, 0x24, 0x25, 0x7d, 0xd5, 0xf0, + 0xa2, 0x86, 0xbb, 0xf4, 0x13, 0x10, 0xbf, 0xba, 0xca, 0x5e, 0xd1, 0x59, 0x7f, 0xdd, 0x94, 0x0f, + 0xb1, 0xa4, 0xdc, 0xc0, 0xc9, 0x42, 0x96, 0xb6, 0x1e, 0x1a, 0xbd, 0xd8, 0xfc, 0xe3, 0x15, 0x13, + 0x23, 0x5a, 0x32, 0x20, 0x7b, 0x9a, 0x63, 0x8a, 0x55, 0xad, 0xdf, 0x55, 0xad, 0x2b, 0xc3, 0x86, + 0x75, 0x1c, 0xc3, 0xae, 0xd3, 0x80, 0x5e, 0xd0, 0x61, 0x31, 0xbb, 0xa1, 0x85, 0xbe, 0x2e, 0x53, + 0xcf, 0x86, 0x5f, 0x25, 0xf4, 0xa7, 0x53, 0x5f, 0xc4, 0x47, 0xa1, 0x54, 0xf8, 0x72, 0xd0, 0xcf, + 0xf3, 0x9c, 0x43, 0x83, 0xc9, 0xf5, 0x70, 0xa9, 0x18, 0xaa, 0xbd, 0x22, 0x02, 0x89, 0x2f, 0xb5, + 0xa3, 0x4f, 0x29, 0xc9, 0x75, 0x89, 0x27, 0x7c, 0x91, 0x27, 0xa3, 0x6d, 0x12, 0xdc, 0xf0, 0x06, + 0xa8, 0x26, 0x79, 0x82, 0xbd, 0x6e, 0x9f, 0xba, 0xd4, 0x02, 0x36, 0x90, 0x15, 0xe0, 0x4f, 0x0f, + 0x3a, 0x89, 0x08, 0x28, 0x8d, 0xad, 0x91, 0x14, 0xd2, 0xcb, 0xfe, 0xe5, 0x2a, 0x00, 0x5c, 0x81, + 0x51, 0xc2, 0x64, 0xa0, 0x31, 0x4d, 0xe9, 0x50, 0xf3, 0x68, 0xe9, 0xea, 0xe2, 0x8a, 0xd8, 0x85, + 0x00, 0x82, 0x97, 0x6d, 0xbc, 0xa3, 0x00, 0x8c, 0x8f, 0x80, 0xc2, 0x31, 0x52, 0x17, 0xa3, 0x29, + 0x18, 0x18, 0x8d, 0x81, 0x9e, 0x46, 0xad, 0xe8, 0xb8, 0x32, 0xcb, 0xe3, 0x14, 0xd0, 0x71, 0x76, + 0x47, 0x49, 0x7a, 0x56, 0x76, 0x96, 0x7b, 0x59, 0x7f, 0xd6, 0xfe, 0x83, 0x0e, 0x56, 0x45, 0x1f, + 0x1f, 0x0f, 0x92, 0x4c, 0x6c, 0x39, 0xb6, 0x8b, 0x2c, 0xf1, 0xe0, 0xbd, 0x26, 0x48, 0xfa, 0x69, + 0x89, 0xb4, 0xc7, 0xbb, 0x9a, 0xf6, 0xea, 0x2c, 0x2b, 0xdd, 0x34, 0x05, 0x70, 0x32, 0x40, 0xeb, + 0xa0, 0xaf, 0xd1, 0x7b, 0x6d, 0x13, 0x12, 0x86, 0xe9, 0x82, 0x09, 0xb1, 0x2d, 0xd3, 0xf5, 0xe0, + 0x8e, 0xa6, 0xbe, 0xc3, 0xc8, 0x16, 0x53, 0x72, 0xce, 0x6f, 0x7a, 0x59, 0x19, 0xa1, 0x50, 0x51, + 0x6f, 0x2d, 0x81, 0xba, 0x67, 0x12, 0x4c, 0x90, 0x49, 0x0a, 0x4b, 0xd5, 0x93, 0xa7, 0x63, 0x90, + 0x72, 0x5f, 0x61, 0x8e, 0x31, 0x90, 0x25, 0xb9, 0x78, 0x2c, 0x2e, 0x70, 0x83, 0xf6, 0x3f, 0x82, + 0x6e, 0x9a, 0xf6, 0x64, 0x4f, 0x32, 0xea, 0x71, 0x86, 0x97, 0x72, 0xf1, 0x52, 0x2e, 0x5e, 0x4c, + 0xe0, 0x9a, 0xb1, 0x29, 0x54, 0x3f, 0xc9, 0x32, 0x69, 0x02, 0x37, 0x8f, 0x8b, 0x18, 0x10, 0x7c, + 0x1e, 0xd5, 0x86, 0xf6, 0x32, 0x24, 0x85, 0x7d, 0xdb, 0x17, 0x46, 0xea, 0x38, 0x23, 0xec, 0x82, + 0xfb, 0x29, 0x8d, 0x44, 0x86, 0x06, 0x96, 0xeb, 0x51, 0xa2, 0x91, 0xb6, 0x82, 0x3f, 0x14, 0x32, + 0x84, 0x29, 0x77, 0x18, 0x6c, 0xe1, 0x8d, 0xd9, 0x1e, 0xed, 0x5e, 0x97, 0xef, 0xca, 0xac, 0xe1, + 0x21, 0x41, 0xf7, 0x7d, 0x8d, 0x8f, 0xda, 0xbe, 0xee, 0xb4, 0xe5, 0x9d, 0x1f, 0x15, 0xfe, 0xa8, + 0xf1, 0x1c, 0x59, 0xcb, 0x70, 0xb0, 0x31, 0x9b, 0x5c, 0x96, 0x1a, 0xcc, 0x21, 0x89, 0x44, 0xb4, + 0xd2, 0x2a, 0x4a, 0x1c, 0xb4, 0xf2, 0x84, 0x12, 0xf0, 0x96, 0x30, 0xd4, 0x64, 0x47, 0xb0, 0x12, + 0xa2, 0x45, 0x71, 0x73, 0x65, 0xb9, 0x39, 0x2a, 0xe1, 0x6b, 0xa8, 0x60, 0x08, 0xa8, 0x3a, 0x53, + 0x26, 0xcd, 0x3f, 0x8b, 0x7e, 0x4a, 0xf4, 0xb3, 0x2a, 0x63, 0x00, 0x64, 0x0e, 0xac, 0x81, 0x4d, + 0xc8, 0xc6, 0x5c, 0xeb, 0xc7, 0xac, 0x9a, 0xec, 0x70, 0x5f, 0x62, 0x90, 0x92, 0xa9, 0x2d, 0xdc, + 0xaa, 0xea, 0xc9, 0xe4, 0xda, 0x47, 0x49, 0xd5, 0xc3, 0x8a, 0xc2, 0xf6, 0xa4, 0xa9, 0x3b, 0x60, + 0x71, 0x41, 0x08, 0x30, 0xee, 0xf5, 0x21, 0x3a, 0xac, 0x86, 0xe5, 0x6c, 0x10, 0x97, 0xbb, 0x11, + 0xb4, 0x07, 0x99, 0xdc, 0xd3, 0x06, 0x32, 0x09, 0xc9, 0xdb, 0x99, 0x04, 0xdb, 0xae, 0x43, 0x90, + 0xd9, 0x6b, 0xc3, 0xd3, 0x32, 0x57, 0xac, 0xe1, 0x01, 0x7b, 0xb8, 0x57, 0xc5, 0xa6, 0x20, 0xb3, + 0xee, 0x0d, 0x7f, 0xf7, 0xf9, 0x23, 0xc0, 0x3f, 0x56, 0xef, 0xbe, 0x55, 0x5a, 0xa8, 0xe1, 0x5d, + 0xfc, 0x50, 0xcc, 0x36, 0x09, 0x43, 0xeb, 0x5d, 0x12, 0xac, 0x28, 0x51, 0x33, 0x39, 0x30, 0xbd, + 0xa9, 0xda, 0xf0, 0x48, 0xbf, 0xfd, 0x32, 0x56, 0xf9, 0xea, 0xde, 0xdd, 0xf4, 0x52, 0x1d, 0x92, + 0x9c, 0x12, 0x0a, 0xa5, 0x67, 0xcc, 0xd3, 0xb1, 0x7e, 0x1f, 0xa1, 0x47, 0x83, 0xda, 0x84, 0xe0, + 0xac, 0xb6, 0x52, 0x9a, 0x98, 0x78, 0xa9, 0xc8, 0xe3, 0xe6, 0xfb, 0xac, 0xaf, 0xe2, 0xe2, 0x93, + 0x27, 0x11, 0xdd, 0x12, 0xbb, 0x2f, 0x65, 0xd1, 0x5f, 0xfc, 0x0c, 0xaf, 0x38, 0x8e, 0x27, 0x8e, + 0x56, 0x62, 0xf3, 0x2f, 0x15, 0xe5, 0xfe, 0xbe, 0xc4, 0x12, 0x7d, 0x57, 0x62, 0xcd, 0xf9, 0xa3, + 0xc4, 0x9e, 0x02, 0xc3, 0xd3, 0x83, 0x83, 0x7b, 0x66, 0xd6, 0xfc, 0x6b, 0x27, 0xc7, 0xf5, 0xf2, + 0xc0, 0xfd, 0x16, 0x19, 0x08, 0x8d, 0x12, 0xe3, 0xab, 0xc8, 0xb6, 0x6a, 0x7d, 0xd3, 0x31, 0x77, + 0x57, 0x86, 0xb7, 0x44, 0xa5, 0xd6, 0x65, 0x24, 0x34, 0x76, 0xa4, 0xd3, 0x21, 0x41, 0x01, 0x32, + 0x0c, 0x49, 0x1e, 0x1b, 0xba, 0x9b, 0x42, 0xc3, 0xd7, 0xd6, 0x24, 0x3b, 0x5e, 0x39, 0x7a, 0xe3, + 0xc6, 0x18, 0x80, 0x6f, 0x97, 0xc7, 0xa9, 0xfe, 0xbe, 0x82, 0xdc, 0x2f, 0x1f, 0x8c, 0xa3, 0xd9, + 0x42, 0x66, 0x46, 0xf6, 0xcd, 0x72, 0x60, 0x7c, 0x2a, 0x34, 0xcd, 0x88, 0xb1, 0xc4, 0xa9, 0xf4, + 0x5e, 0xa9, 0x68, 0x2a, 0xd9, 0xc8, 0x6d, 0x6f, 0xca, 0x42, 0xbb, 0x7b, 0x97, 0x78, 0x87, 0x29, + 0xad, 0xb1, 0xc2, 0x78, 0x10, 0x01, 0x2c, 0x57, 0x4c, 0x2e, 0x91, 0xd8, 0x85, 0x4b, 0xea, 0x47, + 0xab, 0x01, 0x61, 0xa2, 0x32, 0x8e, 0x21, 0xcb, 0x94, 0xd1, 0xab, 0x4e, 0x9e, 0x04, 0xb9, 0x27, + 0x43, 0x68, 0xc8, 0x84, 0x47, 0x26, 0xae, 0xb9, 0x36, 0x91, 0x86, 0x65, 0x62, 0x60, 0x6a, 0x83, + 0x72, 0xa4, 0xd8, 0xd0, 0xdd, 0x88, 0xd3, 0x66, 0xa2, 0xe6, 0xb2, 0x64, 0x7b, 0x64, 0x8d, 0xd9, + 0xd2, 0xfd, 0xd5, 0x01, 0x42, 0xa7, 0x3e, 0x42, 0x9d, 0xa4, 0x9c, 0x6e, 0x61, 0x36, 0xfa, 0x2f, + 0xdc, 0xf8, 0x00, 0x03, 0xfa, 0xc3, 0x18, 0x1c, 0x53, 0x20, 0xcd, 0x3d, 0x63, 0xc3, 0x7b, 0x33, + 0x20, 0x0b, 0x3a, 0x0d, 0x72, 0xa5, 0x88, 0x33, 0x8c, 0xf8, 0x2b, 0xcc, 0x19, 0x8e, 0x9c, 0xe0, + 0x58, 0xf5, 0x81, 0x0a, 0x18, 0x23, 0x01, 0xc3, 0xae, 0xc4, 0xad, 0x99, 0x5c, 0x2c, 0xa5, 0xaf, + 0x7e, 0x15, 0xde, 0x71, 0x3a, 0xe3, 0x2a, 0x26, 0x00, 0xf0, 0xc5, 0x96, 0xa5, 0x66, 0x59, 0xa2, + 0x33, 0xb2, 0xb3, 0x6c, 0x15, 0x9b, 0x3f, 0xa4, 0x27, 0x82, 0x3a, 0x20, 0x8c, 0x4f, 0xd2, 0x71, + 0x4f, 0xab, 0x41, 0x38, 0xba, 0xd9, 0x5c, 0x06, 0xd8, 0x71, 0x7f, 0x76, 0x12, 0x82, 0xc9, 0xc0, + 0xa1, 0xa3, 0x29, 0xac, 0x19, 0xe5, 0x17, 0xa4, 0xb2, 0x61, 0xd8, 0xf9, 0x4a, 0xbf, 0x5d, 0xe3, + 0x62, 0xd0, 0x48, 0x27, 0x52, 0x81, 0x98, 0xaa, 0x91, 0x72, 0x96, 0x6e, 0x92, 0xbb, 0x96, 0xd4, + 0x75, 0xd2, 0xbe, 0xe9, 0x6e, 0xd6, 0xba, 0xcd, 0x34, 0xd9, 0x16, 0xe7, 0x3d, 0xa7, 0x08, 0xc7, + 0x4e, 0xf1, 0x60, 0x78, 0xd7, 0x7b, 0x50, 0xa5, 0x9a, 0x5a, 0x87, 0xa2, 0xea, 0x75, 0x60, 0xfd, + 0xe9, 0x0c, 0xd7, 0xd2, 0xb2, 0x33, 0x33, 0x85, 0x88, 0x73, 0x73, 0x3d, 0xd7, 0xd3, 0x36, 0xb5, + 0xc4, 0xe7, 0x7b, 0xca, 0xc0, 0xca, 0xac, 0x97, 0x50, 0xd4, 0xee, 0xf7, 0x6d, 0xcd, 0x4a, 0x84, + 0x25, 0xc0, 0x8c, 0x55, 0xd3, 0x79, 0x3c, 0x1d, 0xa3, 0x8a, 0x1d, 0x44, 0x34, 0xd0, 0xb7, 0xe2, + 0x36, 0xc5, 0x0d, 0x77, 0xba, 0x14, 0xe0, 0x81, 0x63, 0x1a, 0xbc, 0xe1, 0x88, 0x49, 0xda, 0xa3, + 0x79, 0xf6, 0x63, 0x43, 0xe9, 0x08, 0xa4, 0xff, 0x72, 0x12, 0xa6, 0xbc, 0xc5, 0xc4, 0x7a, 0xf1, + 0xd4, 0x44, 0x99, 0x4d, 0xa1, 0x83, 0x70, 0x0a, 0xda, 0x06, 0xa8, 0x14, 0x68, 0x84, 0x0d, 0xb0, + 0xb9, 0x7b, 0x92, 0x31, 0x30, 0x1b, 0xf9, 0xe4, 0xa2, 0x94, 0x42, 0xf7, 0x14, 0xa1, 0x6f, 0x13, + 0x5d, 0x45, 0x09, 0x86, 0xf5, 0x05, 0x03, 0xba, 0xdf, 0x52, 0x23, 0x22, 0x01, 0xe7, 0xb2, 0x83, + 0x7f, 0xba, 0x7e, 0xc6, 0x1c, 0x1c, 0x59, 0xf3, 0x55, 0x16, 0xa6, 0xa8, 0x6c, 0x5d, 0x07, 0x14, + 0x2c, 0x5a, 0xf6, 0x30, 0xe6, 0xc4, 0x23, 0xc1, 0xf2, 0xcd, 0x0e, 0x4a, 0xba, 0x66, 0x16, 0x0c, + 0x23, 0x93, 0x49, 0xb3, 0xa5, 0x25, 0x4c, 0x94, 0xd6, 0x5a, 0x72, 0xea, 0x95, 0x58, 0x28, 0xa3, + 0xa1, 0x69, 0xa3, 0x23, 0x57, 0x2a, 0x6b, 0x33, 0x53, 0xeb, 0x5e, 0x5d, 0xb2, 0x3f, 0xa0, 0x84, + 0xbe, 0xa3, 0x02, 0x63, 0x38, 0x46, 0x8d, 0x33, 0x10, 0xd8, 0x9f, 0xf8, 0x5b, 0xc8, 0xce, 0x1a, + 0x4d, 0x6b, 0xc8, 0xb8, 0x63, 0x8a, 0x92, 0xf4, 0x8e, 0x4d, 0xf1, 0x23, 0xc9, 0xd4, 0x51, 0xe4, + 0x33, 0x27, 0xe2, 0x0f, 0x59, 0x2c, 0x6b, 0x96, 0x3d, 0x66, 0x3c, 0x63, 0x23, 0xe8, 0x9d, 0x1e, + 0x2f, 0x54, 0x8a, 0x55, 0x7d, 0x33, 0xb6, 0xc2, 0x2f, 0x4e, 0xa5, 0xb6, 0x1b, 0x0f, 0x24, 0x2c, + 0x81, 0x8c, 0x30, 0x7b, 0xd8, 0x47, 0x10, 0x43, 0xee, 0x51, 0x98, 0x38, 0xfc, 0x5a, 0x10, 0x80, + 0xa8, 0x76, 0x62, 0x30, 0x10, 0x0c, 0x76, 0x4a, 0x6c, 0x07, 0x1f, 0xd1, 0x7a, 0x34, 0xa1, 0x50, + 0x34, 0x96, 0xae, 0xb2, 0x3c, 0xe4, 0x32, 0x64, 0x4c, 0x7a, 0x37, 0xa4, 0xd3, 0x63, 0xa1, 0x8a, + 0x8b, 0x8c, 0xed, 0x24, 0x82, 0x29, 0x9a, 0xde, 0xb8, 0x18, 0x63, 0xe1, 0x08, 0xcc, 0x4b, 0xf9, + 0x6f, 0xe7, 0x79, 0xfa, 0x7e, 0x9c, 0x87, 0xe0, 0x1b, 0xe8, 0x4d, 0x53, 0xe4, 0xa2, 0x6c, 0x5f, + 0x8c, 0x57, 0x51, 0x80, 0x6c, 0x7a, 0x24, 0xd7, 0x72, 0xb6, 0x79, 0xe9, 0x2a, 0x94, 0x38, 0x4a, + 0x37, 0x04, 0xb3, 0x37, 0xc9, 0x78, 0x42, 0x37, 0x20, 0xec, 0xe6, 0x84, 0xe8, 0x5e, 0xa7, 0x41, + 0xdb, 0x82, 0x10, 0x85, 0x35, 0x5a, 0x5f, 0x21, 0x26, 0x42, 0xb0, 0x3d, 0x60, 0xbc, 0x27, 0x18, + 0xe2, 0xc6, 0x42, 0xef, 0xbc, 0x8e, 0x07, 0xed, 0x98, 0x81, 0x06, 0xd7, 0x9f, 0xe6, 0x53, 0xad, + 0x56, 0x6c, 0x7b, 0x33, 0x7e, 0xc3, 0xfd, 0xb9, 0xdf, 0xdf, 0x40, 0xe7, 0x99, 0x89, 0xe6, 0xb2, + 0xcc, 0xbd, 0x6a, 0x99, 0x38, 0xe1, 0x15, 0x26, 0x5f, 0xe8, 0x20, 0x3b, 0xad, 0xc7, 0x5e, 0x07, + 0x93, 0x78, 0x3d, 0x38, 0x24, 0xf7, 0xb4, 0x40, 0x3e, 0x07, 0x70, 0x52, 0x2a, 0xdd, 0x07, 0x90, + 0x77, 0x4c, 0x82, 0xf9, 0x3e, 0xf4, 0xb5, 0xa2, 0x39, 0x18, 0x38, 0xf5, 0x99, 0x00, 0xba, 0x1d, + 0x00, 0x28, 0x4f, 0xc3, 0x52, 0x56, 0x80, 0x57, 0x78, 0xc0, 0xd1, 0xd5, 0x19, 0x36, 0xfa, 0xb5, + 0x10, 0x8d, 0xd2, 0x84, 0x46, 0x8e, 0xfd, 0x79, 0x0b, 0x67, 0x46, 0x8c, 0x30, 0x8f, 0xf5, 0x72, + 0x7e, 0x45, 0x88, 0xd0, 0x31, 0xac, 0x20, 0x45, 0xb9, 0xb3, 0x12, 0x03, 0x89, 0x98, 0xe8, 0x8e, + 0x95, 0x89, 0xf4, 0x51, 0x69, 0x6e, 0xc6, 0x0e, 0x5a, 0xed, 0x80, 0x2d, 0xf7, 0x3d, 0x13, 0x11, + 0xd3, 0x72, 0x7d, 0xe1, 0x7c, 0xce, 0x71, 0xec, 0xcc, 0x8d, 0x3a, 0xf5, 0xc4, 0x29, 0x5b, 0x3f, + 0x68, 0x05, 0x0d, 0xb1, 0x97, 0x75, 0x02, 0x58, 0x76, 0xee, 0x17, 0x1f, 0x54, 0xa7, 0x37, 0xd0, + 0xf3, 0x4c, 0xe9, 0x76, 0x96, 0x79, 0xfb, 0x2e, 0x10, 0x5d, 0xf6, 0x37, 0x1a, 0xd3, 0x46, 0x13, + 0x7f, 0x67, 0xac, 0x9c, 0xd2, 0xeb, 0x11, 0x30, 0x60, 0xb8, 0xfe, 0xf9, 0x7e, 0xda, 0xd1, 0x88, + 0xcc, 0xb7, 0xb5, 0x92, 0x1d, 0x24, 0x6e, 0x45, 0x52, 0x5d, 0xb3, 0x5c, 0x8b, 0xdd, 0x55, 0x90, + 0xb6, 0x93, 0x5e, 0x80, 0x6b, 0xd5, 0x27, 0x7c, 0x13, 0xf4, 0x43, 0x47, 0x7d, 0x2c, 0x78, 0x91, + 0xa5, 0x09, 0xf6, 0x65, 0xd4, 0xe2, 0x24, 0x05, 0xc2, 0x4d, 0xf0, 0xed, 0xaf, 0x81, 0xa0, 0xcd, + 0x4e, 0x81, 0xec, 0x2c, 0x00, 0xf9, 0x70, 0xac, 0x87, 0x80, 0x36, 0xeb, 0x5d, 0x2c, 0x86, 0x62, + 0xa1, 0xcc, 0xf1, 0x9f, 0x5b, 0x5e, 0xa1, 0x02, 0xf6, 0x98, 0xd7, 0x13, 0x62, 0xec, 0xc5, 0x61, + 0xf5, 0x06, 0x39, 0xa0, 0xb5, 0x2a, 0xc9, 0x80, 0xc7, 0xcc, 0x86, 0xd3, 0x93, 0x6a, 0xa8, 0x2f, + 0x72, 0xeb, 0x7e, 0xd8, 0x09, 0xb6, 0x4c, 0x6f, 0xda, 0x31, 0x5b, 0xe9, 0x51, 0x22, 0xf9, 0x5c, + 0x50, 0xb0, 0xef, 0x32, 0xd9, 0x4c, 0x72, 0x2c, 0x95, 0x8e, 0x54, 0xfc, 0xc2, 0xac, 0x10, 0xab, + 0xe2, 0x1b, 0x4a, 0x91, 0x90, 0x43, 0x70, 0x89, 0xc6, 0xb0, 0x00, 0xc6, 0xa3, 0x31, 0xa3, 0x31, + 0x20, 0x23, 0xc1, 0x7a, 0x9f, 0x71, 0xb3, 0xfb, 0x43, 0x1f, 0xfc, 0x76, 0xb5, 0x1a, 0xba, 0x2a, + 0x21, 0x77, 0x61, 0xd7, 0x23, 0xbb, 0x9d, 0xed, 0x14, 0x63, 0x3e, 0x6c, 0xb1, 0x26, 0xcd, 0xb2, + 0x18, 0xc3, 0x84, 0x8d, 0x1d, 0xdb, 0xa7, 0x1b, 0xb2, 0x46, 0x4b, 0xbf, 0x29, 0x21, 0x9a, 0x65, + 0x85, 0xb6, 0x1d, 0xc2, 0x64, 0x51, 0x12, 0x39, 0x95, 0x69, 0xa7, 0xc6, 0xdb, 0x4e, 0xa9, 0x4f, + 0x53, 0xcb, 0x38, 0xaa, 0x90, 0xb1, 0x8c, 0x41, 0xb2, 0x89, 0x6a, 0x45, 0x68, 0xa0, 0xcd, 0x3b, + 0x0e, 0x22, 0xa3, 0x2a, 0xed, 0x88, 0x33, 0xd9, 0x94, 0x62, 0x27, 0x90, 0xcd, 0x65, 0xec, 0x58, + 0xba, 0xc7, 0x98, 0xa5, 0x3f, 0xf3, 0xa4, 0xfa, 0x1c, 0x63, 0x5a, 0xa5, 0x34, 0xba, 0x05, 0x13, + 0x5f, 0x4b, 0xbe, 0x6f, 0x9d, 0x6f, 0x66, 0x5b, 0xd7, 0x8b, 0xe0, 0x35, 0xec, 0xf8, 0x6b, 0xdd, + 0xc3, 0xe0, 0x89, 0x3b, 0x4a, 0x76, 0x84, 0x02, 0xe2, 0xe9, 0xa8, 0xc9, 0xff, 0xf0, 0x91, 0xdc, + 0xbe, 0xf6, 0x0c, 0x4b, 0xd7, 0xaf, 0xaf, 0x58, 0x0f, 0x78, 0x09, 0x19, 0x31, 0x66, 0xa1, 0x13, + 0x65, 0xfc, 0x06, 0x86, 0x6b, 0x58, 0xcb, 0xc6, 0x80, 0x78, 0x7d, 0x1e, 0xcc, 0x37, 0x16, 0x74, + 0x3b, 0x1e, 0x31, 0x35, 0xfd, 0xfc, 0xd9, 0x60, 0x98, 0x19, 0x6a, 0xe6, 0x7d, 0xd9, 0x58, 0x62, + 0x77, 0x66, 0xfd, 0x21, 0xb6, 0x47, 0x89, 0xcd, 0x82, 0x86, 0xab, 0xb1, 0x38, 0x3b, 0x43, 0xf9, + 0x27, 0xfe, 0x58, 0xe3, 0xfe, 0x81, 0xbf, 0xf6, 0x7c, 0x39, 0x10, 0xb8, 0x5e, 0xdd, 0xfd, 0x17, + 0x8e, 0x17, 0xa9, 0x98, 0x24, 0x76, 0x4e, 0x51, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, + 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, + 0x59, 0x73, 0x00, 0x00, 0x0e, 0xc4, 0x00, 0x00, 0x0e, 0xc4, 0x01, 0x95, 0x2b, 0x0e, 0x1b, 0x00, + 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xe2, 0x02, 0x12, 0x01, 0x08, 0x0c, 0xd7, 0x25, + 0x70, 0x49, 0x00, 0x00, 0x02, 0x22, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xb5, 0x95, 0xcd, 0x6a, + 0xe2, 0x60, 0x14, 0x86, 0x9f, 0x84, 0xd6, 0xd8, 0xa4, 0x8a, 0x59, 0xe8, 0xa2, 0xb4, 0xa9, 0x51, + 0x71, 0x11, 0x28, 0x44, 0x50, 0xbc, 0x0a, 0x37, 0x0a, 0x4a, 0x97, 0x43, 0xaf, 0x60, 0xb6, 0x73, + 0x15, 0x73, 0x0f, 0xed, 0xb2, 0x74, 0xd3, 0x6b, 0x70, 0x55, 0xba, 0x29, 0xb4, 0x21, 0xb5, 0x20, + 0x41, 0x14, 0x17, 0x2d, 0x0a, 0x4a, 0x62, 0x82, 0x68, 0x17, 0x33, 0x0d, 0x94, 0x31, 0x55, 0xa7, + 0xf8, 0x6e, 0xcf, 0x77, 0xde, 0x07, 0xce, 0xdf, 0x27, 0xd4, 0x6a, 0xb5, 0x5f, 0xc0, 0x0f, 0x76, + 0xa3, 0xcb, 0xbd, 0xbf, 0xe6, 0x85, 0x1d, 0x01, 0x7e, 0x8a, 0xec, 0x56, 0xa9, 0xbd, 0x4d, 0x5e, + 0x15, 0x0a, 0x05, 0x4c, 0xd3, 0x24, 0x99, 0x4c, 0x02, 0x30, 0x99, 0x4c, 0xb0, 0x6d, 0x9b, 0x87, + 0x87, 0x87, 0xb5, 0xb9, 0x5f, 0x02, 0x62, 0xb1, 0x18, 0xad, 0x56, 0x8b, 0x5c, 0x2e, 0xf7, 0x4f, + 0xcc, 0x30, 0x0c, 0x4a, 0xa5, 0x12, 0x37, 0x37, 0x37, 0x4c, 0x26, 0x93, 0xff, 0x03, 0x34, 0x9b, + 0x4d, 0x72, 0xb9, 0x1c, 0xd3, 0xe9, 0x94, 0xbb, 0xbb, 0x3b, 0x1c, 0xc7, 0x01, 0x40, 0xd3, 0x34, + 0x4c, 0xd3, 0x24, 0x9b, 0xcd, 0xd2, 0x68, 0x34, 0xb8, 0xba, 0xba, 0x62, 0x3e, 0x9f, 0x6f, 0x07, + 0xc8, 0xe7, 0xf3, 0xe8, 0xba, 0x8e, 0xef, 0xfb, 0xdc, 0xde, 0xde, 0xf2, 0xfc, 0xfc, 0x1c, 0xc6, + 0x1c, 0xc7, 0xc1, 0xb2, 0x2c, 0x2e, 0x2e, 0x2e, 0xd0, 0x34, 0x8d, 0x6a, 0xb5, 0x4a, 0xbb, 0xdd, + 0x5e, 0xe9, 0x13, 0xd9, 0xe4, 0x72, 0xb9, 0x8c, 0x28, 0x8a, 0xd8, 0xb6, 0xfd, 0xc9, 0xfc, 0x43, + 0xaf, 0xaf, 0xaf, 0x58, 0x96, 0x85, 0x20, 0x08, 0x9c, 0x9d, 0x9d, 0x45, 0x56, 0x61, 0x25, 0x40, + 0x51, 0x14, 0x4e, 0x4e, 0x4e, 0x00, 0x78, 0x79, 0x79, 0x89, 0x4c, 0xee, 0x74, 0x3a, 0x00, 0x64, + 0x32, 0x19, 0x52, 0xa9, 0xd4, 0xe6, 0x80, 0xa3, 0xa3, 0x23, 0x14, 0x45, 0x21, 0x08, 0x02, 0x7a, + 0xbd, 0x5e, 0x24, 0xa0, 0xdb, 0xed, 0xe2, 0x79, 0x1e, 0x82, 0x20, 0x70, 0x7c, 0x7c, 0xbc, 0x39, + 0x40, 0x55, 0x55, 0x00, 0x7c, 0xdf, 0x67, 0x3c, 0x1e, 0x47, 0x02, 0x66, 0xb3, 0x19, 0xae, 0xeb, + 0x02, 0x84, 0x23, 0xbc, 0x11, 0x20, 0x16, 0x8b, 0x01, 0x84, 0xc9, 0x5f, 0x29, 0x08, 0x82, 0xed, + 0x01, 0x87, 0x87, 0x87, 0x00, 0x2c, 0x16, 0x8b, 0x6f, 0xaf, 0xf2, 0x4a, 0x80, 0xe7, 0x79, 0x7f, + 0x82, 0xa2, 0xb8, 0x5b, 0xc0, 0xc1, 0xc1, 0xc1, 0x5a, 0x83, 0xfd, 0xfd, 0xfd, 0xf0, 0x7c, 0x6c, + 0x0c, 0xf8, 0x78, 0x2c, 0x49, 0x12, 0x89, 0x44, 0x22, 0xd2, 0x5c, 0x92, 0x24, 0x64, 0x59, 0xde, + 0x1e, 0xd0, 0xeb, 0xf5, 0x70, 0x5d, 0x17, 0x49, 0x92, 0x38, 0x3d, 0x3d, 0x8d, 0x04, 0xe8, 0xba, + 0x8e, 0x2c, 0xcb, 0x2c, 0x97, 0xcb, 0xc8, 0x71, 0x5e, 0x09, 0x98, 0x4e, 0xa7, 0x0c, 0x87, 0x43, + 0x80, 0x2f, 0x01, 0xd9, 0x6c, 0x16, 0x80, 0xd1, 0x68, 0xc4, 0x68, 0x34, 0xda, 0xee, 0x54, 0xdc, + 0xdf, 0xdf, 0xb3, 0x5c, 0x2e, 0x31, 0x0c, 0x63, 0x25, 0x44, 0x55, 0x55, 0x0c, 0xc3, 0x00, 0xe0, + 0xf1, 0xf1, 0x71, 0xbb, 0x26, 0x03, 0x3c, 0x3d, 0x3d, 0x31, 0x18, 0x0c, 0x90, 0x65, 0x99, 0x7a, + 0xbd, 0x4e, 0xb1, 0x58, 0xfc, 0x54, 0x9a, 0x66, 0xb3, 0x49, 0x22, 0x91, 0x60, 0x38, 0x1c, 0x46, + 0x1e, 0x3a, 0x00, 0xa1, 0x56, 0xab, 0x75, 0xa2, 0xbe, 0x4c, 0x55, 0x55, 0x39, 0x3f, 0x3f, 0x27, + 0x9d, 0x4e, 0x87, 0x4b, 0xb5, 0x58, 0x2c, 0x88, 0xc7, 0xe3, 0x00, 0xbc, 0xbd, 0xbd, 0x71, 0x7d, + 0x7d, 0x1d, 0x96, 0x73, 0x6b, 0xc0, 0xc7, 0xa4, 0x54, 0x2a, 0x15, 0xf2, 0xf9, 0x7c, 0x68, 0xec, + 0xfb, 0x3e, 0xfd, 0x7e, 0x9f, 0x76, 0xbb, 0xbd, 0x76, 0xdb, 0xd7, 0x02, 0xbe, 0x29, 0x57, 0x04, + 0x2e, 0x81, 0xf1, 0x2e, 0xcc, 0x81, 0xdf, 0xef, 0x60, 0x2b, 0xcb, 0x83, 0xc4, 0xb8, 0x14, 0x7d, + 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; #endif diff --git a/cinelerra-5.1/info/plugins.txt b/cinelerra-5.1/info/plugins.txt index c678b026..c4de14a1 100644 --- a/cinelerra-5.1/info/plugins.txt +++ b/cinelerra-5.1/info/plugins.txt @@ -299,6 +299,7 @@ F_loop: Loops video frames. F_lumakey: Turns a certain luma into transparency. F_lut: Compute and apply a lookup table to the RGB/YUV input video. +F_lut3d: Apply a 3D LUT (look up table) to an input video. F_lutrgb: Compute and apply a lookup table to the RGB input video. F_lutyuv: Combine and apply a lookup table to the YUV input video. F_mcdeint: Applies motion compensating deinterlacing. -- 2.26.2